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.
Determines whether an export transaction has to be included in 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 _dlvCountryRegion,
[RefNum _refNum,
LogisticsAddressCountryRegionId _countryRegionOfShipment,
LogisticsAddressCountryRegionId _invoiceCountryRegion,
TradeLineDlvTypeId _dlvType,
LogisticsAddressCountryRegionId _trnasportDocumentCountryRegion,
IntrastatOrderType _orderType])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean exportToBeIncluded(
LogisticsAddressCountryRegionId _dlvCountryRegion,
[RefNum _refNum,
LogisticsAddressCountryRegionId _countryRegionOfShipment,
LogisticsAddressCountryRegionId _invoiceCountryRegion,
TradeLineDlvTypeId _dlvType,
LogisticsAddressCountryRegionId _trnasportDocumentCountryRegion,
IntrastatOrderType _orderType])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean exportToBeIncluded(
LogisticsAddressCountryRegionId _dlvCountryRegion,
[RefNum _refNum,
LogisticsAddressCountryRegionId _countryRegionOfShipment,
LogisticsAddressCountryRegionId _invoiceCountryRegion,
TradeLineDlvTypeId _dlvType])
Microsoft Dynamics AX 2012 (FPK)
public boolean exportToBeIncluded(
LogisticsAddressCountryRegionId _dlvCountryRegion,
[RefNum _refNum,
LogisticsAddressCountryRegionId _countryRegionOfShipment,
LogisticsAddressCountryRegionId _invoiceCountryRegion,
TradeLineDlvTypeId _dlvType])
Microsoft Dynamics AX 2012 (SYS)
public boolean exportToBeIncluded(
LogisticsAddressCountryRegionId _dlvCountryRegion,
[RefNum _refNum,
LogisticsAddressCountryRegionId _countryRegionOfShipment,
LogisticsAddressCountryRegionId _invoiceCountryRegion,
TradeLineDlvTypeId _dlvType])
Run On
Called
Parameters
- _dlvCountryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region ID of the delivery country.
- _refNum
Type: RefNum Enumeration
The reference number of the transaction.
- _countryRegionOfShipment
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region ID of the shipment country.
- _invoiceCountryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region ID of the invoice country.
- _dlvType
Type: TradeLineDlvTypeId Extended Data Type
The delivery type of the transaction.
- _trnasportDocumentCountryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
The transportation document of the transaction.
- _orderType
Type: IntrastatOrderType Enumeration
The IntrastatOrderType value of the transaction.
Return Value
Type: boolean
true if the transaction has to be included in Intrastat; otherwise, false.