| CalculationFlowActionBuilder |
CalculationFlowActionBuilder is the starting point of an interface that
allows you define actions within calculation flow logic.The calculation flow
action builder is available in calculation flow by this call:
def builder = actionBuilder
Note that you will find full code snippets in the
"Command Templates/Calculation Flow Examples" inside calculation
flow formulas UI.
|
| CFSAction<ATTACHEDTO extends Help> |
This action starts calculation of selected CFS.
|
| DataLoadAction<ATTACHEDTO extends Help> |
This action starts calculation of selected data load.
|
| ExportAction<ATTACHEDTO extends Help> |
This action starts exporting or archiving.
|
| LivePriceGridAction<ATTACHEDTO extends Help> |
This action starts calculation of selected LPG for all skus or restricted set
of skus.
|
| ManualPricelistAction<ATTACHEDTO extends Help> |
This action starts calculation of selected manual pricelist.
|
| ObjRefAction<ATTACHEDTO extends Help> |
This action starts calculation of selected rebate record set records.
|
| PriceAPIAction<ATTACHEDTO extends Help> |
This action starts selected Price API job.
|
| PricelistAction<ATTACHEDTO extends Help> |
This action starts calculation of selected pricelist.
|
| RebateRecordAction<ATTACHEDTO extends Help> |
This action starts calculation of selected rebate record set records.
|
| ScheduleSettings<ATTACHEDTO extends Help> |
This action is helping you to get an information about schedule as seen in the UI + if needed alter it.
|
| SimulationAction<ATTACHEDTO extends Help> |
This action starts calculation of selected simulation.
|