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.
Checks if CustomsInquiryTable_IN table record exists for specified SourceTableId, FieldName and SelectQuery_IN.
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 sourceTableId which needs to be queried for CustomsInquiry.
- _fieldName
Type: FieldName Extended Data Type
The FieldName which needs to be queried for CustomsInquiry.
- _name
Type: SelectQuery_IN Extended Data Type
The SelectQuery_IN value, which needs to be queried for CustomsInquiry.
Return Value
Type: boolean
true if CustomsInquiryTable_IN table record is found otherwise, false.