SalesTable2LineParameters::getCombinedFieldId Method
Gets a field ID that is a combination of the table ID and field ID.
Syntax
client server public static FieldId getCombinedFieldId(TableId _tableId, FieldId _baseFieldId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID.
- _baseFieldId
Type: FieldId Extended Data Type
The table specific field ID.
Return Value
Type: FieldId Extended Data Type
A field ID that is a combination of the table ID and field ID.
Exceptions
Exception | Condition |
---|---|
Error | The table ID is not supported. |