pfx-api:calculate, pfx:dmCalculate
This component is used to calculate values of derived columns in a Datamart table.
Attributes | Description | Required by Spring Bean | Required by pfx-api |
---|---|---|---|
| Name of the route for referencing into URI. | yes | not available |
| ID of the object from Pricefx that performs the calculation, usually a Data Load. | yes | yes |
| Name of the target Datamart or Data Source. | yes | yes |
| Defines the object type. In this case it is always DM. | not available | yes |
| Can be used instead of | not available | no |
 To get typedId
, you need to display the typedId
 field in the grid. In Data Loads, right-click the table header, select Columns and check what Typed Id is selected.Â
Available from 1.1.15:
Code sample
<to uri="pfx-api:calculate?objectType=DM&targetName=DM.ReadyTransactions&typedId=3899.DMDL"/>
<to uri="pfx-api:calculate?objectType=DM&targetName=DM.ReadyTransactions&label=Transactions"/>
Deprecated from 1.1.15:
Code sample
pfx:dmCalculate id="calculateDM_ReadyTransaction_Enrichment" typedId="3899.DMDL" targetName="DM.ReadyTransactions"/>
IntegrationManager version 5.8.0