Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Configuration

Promotion Calendar Dashboard requires at least Pricefx release 10 (Bees Knees) and a partition having the following configuration:

Update of ObjectReferences table

There is now a job that runs to update the object reference table. This is important for the promotion calendar feature since the dashboard is using the object reference table to display the promotion records. Before this enhancement, the object reference table were not updated ongoing which means the calendar could show data that is outdated.

The job runs daily as part of house keeping jobs.

The only configuration available is in the pricefx-config file

<!-- Setting that will affect daily regeneration object references on already 
submitted and approved Contracts, Rebates Agreements, and Compensation Plans -->
<updateObjRef>
	<contract>true</contract>
	<rebate>false</rebate>
	<compensation>false</compensation>
	<batchSize>50<batchSize>
</updateObjRef>
  • No labels