Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets tax GTA vendor for no po.
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 TaxAmount taxGTAVendorForNonPO_IN(VendInvoiceInfoLine _vendInvoiceInfoLine, [Percent _reverseChargePercent])
Microsoft Dynamics AX 2012 R2 (SYS)
public TaxAmount taxGTAVendorForNonPO_IN(VendInvoiceInfoLine _vendInvoiceInfoLine)
Run On
Server
Parameters
- _vendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The vend invoice info line.
- _reverseChargePercent
Type: Percent Extended Data Type
Return Value
Type: TaxAmount Extended Data Type
The instance of the TaxAmount class.