ReqIntercompanyPlanningGroupMember::find Method
Finds a record in the ReqIntercompanyPlanningGroupMember table.
Syntax
client server public static ReqIntercompanyPlanningGroupMember find(
ReqIntercompanyPlanningGroupRecId _intercompanyPlanningGroup,
LegalEntity _legalEntity,
[boolean _selectForUpdate])
Run On
Called
Parameters
- _intercompanyPlanningGroup
Type: ReqIntercompanyPlanningGroupRecId Extended Data Type
The record ID of the intercompany planning group.
- _legalEntity
Type: LegalEntity Extended Data Type
The legal entity for which to find the member record.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ReqIntercompanyPlanningGroupMember Table
A record in the ReqIntercompanyPlanningGroupMember table; otherwise, an empty record.