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.
Indicates whether the specified record exists in the MarkupAutoTable table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
MarkupModuleCategory moduleCategory,
MarkupModule module,
TableGroupAll accountCode,
CustVendRel accountRelation,
TableGroupAll itemCode,
ItemRelation itemRelation)
Run On
ClientOrServer
Parameters
- moduleCategory
Type: MarkupModuleCategory Extended Data Type
The MarkupModuleCategory value of the record for which to check.
- module
Type: MarkupModule Extended Data Type
The MarkupModule value of the record for which to check.
- accountCode
Type: TableGroupAll Enumeration
The TableGroupAll value of the record for which to check.
- accountRelation
Type: CustVendRel Extended Data Type
The CustVendRel value of the record for which to check.
- itemCode
Type: TableGroupAll Enumeration
The TableGroupAll value of the record for which to check.
- itemRelation
Type: ItemRelation Extended Data Type
The ItemRelation value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.