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 »

The following automatic variables are available in the Groovy logic elements:

Formula NatureAvailabilityVariableData TypeNotes
Everywhere


Everywhere

api

PublicGroovyAPI

<element name>.<function name>


Calls a function defined in a different element of the logic.

Deprecated: lib.<element name>.<function name>


Calls a function from a Groovy Library logic named __LIBRARY__.

This call does not allow nesting of library calls.

libs.<library name>.<element name>.<function name>

Calls a function from a Groovy Library logic of a given name.

This call allows nesting of library calls.

rebateAgreementHeaderRebate record

rebateagreement

Map
rebateAgreementEntitlementFilter

rebateagreement

calculationBase

Map



contractHeaderOnly in ContractBuilder logiccProcessorContractBuilder
quoteHeaderOnly in Admin > Configuration > QuoteConfigurator > Quote Header LogicsquoteProcessorQuoteBuilder

Only in Admin > Configuration > RebateManager > Rebate Agreement Template LogicsratBuilderRATBuilder
rebateAgreementHeaderOnly in Admin > RebateManager > Rebate Agreement Header LogicsraProcessorRebateAgreementBuilder
rebateAgreementIRebateRecordManagerrebateRecordsIRebateRecordManager
contractTermTypeFilter
contractEntitlementFilter

contractMap

customerInputFilter

productInputFilter

sellerInputFilter

Customer input filter

Product input filter

Seller input filter

filterFormulaParamString

String parameter value that can be passed from the builder, e.g.:

api.inputBuilderFactory()
.createProductGroupEntry("...")
.setFilterFormulaName("...")
.setFilterFormulaParam(param)
customFormHeader
customFormProcessorCustomFormCollectionBuilder

calculationFlow

CalculationFlowActionBuilderactionBuilderCalculationFlowActionBuilder
distPACalc
distDistFormulaContext

model

model_calculation

model_evaluation

Modelmodel

ModelEvaluationFormulaContext

ModelParallelCalculationFormulaInitContext



WorkflowBuilderManagerworkflow

WorkflowDTO
submitterMap
quote
pricegriditem
rebateagreement
contract
dcr (DataChangeRequest)
pricelist
rebaterecord
Map
wfStepLogicPost step

approvable

currentWorkflow

workflowHistory

Map

InsertWorkflowStepsDTO

WorkflowInfo


  • No labels