Routines for i_xfer.kb


AssetTransfer

File Name

i_xfer.kb

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


AssetTransferEvent

File Name

i_xfer.kb

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]


RequestAssetTransfer

File Name

i_xfer.kb

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]


RequestAssetTransferInvApi

File Name

i_xfer.kb

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]