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 if an accounts payable transaction line needs 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 importToBeIncluded(
VendAccount _account,
LogisticsAddressCountryRegionId _countryRegion,
[LogisticsAddressCountryRegionId _transportDocumentCountryRegion])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean importToBeIncluded(
VendAccount _account,
LogisticsAddressCountryRegionId _countryRegion,
[LogisticsAddressCountryRegionId _transportDocumentCountryRegion])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean importToBeIncluded(VendAccount _account, LogisticsAddressCountryRegionId _countryRegion)
Microsoft Dynamics AX 2012 (FPK)
public boolean importToBeIncluded(VendAccount _account, LogisticsAddressCountryRegionId _countryRegion)
Microsoft Dynamics AX 2012 (SYS)
public boolean importToBeIncluded(VendAccount _account, LogisticsAddressCountryRegionId _countryRegion)
Run On
Called
Parameters
- _account
Type: VendAccount Extended Data Type
Vendor account number on the transaction line.
- _countryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
Destination country region of the accounts payable transaction.
- _transportDocumentCountryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
Country region on the transportation of the accounts payable transaction.
Return Value
Type: boolean
true if the accounts payable transaction needs to be included in Intrastat; otherwise, false.