hello,
I need to create a method that reads an Active Directory account attributes.
e.g departmentNumber attribute
I have created the method bellow but it doesn’t return any value.
service = $evm.root[“service_template_provision_task”]
dialog_field = $evm.object
dialog_field[“value”] = $evm.root[‘user’].get_ldap_attribute(‘departmentNumber’)
Pls. can you advise me the right way?
Thanks,
Karel