AuditPolicyCaseBuilder::construct Method [AX 2012]

Creates an object of the AuditPolicyCaseBuilder class.

server public static AuditPolicyCaseBuilder construct(
    RefRecId _batchId, 
    utcdatetime _executionTime, 
    RefRecId _numberSeqTableRecId, 
    RefRecId _policyRecId, 
    int _documentCount)

Run On

Server

Parameters

_batchId
Type: RefRecId Extended Data Type
The batch ID of the current batch.
_executionTime
Type: utcdatetime
The execution time of the job.
_numberSeqTableRecId
Type: RefRecId Extended Data Type
The record ID of the number sequence.
_policyRecId
Type: RefRecId Extended Data Type
The record ID of the policy.
_documentCount
Type: int
The count of document selected for audit.

Return Value

Type: AuditPolicyCaseBuilder Class
An object of AuditPolicyCaseBuilder class.
Show: