PDSAdvancedPricing.getElementDefinitions Method [AX 2012]

Gets a list of element definitions or metadata of the current equation.

public List getElementDefinitions()

Run On

Server

Return Value

Type: List Class
A list of element definitions stored as containers within each list item.

Allows the consumer to use the element definitions to obtain the relevant values. Each list item will contain a container of at least two tokens: the equation element and its type. If the element pertains to a batch attribute (target or actual), then a third token, the batch attribute ID, is added to the list item. Elements that are type Constant are not added to the list as there is no need for the consumer to look up its value.

Community Additions

ADD
Show: