...
- Related to a finished job processing:
CALCULATION_COMPLETED_PL
– Price list calculation finishedCALCULATION_COMPLETED_SIM
– Simulation calculation finishedCALCULATION_COMPLETED_CFS
– Calculated fields set process finishedCALCULATION_COMPLETED_PG
– Price Grid (LPG) calculation finishedCALCULATION_COMPLETED_RC
– Rebate Records (RR) calculation finishedPADATALOAD_COMPLETED
– PriceAnalyzer Data Load process 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_CT
– PromotionManager contract approvedITEM_APPROVED_PGI
– Price Grid (LPG) line Item approvedITEM_DENIED_PGI
– Price Grid (LPG) line Item deniedITEM_APPROVED_PL
– Price list approvedITEM_APPROVED_Q
– Quote approvedITEM_APPROVED_RR
– Rebate Record approvedITEM_APPROVED_DCR
– Data Change Request approvedITEM_APPROVED_RBA
– Rebate Agreement approvedITEM_APPROVED_CL
– Claim approvedWORKFLOW_MESSAGE
– Whenever an approver approves (or denies) an Approval StepWORKFLOW_SUBMIT
– When an approvable document is submitted
- Related to data updates
ITEM_UPDATE_RR
– Rebate Record updatedITEM_UPDATE_PR
– Price Record updated (add/update/delete)ITEM_UPDATE_PGI
– Price grid line item updated (manual data change of the record)ITEM_UPDATE_MPLI
– Manual pricelist line item updated (add/update/delete – detailed info about the operation, contains the MPLI record detail)ITEM_UPDATE_PPV
– Any kind of Price Parameter value update (LTV or MLTVx) (add/update – the event contains the record itself)ITEM_UPDATE_Q
– Quote updated (when the Status changes), the event contains complete Quote Header informationITEM_UPDATE_CT
– PromotionManager contract updatedITEM_UPDATE_CL
– Claim Agreement updatedCHANGE_NOTIFICATION_CA
– Update of Customer Assignment (when Customer Assignment for price list or manual price list changes)CHANGE_NOTIFICATION_MPL
– Update of an item of a manual price list (only informs that there is a change and in which manual price list)CHANGE_NOTIFICATION_PP
– Any kind or Price Parameter bulk update (delete/update), the event only informs that someone manipulated a certain table
- Custom
CUSTOM
– 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 functionapi.customEvent()
.
...