Routines for i_audit.kb


AssetAudit

File Name

i_audit.kb

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


AuditEvent

File Name

i_audit.kb

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]


RequestAssetAudit

File Name

i_audit.kb

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]


RequestAssetAuditInvApi

File Name

i_audit.kb

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]


WWAudit

File Name

i_audit.kb

Syntax

WWAudit

Parameters

None

Returns

Nothing

Side Effects

None

Description

The system action for auditing assets.

Dialog Forms Called

i_audit.dfc[wwaudit]