Share via


TaxWithholdCertificateUIBuilder.printingDateModified Method [AX 2012]

Updates the Printing date field with the Todate field value if the modified print date is less than the selected Todate value.

Syntax

public boolean printingDateModified(FormStringControl _control)

Run On

Called

Parameters

  • _control
    Type: FormStringControl Class
    The FormStringControl instance whose value determines the Printing date field values.

Return Value

Type: boolean
true if the control value has been modified; otherwise, false.

See Also

Reference

TaxWithholdCertificateUIBuilder Class