PlanActivityServiceOutputItem::createServiceActivityOutputItem Method
Creates a new record in the PlanActivityServiceOutputItem table.
Syntax
server public static void createServiceActivityOutputItem(
RecId _planActivityService,
ItemId _itemId,
DataAreaId _itemDataAreaId,
InventDimId _inventDimId,
DataAreaId _inventDimDataAreaId)
Run On
Server
Parameters
- _planActivityService
Type: RecId Extended Data Type
The record ID of the PlanActivityService record that the output item is associated with.
- _itemId
Type: ItemId Extended Data Type
The item ID of the output item.
- _itemDataAreaId
Type: DataAreaId Extended Data Type
The data area ID of the output item.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID of the output item.
- _inventDimDataAreaId
Type: DataAreaId Extended Data Type
The data area ID of the inventory dimension for the output item.