Share via


vendTax1099Update.getFromDialog Method [AX 2012]

Gets the values that are entered by the user in the dialog box.

Syntax

public boolean getFromDialog()

Run On

Server

Return Value

Type: boolean
true if the state is not specified for MISC-04, DIV-4, and INT-4; otherwise, false .

Remarks

The Tax1099Fields records are defined for the selected boxFor1099RecId value. Tax information is defined for the vendor in the selected state and state is selected by user. The Option Update All is selected by user for S-2. The G-2 is selected by the user in option 1099 box. The G-4 is selected as 1099 box that has Update All option selected. The user does not continue when G-4 is selected as 1099 box.This method updates the local variables with the options selected by the user. It also verifies data entered against the rules for each 1099.

See Also

Reference

vendTax1099Update Class