Uses of Package
net.pricefx.common.apibuilder.calculationflowaction
Package
Description
Provides CalculationFlow API.
-
ClassDescriptionCalculationFlowActionBuilder 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.This action starts calculation of selected CFS.This action starts calculation of selected data load.This action starts exporting or archiving.This action starts calculation of selected LPG for all skus or restricted set of skus.This action starts calculation of selected manual pricelist.If nothing is specified, all the steps of the model will be calculated.This action starts calculation of selected rebate record set records.This action starts calculation of selected pricelist.This action starts calculation of selected rebate record set records.This action is helping you to get an information about schedule as seen in the UI + if needed alter it.This action starts calculation of selected simulation. -