PCTemplateFind.getBindingValueAsStringWithDefault Method [AX 2012]
Gets the binding value as a string.
public str getBindingValueAsStringWithDefault(
TableId _tableId,
FieldId _fieldId,
str _default)
Run On
ServerParameters
- _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: str
A default value if no binding value is found.
Community Additions
ADD
Show: