General integration events

Several integration events have been defined on BC22.0.202308.0 and higher.
Parameters for these events can be seen in code and for the most part expose the global variables in the codeunit to the event subscribers.
These events can be used to change the behavior of the current funtionality.

Event definitions:

  1. Integration Event ‘OnBeforeAltDeleteQtyLines’ is added and also calls to ‘DeleteAltQtyLines’ functions in related tables and codeunits and changed these procedures from local to global
    Object(s): T37/T39/T83/T5741/T5767/T5851/T37002210/37002211
    Related Object(s): T36/T38/T5740/T7316/CU37002463/CU37002561/CU37002083/CU37002063
  2. Integration Event ‘AddSalesTaxLineToSalesTaxCalcOnBeforeSetLineAmount’ is added
    Object: CU80
  3. Integration Event ‘OnBeforeCopyItemSalesPriceToSalesPrice’ is added
    Object: CU7000
  4. Integration Event ‘OnBeforeDeleteSourceAltQtys’ is added
    Object: CU7324
  5. Integration Event ‘OnBeforePostDeliveryTrip’ is added
    Object: CU37002062
  6. Integration Event ‘OnBeforeValidateBaseQty’ is added
    Object: P37002083
  7. Integration Event ‘MakeOrderOnBeforeInsertSalesOrderLine’ and ’ MakeOrderOnAfterLinesCreated‘ are added
    Object: CU37002061

Return to What's New