PurchTable::internalFieldIdToFieldId_W Method
Converts an internal field ID to normal field ID.
Syntax
client server public static FieldId internalFieldIdToFieldId_W(FieldId _internalFieldId)
Run On
Called
Parameters
- _internalFieldId
Type: FieldId Extended Data Type
Internal field ID.
Return Value
Type: FieldId Extended Data Type
Normal field ID.
Remarks
Internal field ID saves the normal field ID information in the lower 24 bits, and save the internal table ID information in the upper 8 bits.
Note: internal table ID is a code defined ID, not the normal table ID.