Hi,
with AD Plugin 2.x i can use multiple domains. But now i need to focus one of these in my workflows. For example: i need to create a computer account in a specified domain (1 of 20).
My reasoning is to search for all configured domains about their properties, but i can't get this.
var configuration = new AD_ServerConfiguration();
configuration = ConfigurationManager.getConfigurationById("c4a40c51-dc14-4ae6-b699-c1d65b764acc");
var host = configuration.host;
System.out(host);
The Output is: TypeError: Cannot find default value for object.
Does anyone have an idea? How focused you your domain?