DirPartyMerge.validateHRMPartiesMerge Method [AX 2012]

Validates that the selected HRM parties can be successfully merged.

Syntax

public boolean validateHRMPartiesMerge(
    DirPartyRecId _selectedPartyRecId, 
    container _mergingParties, 
    boolean _hideinfo)

Run On

Called

Parameters

  • _mergingParties
    Type: container
    A container that contains the selected parties to merge.
  • _hideinfo
    Type: boolean
    A Boolean value that indicates whether to display the information message.

Return Value

Type: boolean
A Boolean value that indicates whether the selected parties can be successfully merged.

Remarks

The following parties cannot be merged: Applicant and Contact , Applicant and Worker, Worker and Contact.

See Also

Reference

DirPartyMerge Class