Share via


PurchFormLetter_ConfirmationRequest.enableUpdateNowField Method [AX 2012]

Method to enable or disable the posting field in the PurchEditLines form for confirmation request posting

Syntax

public boolean enableUpdateNowField([boolean _enableUpdateNow])

Run On

Called

Parameters

  • _enableUpdateNow
    Type: boolean
    Parameter to enable or disable the field.

Return Value

Type: boolean
false

Remarks

The posting field should be disabled for confirmation request posting.

See Also

Reference

PurchFormLetter_ConfirmationRequest Class