PdcCalculation.CustomerCountryCode

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

CustomerCountryCode as String

Description

Returns the customer's country

Notes

This property returns the 'CustomerCountryCode' of the customer selected in the current calculation.

Code example

This code example returns the CustomerCountryCode of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.CustomerCountryCode

Availability