DictTable.fieldSqlDefault Method [AX 2012]

Returns the SQL default value for the field that is specified by field ID.

public str fieldSqlDefault(FieldId fieldId)

Run On

Called

Parameters

fieldId
Type: FieldId Extended Data Type
The ID of the field for which the SQL default data is being retrieved.

Return Value

Type: str
A string that represents the SQL default value for the field that is specified by the fieldId parameter; an empty string if the field has no SQL default value or the table is not an SQL table.

Community Additions

ADD
Show: