Routines for i_mc_rpt.kb


CreateReportHeading

File Name

i_mc_rpt.kb

Syntax

CreateReportHeading (REF csvdata: LIST OF STRING, VAL rptdef: I_MC_ReportRec)

Parameters

csvdata - list of string used for creating the preview report

rptdef - record with data for asset transfer/update

whdl - current window handle

existing - Boolean for the type of validation done

Returns

Nothing

Side Effects

None

Description

Called to create the header for the exception preview report.

Dialog Forms Called

None


ValidateAssetData

File Name

i_mc_rpt.kb

Syntax

ValidateAssetData ( VAL whdl: WINDOW, VAL inv_list: LIST OF IS_InventoryRec, REF rptdef: I_MC_ReportRec )

Parameters

whdl - window handle of asset transfer or group maintenance

inv_list - list of assets to be validated for the exception report and update

Returns

Nothing

Side Effects

None

Description

This procedure validates a list of assets against the supported organization with which they are going to be associated. The procedure generates a report listing any invalid assets with the invalid data. The user then can correct the invalid data before proceeding with the update. The update is done according to the configuration option selected.

Dialog Forms Called

i_xfer.dfc[filenameselection]


ValidateAssetDefinition

File Name

i_mc_rpt.kb

Syntax

ValidateAssetDefinition ( VAL whdl: WINDOW, VAL inv_list: LIST OF IS_InventoryRec, REF rptdef: I_MC_ReportRec )

Parameters

whdl - window handle of asset transfer or group maintenance

inv_list - list of assets to be validated for the exception report and update

Returns

Nothing

Side Effects

None

Description

This procedure validates a list of assets against the proposed changes to the asset and generates a report listing any invalid assets with the invalid data. The user then has the option to correct the invalid data before proceeding with the update.

Dialog Forms Called

i_xfer.dfc[filenameselection]