Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PFUN-17842

...

AreaEventDescription
Related to finished job processing




CALCULATION_COMPLETED_PL

Price List calculation finished
CALCULATION_COMPLETED_SIMSimulation calculation finished
CALCULATION_COMPLETED_CFSCalculated fields set process finished
CALCULATION_COMPLETED_PGPrice Grid (LPG) calculation finished
CALCULATION_COMPLETED_RCRebate Records (RR) calculation finished
CALCULATION_COMPLETED_CGCalculation Grid (CG) calculation finished (from version 10.0)
PADATALOAD_COMPLETEDAnalytics Data Load process finished
ASYNC_LOADDATA_COMPLETEDAsynchronous data upload finished
Related to a failed job processing

JOB_FAILED 

When any scheduled job failed (Price List calculation, Data Load, CFS,… ), i.e., whatever you can find in the JST table with the status Error

Related to approval workflow

ITEM_APPROVED_CTAgreements & Promotions document approved
ITEM_APPROVED_PGIPrice Grid (LPG) line Item approved
ITEM_DENIED_PGIPrice Grid (LPG) line Item denied
ITEM_APPROVED_PLPrice List approved
ITEM_APPROVED_QQuote approved
ITEM_APPROVED_RRRebate Record approved
ITEM_APPROVED_DCRData Change Request approved
ITEM_APPROVED_RBARebate Agreement approved
ITEM_APPROVED_CLClaim approved
ITEM_APPROVED_CRCompensation Record approved (from version 9.0)
WORKFLOW_MESSAGEWhenever an approver approves (or denies) an Approval Step
WORKFLOW_SUBMITWhen an approvable document is submitted
Related to data updatesITEM_UPDATE_RRRebate Record updated
ITEM_UPDATE_PRPrice Record updated (add/update/delete)
ITEM_UPDATE_PGI Price Grid line item updated (manual data change of the record)
ITEM_UPDATE_MPLIManual Price List line item updated (add/update/delete – detailed info about the operation, contains the MPLI record detail)
ITEM_UPDATE_PPVAny kind of Company Parameter value update (LTV or MLTVx) (add/update – the event contains the record itself)
ITEM_UPDATE_QQuote updated (when the Status changes), the event contains complete Quote Header information
ITEM_UPDATE_CTAgreements & Promotions document updated

ITEM_UPDATE_CL

Claim Agreement updated
ITEM_UPDATE_CGICalculation Grid item updated manually (from since version 10.0)
ITEM_UPDATE_RBARebate Agreement updated
ITEM_UPDATE_COCompensation Plan updated (from version 10.1)
CHANGE_NOTIFICATION_CAUpdate of Customer Assignment (when Customer Assignment for Price List or Manual Price List changes)
CHANGE_NOTIFICATION_MPLUpdate of an item of a Manual Price List (only informs that there is a change and in which Manual Price List)
CHANGE_NOTIFICATION_PPAny kind of Company Parameter bulk update (delete/update), the event only informs that someone manipulated a certain table
CustomCUSTOM

Custom event created by a logic. This is used when you need to handle events which are not supported by Pricefx out of the box. Then you can generate your own events from the logic and let IntegrationManager do certain processing. To create a new custom event, use the function api.customEvent().

...