Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified feild exists in the table.
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 of the IndirectTaxInquiryTable_IN table record.
- _fieldName
Type: FieldName Extended Data Type
The field name of the IndirectTaxInquiryTable_IN table record.
- _name
Type: SelectQuery_IN Extended Data Type
The select query name of the IndirectTaxInquiryTable_IN table record.
Return Value
Type: boolean
true if the field exits; otherwise, false.