EventType Class
In Pricefx there are the following event types in the EventType class:
Area | Event | Description |
---|---|---|
Related to finished job processing |
| Price List calculation finished |
| Simulation calculation finished | |
| Calculated fields set process finished | |
| Price Grid (LPG) calculation finished | |
| Rebate Records (RR) calculation finished | |
| Calculation Grid (CG) calculation finished (since version 10.0) | |
| Analytics Data Load process finished | |
| Asynchronous data upload finished | |
Related to a failed job processing |
| 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 |
| Calculation Grid line item approved (since version 13.0) |
| Agreements & Promotions document approved | |
| Price Grid (LPG) line Item approved | |
| Calculation Grid line item denied (since version 13.0) | |
| Price Grid (LPG) line Item denied | |
| Price List approved | |
| Quote approved | |
| Rebate Record approved | |
| Data Change Request approved | |
| Rebate Agreement approved | |
| Claim approved | |
| Compensation Plan approved (since version 13.0) | |
| Compensation Record approved (since version 13.0) | |
| Whenever an approver approves (or denies) an Approval Step | |
| When an approvable document is submitted | |
Related to data updates |
| Rebate Record updated |
| Price Record updated (add/update/delete) | |
| Price Grid line item updated (manual data change of the record) | |
| Manual Price List line item updated (add/update/delete – detailed info about the operation, contains the MPLI record detail) | |
| Any kind of Company Parameter value update (LTV or MLTVx) (add/update – the event contains the record itself) | |
| Quote updated (when the Status changes, incl. revoked, superseded, invalidated). The event contains complete Quote Header information. | |
| Agreements & Promotions document updated (incl. revoked, superseded, invalidated) | |
| Claim Agreement updated | |
| Calculation Grid item updated manually (since version 10.0) | |
| Rebate Agreement updated (incl. revoked, superseded, invalidated) | |
| Compensation Plan updated (since version 10.1) | |
| Compensation Record updated (since version 13.0) | |
| Price List revoked | |
| Update of Customer Assignment (when Customer Assignment for Price List or Manual Price List changes) | |
| Update of an item of a Manual Price List (only informs that there is a change and in which Manual Price List) | |
| Any kind of Company Parameter bulk update (delete/update), the event only informs that someone manipulated a certain table | |
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 function |
Â
Found an issue in documentation? Write to us.
Â