formletterParmData.existsParmUpdate Method [AX 2012]

Determines whether a posting parameter record exists.

Syntax

protected abstract boolean existsParmUpdate(Common _parmUpdate)

Run On

Server

Parameters

  • _parmUpdate
    Type: Common Table
    A posting record to check for existence.

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

formletterParmData Class