TmpSysTableField::findTableFields Method
Populates a TmpSysTableField record with applicable table fields for a given table.
Syntax
client public static TmpSysTableField findTableFields(
TmpSysTableField _tmpSysTableField,
TableId _tableId,
[Query query,
Set _restrictedTypes])
Run On
Client
Parameters
- _tmpSysTableField
Type: TmpSysTableField Table
The TmpSysTableField record which will be populated.
- _tableId
Type: TableId Extended Data Type
The TableId Id value to use for looking up the associated table fields.
- query
Type: Query Class
An optional Query object to pass in used for cross company situation.
- _restrictedTypes
Type: Set Class
An optional Set object to pass in to specify restricted types to limit the field list by.
Return Value
Type: TmpSysTableField Table
A TmpSysTableField buffer that contains the records.