DirParty::canDeleteParty Method [AX 2012]

Determines whether an address book party can be deleted.

server public static boolean canDeleteParty(DirPartyRecId _party, [boolean _showInfoLog])

Run On

Server

Parameters

_party
Type: DirPartyRecId Extended Data Type
The DirPartyNumber value of the record which must be deleted.
_showInfoLog
Type: boolean
A Boolean value that indicates whether to show the infolog; optional.

Return Value

Type: boolean
true to indicate the address book party can be deleted; otherwise, false.
Show: