PlanActivityService::findPlanActivity Method
Finds a PlanActivityService record for a specific plan activity.
Syntax
client server public static PlanActivityService findPlanActivity(
PlanActivityRefRecId _planActivityRecId,
[ItemId _itemId,
InventDimId _inventDimId])
Run On
Called
Parameters
- _planActivityRecId
Type: PlanActivityRefRecId Extended Data Type
The PlanActivity record for which the service will be matched.
- _itemId
Type: ItemId Extended Data Type
The ItemId value for which the service will be matched; optional.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId value for which the service will be matched; optional.
Return Value
Type: PlanActivityService Table
A PlanActivityService for the plan activity; otherwise, an empty buffer.