Hi,
I have to configure a template that allows me to select just an internal manager when I'm creating an user through One Identity Manager, so an user's manager cannot be external. This is the template I wrote but it still allows me to insert an…
Hi,
I have to configure a template that allows me to select just an internal manager when I'm creating an user through One Identity Manager, so an user's manager cannot be external. This is the template I wrote but it still allows me to insert an…
Hello,
I have to configure a template where the ImportSource attribute has a value if the creation of a user comes from CSV, otherwise it has another value assuming the creation of the user comes from the user portal.
How can I distinguish these two cases…
Hi,
I am facing templates for the first time. How can I generate the Central User Account in the form "X" + a progressive number (the number should be retrieved from a "sequence" stored on the DB)?
Thank you
Hello Experts,
Move Managed account task is not updating new personnel number in ADS record Employeenumber field.
I have included below comments in my code but still Employeenumber is not updating in ADS.
Is re-apply template only the workaround for…
Hello experts!
We wrote a script, the result from this script, we want it to be displayed in the letter that is sent to the user by event.
I created a mail template, i write $SCRIPT(ССС_Test)$
The recipient receives $SCRIPT(ССС_Test)$
And there…
Hi There,
We like to keep track of a cloud application in Identity Manager. As described in the documentation we like to use the "manual provisioning" option of the CSM module and UCI_Web portal.
All installed so far, but now I am missing the…
Hi,
In out project we have special rules regarding a "default email address" column in a table Person. We construct addresses with help of a special script that is called in a template of the column. But we suspect that not all active identities have…
Dear Community,
I have a basic template in XXXX.Person that should empty the field when the person is disabled (please see the template below). It works perfectly when I check the IsInactive box, but when the value true is put in place by a process (HandleObjectComponent…
Hello OneIM People,
Using object browser, if you expand the template of a DialogColumn e.g. Person.CentralAcocunt, by clicking the arrow; one can view the ootb template of that column under "Original Value".
To no surprise, there is no column…
Hi Experts
I have a template in ADSAccount, where I need to take decision based on one of the attribute $ExtensionAttribute1$. The value of this property comes from person.
If property represent the type, If type changes I need to put some logic.
If …
In Identity Manager 6.1.3, how can I start / fire a custom event of a process out of a template?
How can I fire a template from code.
dbObject.ExecuteTemplates() does nothing.
I know there is this a way with sql (exec vid_InsertForHandleObject_0 'ExecuteTemplates', 'Person', '', @ProcID=newid) but I do not want to call sql from code, it should actually…
You can use the local object meta values to achieve what you want.
Please check the following online documentation section http://documents.software.dell.com/identity-manager/7.0.1/configuration-guide/scripts-in-one-identity-manager/using-dollar-$-notation…