MCRReqPlanContinuity::find Method
Finds and returns continuity plan based on the passed in parameters.
Syntax
client server public static MCRReqPlanContinuity find(MCRReqPlanIdContinuity _mcrReqPlanIdContinuity, [boolean _forUpdate])
Run On
Called
Parameters
- _mcrReqPlanIdContinuity
Type: MCRReqPlanIdContinuity Extended Data Type
The MCRReqPlanIdContinuity value for which to search the MCRReqPlanContinuity table.
- _forUpdate
Type: boolean
If true the MCRReqPlanContinuity table record should be returned for update; otherwise, the MCRReqPlanContinuity table record should not be returned for update.
Return Value
Type: MCRReqPlanContinuity Table
The MCRReqPlanContinuity table record that was found based on passed in parameters.