Share via


IntrastatTransferIT.exportToBeIncluded Method [AX 2012]

Determines if an export transaction needs to be included into Intrastat.

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 exportToBeIncluded(
            LogisticsAddressCountryRegionId _dlvcountry, 
           [RefNum _refNum, 
            LogisticsAddressCountryRegionId _countryRegionOfShipment, 
            LogisticsAddressCountryRegionId _invoiceCountryRegion, 
            TradeLineDlvTypeId _dlvType, 
            LogisticsAddressCountryRegionId _trnasportDocumentCountryRegion, 
            IntrastatOrderType _orderType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean exportToBeIncluded(
            LogisticsAddressCountryRegionId _dlvcountry, 
           [RefNum _refNum, 
            LogisticsAddressCountryRegionId _countryRegionOfShipment, 
            LogisticsAddressCountryRegionId _invoiceCountryRegion, 
            TradeLineDlvTypeId _dlvType, 
            LogisticsAddressCountryRegionId _trnasportDocumentCountryRegion, 
            IntrastatOrderType _orderType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean exportToBeIncluded(
            LogisticsAddressCountryRegionId _dlvcountry, 
           [RefNum _refNum, 
            LogisticsAddressCountryRegionId _countryRegionOfShipment, 
            LogisticsAddressCountryRegionId _invoiceCountryRegion, 
            TradeLineDlvTypeId _dlvType])

  Microsoft Dynamics AX 2012 (FPK)
          public boolean exportToBeIncluded(
            LogisticsAddressCountryRegionId _dlvcountry, 
           [RefNum _refNum, 
            LogisticsAddressCountryRegionId _countryRegionOfShipment, 
            LogisticsAddressCountryRegionId _invoiceCountryRegion, 
            TradeLineDlvTypeId _dlvType])

  Microsoft Dynamics AX 2012 (SYS)
          public boolean exportToBeIncluded(
            LogisticsAddressCountryRegionId _dlvcountry, 
           [RefNum _refNum, 
            LogisticsAddressCountryRegionId _countryRegionOfShipment, 
            LogisticsAddressCountryRegionId _invoiceCountryRegion, 
            TradeLineDlvTypeId _dlvType])

Run On

Called

Parameters

Return Value

Type: boolean
true if the transactions needs to be included; otherwise, false.

See Also

Reference

IntrastatTransferIT Class