Share via


EUSalesList::resolveListCode Method

Determines the proper the List code value based on the passed in Country region id.

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
          client server public static ListcodeId resolveListCode(
            LogisticsAddressCountryRegionId _deliveryCountryRegionId, 
           [LogisticsAddressCountryRegionId _payerCountryRegionId, 
            CustVendAC _custVendOrderAccount, 
            CustVendAC _custVendInvoiceAccount])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ListcodeId resolveListCode(
            LogisticsAddressCountryRegionId _deliveryCountryRegionId, 
           [LogisticsAddressCountryRegionId _payerCountryRegionId, 
            CustVendAC _custVendOrderAccount, 
            CustVendAC _custVendInvoiceAccount])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static ListcodeId resolveListCode(
            LogisticsAddressCountryRegionId _deliveryCountryRegionId, 
            LogisticsAddressCountryRegionId _payerCountryRegionId, 
           [CustVendAC _custVendOrderAccount, 
            CustVendAC _custVendInvoiceAccount])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static ListcodeId resolveListCode(
            LogisticsAddressCountryRegionId _deliveryCountryRegionId, 
            LogisticsAddressCountryRegionId _payerCountryRegionId, 
           [CustVendAC _custVendOrderAccount, 
            CustVendAC _custVendInvoiceAccount])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static ListcodeId resolveListCode(
            LogisticsAddressCountryRegionId _deliveryCountryRegionId, 
            LogisticsAddressCountryRegionId _payerCountryRegionId, 
           [CustVendAC _custVendOrderAccount, 
            CustVendAC _custVendInvoiceAccount])

Run On

Called

Parameters

Return Value

Type: ListcodeId Extended Data Type
A ListcodeId value.

Remarks

Note - The _payerCountryRegionId, _custVendOrderAccount and _custVendInvoiceAccount parameters are no longer used in determining the return value.

See Also

Reference

EUSalesList Table