pfx-api:execute, pfx:formulaExecute
Attributes | Description | Required? |
---|---|---|
| Bean ID | yes |
| SKU for which the logic is executed. | no |
| Sets which logic will be executed (by its name). You can use the SKU parameter as well. | no |
| Transforms the body into the required format for the formula context. | no |
Â
<to uri="pfx-api:execute?sku=100&formulaName=TestLogic"/>
<to uri="pfx-api:execute?sku=100"/>
<to uri="pfx-api:execute?formulaName=TestLogic"/>
Deprecated from 1.1.15
<pfx:formulaExecute id="executeSkuFormula" sku="12" formulaName="TestLogic"/>
<pfx:formulaExecute id="executeSku" sku="12"/>
<pfx:formulaExecute id="executeFormula" formulaName="TestLogic"/>
IntegrationManager version 5.8.0