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.
Retrieves the fixed assets remainders related to the ID of the inventory transactions originator.
Syntax
server public static RAssetScrap rassetScrap(InventTransOriginId _inventTransOriginId, [boolean _forUpdate])
Run On
Server
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator. It is the primary key on the InventTransOrigin table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the buffer should be selected for update; optional.
Return Value
Type: RAssetScrap Table
A record in the RassetScrap table if exists; otherwise an empty record..
Remarks
Retrieves an empty buffer if no related record exists.