Skip to content

[Event request] codeunit 561 "IC Data Exchange API" , procedure populate FromJson #29674

@cponcet-pdw

Description

@cponcet-pdw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FinanceGitHub request for Finance areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions