AuditPolicyCaseBuilder::runOnServer Method [AX 2012]

Runs the provided packed instance of the auditPolicyCaseBuilder class on the server.

server protected static container runOnServer(container _packed)

Run On

Server

Parameters

_packed
Type: container
The packed instance of the auditPolicyCaseBuilder class to use.

Return Value

Type: container
Always returns the connull function.

The connull function is returned so that this method can be called by the runAs function.

This method should only be called internally.

Show: