-
Notifications
You must be signed in to change notification settings - Fork 688
Description
Why do you need this change?
Can you please add 1 new event for each procedure:
 OnBeforeInsertPopulate
In Procedures:
ÔÇó PopulateICInboxTransactionFromJson
ÔÇó PopulateICInboxJournalLineFromJson
ÔÇó PopulateICInboxPurchaseHeaderFromJson
ÔÇó PopulateICInboxPurchaseLineFromJson
ÔÇó PopulateICInboxSalesHeaderFromJson
ÔÇó PopulateICInboxSalesLineFromJson
ÔÇó PopulateICInboxOutboxJnlLineDimFromJson
ÔÇó PopulateICDocumentDimensionFromJson
ÔÇó PopulateICCommentLineFromJson
Event publishers would be:
[IntegrationEvent(false, false)] local procedure OnBeforeInsertPopulateICInboxTransactionFromJson (IndividualToken: JsonToken; var TempICPartnerICInboxTransaction: Record "IC Inbox Transaction" temporary
)
begin
end;
Describe the request
We would like to have the ability to add values from Json to the IC Inbox process
Internal work item: AB#620963