File Name
Syntax
AssetValuation( VAL whdl: WINDOW)
Parameters
whdl - window handle
Returns
Nothing
Side Effects
None
Description
System action for asset valuation. This routine calls the requestAssetValuation routine. RequestAssetValuation is the common routine called by both this system action and other "in-context" requests for asset valuation.
Dialog Forms Called
None
File Name
Syntax
RequestAssetValuation(VAL wHdl: WINDOW, REF ValuationData: ValuationInstRec)
Parameters
whdl - window handle
Valuation Data - instance data used for valuation type event
Returns
Nothing
Side Effects
None
Description
The common routine for requesting the Valuation dialog This routine is called from the system action or other routines that want to display the Valuation dialog. This routine accepts initialized instance data for the Valuation dialog.
Dialog Forms Called
i_asset.dfc[valuation]
File Name
Syntax
RequestAssetValuationInvApi(VAL wHdl: WINDOW, VAL location_id: STRING, VAL organization_id: STRING, VAL h_object_id: STRING )
Parameters
wHdl - parent window handle
location_id - location id
organization_id - organization id
h_object_id - category id
Returns
Nothing
Side Effects
None
Description
The procedure to call asset valuation from other applications.
Dialog Forms Called
i_asset.dfc[valuation]
File Name
Syntax
ValuationTypeEvent(REF ValuationData: ValuationInstRec)
Parameters
Valuation Data - instance data used for valuation type event
Returns
Nothing
Side Effects
None
Description
The event handler for asset valuation.
Dialog Forms Called
None