RetailConnSchedulerSubjobFieldList::find Method
Finds the specified RetailConnSchedulerSubjobFieldList record.
Syntax
client server public static RetailConnSchedulerSubjobFieldList find(
RetailConnSubJobId _subjobId,
RetailConnFieldName _fromFieldName,
RetailConnFieldName _toFieldName,
[boolean update])
Run On
Called
Parameters
- _subjobId
Type: RetailConnSubJobId Extended Data Type
The subjob identification value of a record to find.
- _fromFieldName
Type: RetailConnFieldName Extended Data Type
A connection field name value.
- _toFieldName
Type: RetailConnFieldName Extended Data Type
A connection field name value.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailConnSchedulerSubjobFieldList Table
A RetailConnSchedulerSubjobFieldList record if found; otherwise, an empty record.