Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates or updates the relationship between the inventory transactions originator and the retail sales transactions.
Syntax
server public static void writeOriginOwnerRelationship(
DataAreaId _retailSalesDataAreaId,
InventTransId _retailSalesInventTransId,
InventTransOriginId _inventTransOriginId)
Run On
Server
Parameters
- _retailSalesDataAreaId
Type: DataAreaId Extended Data Type
The value of the dataAreaId field of the RetailTransactionSalesTrans table.
- _retailSalesInventTransId
Type: InventTransId Extended Data Type
The value of the InventTransId field of the RetailTransactionSalesTrans table.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator.