RetailConnSchedulerSubjobFieldList::exist Method
Indicates whether the specified RetailConnSchedulerSubjobFieldList record exists.
Syntax
client server public static boolean exist(
RetailConnSubJobId _subjobId,
RetailConnFieldName _fromFieldName,
RetailConnFieldName _toFieldName)
Run On
Called
Parameters
- _subjobId
Type: RetailConnSubJobId Extended Data Type
The subjob identification value of a record to check for existence.
- _fromFieldName
Type: RetailConnFieldName Extended Data Type
A connection field name value.
- _toFieldName
Type: RetailConnFieldName Extended Data Type
A connection field name value.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.