AuditPolicyExecutionTask.convertMapToArray Method [AX 2012]

Convert the supplied map into an array of containers.

private Array convertMapToArray(Map _sourceMap)

Run On

Server

Parameters

_sourceMap
Type: Map Class
The Map to be converted.

Return Value

Type: Array Class
An Array of containers where each container holds a key/value pair from the supplied Map.

Community Additions

ADD
Show: