web
You’re offline. This is a read only version of the page.
close

Add SalesLine rec parameter to Sales Line OnAfterGetLineWithPrice integration event


Current code:

    procedure GetLineWithPrice(var LineWithPrice: Interface "Line With Price")

    var

        SalesLinePrice: Codeunit "Sales Line - Price";

    begin

        LineWithPrice := SalesLinePrice;

        OnAfterGetLineWithPrice(LineWithPrice);

...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1521)

STATUS DETAILS
New