SalesTable2LineParameters::exist Method
Checks whether a SalesTable2LineParameters record exists for a specified field.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static boolean exist(TableId _tableId, FieldId _fieldId)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static boolean exist(TableId _tableId, FieldId _fieldId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static boolean exist(FieldId _fieldId)
Microsoft Dynamics AX 2012 (FPK)
client server public static boolean exist(FieldId _fieldId)
Microsoft Dynamics AX 2012 (SYS)
client server public static boolean exist(FieldId _fieldId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
Field's table ID
- _fieldId
Type: FieldId Extended Data Type
Field ID to check.
Return Value
Type: boolean
true if the record exists; otherwise false.
Remarks
Normally _tableId parameter should be SalesTable table ID.
But it can also be any other table related to SalesTable. For example: SalesTable_RU.