PCTemplateFind.getBindingValueAsRealWithDefault Method [AX 2012]

Gets the binding value as a real.

public real getBindingValueAsRealWithDefault(
    TableId _tableId, 
    FieldId _fieldId, 
    real _default)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The table ID for which to get the value.
_fieldId
Type: FieldId Extended Data Type
The field ID for which to get the value.
_default
Type: real
A default value if no binding value is found.

Return Value

Type: real
A real value that contains the binding value.

Community Additions

ADD
Show: