File Name
Syntax
AssetAudit( VAL whdl: WINDOW)
Parameters
whdl - parent window handle
Returns
Nothing
Side Effects
None
Description
System action for auditing assets. This routine calls the requestAssetAudit routine. RequestAssetAudit is the common routine called by both this system action and other in-context requests for auditing assets.
Dialog Forms Called
None
File Name
Syntax
AuditEvent(REF AuditEventData: AuditEventInstRec)
Parameters
AuditEventData - instance data for audit event
Returns
Nothing
Side Effects
None
Description
The event handler for auditing assets.
Dialog Forms Called
i_asset.dfc[assetnb]
File Name
Syntax
RequestAssetAudit (VAL wHdl: WINDOW, REF AuditEventData: AuditEventInstRec)
Parameters
whdl - parent window handle
AuditEventData - instance data for audit event.
Returns
Nothing
Side Effects
None
Description
The common routine for requesting the Asset Audit dialog box. This routine is called from the system action or other routines that want to display the Asset Audit dialog box. This routine accepts initialized instance data for the Asset Audit dialog box.
Dialog Forms Called
i_audit.dfc[wwaudit]
File Name
Syntax
RequestAssetAuditInvApi (VAL wHdl: WINDOW, VAL organization_id: STRING, VAL location_id: STRING, VAL h_object_id: STRING , VAL connection_id: STRING )
Parameters
None
Returns
Nothing
Side Effects
None
Description
The routine launches the asset audit application from common applications.
Dialog Forms Called
i_audit.dfc[wwaudit]
File Name
Syntax
WWAudit
Parameters
None
Returns
Nothing
Side Effects
None
Description
The system action for auditing assets.
Dialog Forms Called
i_audit.dfc[wwaudit]