Tax1099Fields.createTax1099Fields Method
Creates tax1099Field records for DIV, INT, MISC, and OID forms and updates them as appropriate.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public boolean createTax1099Fields([boolean _forceUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
public void createTax1099Fields()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void createTax1099Fields()
Microsoft Dynamics AX 2012 (FPK)
public void createTax1099Fields()
Microsoft Dynamics AX 2012 (SYS)
public void createTax1099Fields()
Run On
Called
Parameters
- _forceUpdate
Type: boolean
Force the update of all fields, ignoring any user changes.
Return Value
Type: boolean
Boolean representing if any fields were changed.
Remarks
_forceUpdate will override any user changes to amounts and should be used with caution.