runtime.country
Property Description |
The country for the current company. |
Type |
string (read-only) |
Module |
|
Since |
2020.2 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/runtime Module Script Samples.
// Add additional code
...
log.debug('Country for the current company: ' + runtime.country);
...
// Add additional code