JmgPayRule.addRunTimeFieldToDataSource Method [AX 2012]

Adds a run time field to the ExpressionDataSource object, which is based on the specified extended data type and value.

Syntax

protected void addRunTimeFieldToDataSource(
    ExpressionDataSource _expressionDataSource, 
    ExtendedDataTypeName _extendedDataType, 
    anytype _value)

Run On

Called

Parameters

  • _value
    Type: anytype
    The value for which the added run time field is set.

See Also

Reference

JmgPayRule Class