File Name
Syntax
AssetTransfer ()
Parameters
None
Returns
Nothing
Side Effects
None
Description
System action for transfering assets. This routine calls the requestAssetTransfer routine. RequestAssetTransfer is the common routine called by both this system action and other "in-context" requests for transfering assets.
Dialog Forms Called
None
File Name
Syntax
AssetTransferEvent(REF AssetTransferData: WWAssetTransferInstRec )
Parameters
AssetTransferData, instance data for the
AssetTransferEvent
Returns
Nothing
Side Effects
None
Description
The event handler for the Asset Transfer dialog.
Dialog Forms Called
people.dfc[peoplesearchform]
i_asset.dfc[assetqbe]
i_xfer.dfc[updateselection]
File Name
Syntax
RequestAssetTransfer(VAL wHdl: WINDOW, REF AssetTransferData: WWAssetTransferInstRec)
Parameters
whdl, current window handle
AssetTransferData, instance data for the
AssetTransferEvent
Returns
Nothing
Side Effects
None
Description
The common routine for requesting the Asset Transfer dialog. This routine is called from the system action or other routines that want to display the Asset Transfer dialog. This routine accepts initialized instance data for the Asset Transfer dialog.
Dialog Forms Called
i_xfer.dfc[assettransfer]
File Name
Syntax
RequestAssetTransferInvApi(VAL wHdl: WINDOW, VAL location_id: STRING, VAL organization_id: STRING, VAL table_name: STRING)
Parameters
wHdl - parent window handle
location_id - location id
organization_id - organization id
table_name - table name
Returns
Nothing
Side Effects
None
Description
This procedure calls Asset Transfer from other applications.
Dialog Forms Called
i_xfer.dfc[assettransfer]