Versions Compared

Key

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

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

Area

Event

Description

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

CALCULATION_COMPLETED_CG

Calculation Grid (CG) calculation finished (since version 10.0)

PADATALOAD_COMPLETED

...

Analytics Data Load process finished

ASYNC_LOADDATA_COMPLETED

Asynchronous 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_

...

CGI

Calculation Grid line item approved (since version 13.0)

ITEM_APPROVED_CT

Agreements & Promotions document approved

ITEM_APPROVED_PGI

...

Price Grid (LPG) line Item approved

ITEM_DENIED_

...

CGI

Calculation Grid line item denied (since version 13.0)

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

ITEM_APPROVED_CO

Compensation Plan approved (since version 13.0)

ITEM_APPROVED_COR

Compensation Record approved (since version 13.0)

WORKFLOW_MESSAGE

...

Whenever an approver approves (or denies) an Approval Step

WORKFLOW_SUBMIT

...

When an approvable document is submitted

Related to data

...

updates

ITEM_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 Price List line item updated (add/update/delete – detailed info about the operation, contains the MPLI record detail)

ITEM_UPDATE_PPV

...

Any kind of

...

Company Parameter value update (LTV or MLTVx) (add/update – the event contains the record itself)

ITEM_UPDATE_Q

...

Quote updated (when the Status changes

...

, incl. revoked, superseded, invalidated). The event contains complete Quote Header information.

ITEM_UPDATE_CT

...

Agreements & Promotions document updated (incl. revoked, superseded, invalidated)

ITEM_UPDATE_CL

Claim Agreement updated

ITEM_UPDATE_CGI

Calculation Grid item updated manually (since version 10.0)

ITEM_UPDATE_

...

RBA

Rebate Agreement updated (incl. revoked, superseded, invalidated)

ITEM_UPDATE_CO

Compensation Plan updated (since version 10.1)

ITEM_UPDATE_COR

Compensation Record updated (since version 13.0)

ITEM_PL_REVOKED

Price List revoked

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

...

of Company 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 function api.customEvent().

...