AuditPolicyCaseBuilder.createCaseAssociation Method [AX 2012]

Creates the association record between the case and original document.

protected CaseAssociation createCaseAssociation(
    RefRecId _externalRecord, 
    RefRecId _caseRecId, 
    TableId _tableId)

Run On

Server

Parameters

_externalRecord
Type: RefRecId Extended Data Type
The record ID of the original document.
_caseRecId
Type: RefRecId Extended Data Type
The case detail record ID.
_tableId
Type: TableId Extended Data Type
The table ID of the original document.

Return Value

Type: CaseAssociation Table
A buffer that contains the case association record.

Community Additions

ADD
Show: