Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Pricefx there are the following event types in the EventType class:

AreaEventDescription
Related to

...

finished job processing

...






CALCULATION_COMPLETED_PL

...

Price list calculation finished
CALCULATION_COMPLETED_SIM

...

Simulation calculation

...

finished
CALCULATION_COMPLETED_CFS

...

Calculated fields set process finished
CALCULATION_COMPLETED_PG

...

Price Grid (LPG) calculation finished
CALCULATION_COMPLETED_RC

...

Rebate Records (RR) calculation finished
PADATALOAD_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 approved
ITEM_APPROVED_PGI

...

Price Grid (LPG) line Item approved
ITEM_DENIED_PGI

...

Price Grid (LPG) line Item denied
ITEM_APPROVED_PL

...

Price list approved
ITEM_APPROVED_Q

...

Quote approved
ITEM_APPROVED_RR

...

Rebate Record approved
ITEM_APPROVED_DCR

...

Data Change Request approved
ITEM_APPROVED_RBA

...

Rebate Agreement approved
ITEM_APPROVED_CL

...

Claim approved
WORKFLOW_MESSAGE

...

Whenever an approver approves (or denies) an Approval Step
WORKFLOW_SUBMIT

...

When an approvable document is submitted
Related to data

...

updatesITEM_UPDATE_RR

...

Rebate Record updated
ITEM_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 information
ITEM_UPDATE_CT

...

PromotionManager contract updated

ITEM_UPDATE_CL

...

Claim Agreement updated
CHANGE_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

...

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().

...