SalesTaxInquiryTable_IN::existField Method
Verifies whether a specified field exists.
Syntax
client server public static boolean existField(
TableId _sourceTableId,
FieldName _fieldName,
SelectQuery_IN _name)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
The source table ID.
- _fieldName
Type: FieldName Extended Data Type
The field ID.
- _name
Type: SelectQuery_IN Extended Data Type
The query.
Return Value
Type: boolean
true if the field exists; otherwise, false.