PurchReApprovalPolicyRule.hasLineChanged Method [AX 2012]

Indicates whether the purchase order line changes have occurred.

private boolean hasLineChanged(
    PurchLine _purchLine, 
    VersioningTmpTrans _versioningTmpTrans, 
    RefRecId _parentVersioningTmpTrans, 
    Set _inSet, 
    Set _inSetTables)

Run On

Server

Parameters

_purchLine
Type: PurchLine Table
A PurchLine record if only a single line should be checked.
_versioningTmpTrans
Type: VersioningTmpTrans Table
A _versioningTmpTrans record that contains changes.
_parentVersioningTmpTrans
Type: RefRecId Extended Data Type
The record ID of a parent _versioningTmpTrans record.
_inSet
Type: Set Class
A set of fields that require re-approval if changed.
_inSetTables
Type: Set Class
A set of tables where insert and delete will require re-approval.

Return Value

Type: boolean
true if the changes have occurred; otherwise, false.

Community Additions

ADD
Show: