AuditPolicyExecutionTask::construct Method [AX 2012]

Creates an instance of the AuditPolicyExecutionTask class.

server public static AuditPolicyExecutionTask construct(
    RefRecId _ruleRecordID, 
    RefRecId _sourceRecId, 
    RefRecId _numberSeqTableRecId)

Run On

Server

Parameters

_ruleRecordID
Type: RefRecId Extended Data Type
The record ID of the policy rule.
_sourceRecId
Type: RefRecId Extended Data Type
The record ID of the document.
_numberSeqTableRecId
Type: RefRecId Extended Data Type
The record ID of an NumberSequenceTable table record.

Return Value

Type: AuditPolicyExecutionTask Class
An instance of AuditPolicyExecutionTask class.
Show: