Hello everyone,
I would like to set the execution of a process to run in series rather than in parallel as it currently does by default.
Is that possible?
I'm using One Identity Manager 9.2 on demand.
Thank you,
Elena
Hello everyone,
I would like to set the execution of a process to run in series rather than in parallel as it currently does by default.
Is that possible?
I'm using One Identity Manager 9.2 on demand.
Thank you,
Elena
Hello everyone,
I want to modify the EmployeeType column in the Person so that when a new identity is created, this field is read-only and can only be changed through a template.
I updated the OnLoaded script by adding "Base.Columns("EmployeeType").CanEdit…
Hi Team,
We are trying to onboard/integrate a SOAP API using 'Integrate Web service' in Designer.
We have used
1) .net namspace for proxy: Test123
2) wsdl URL : xyz.xom/gateway.asmx
3) web service url : same above url
4) service type : SOAP ,…
Hi All,
I am trying to design the below:
OneIM creates on-prem AD and clients internal AAD connect creates AzureAD.
For assigning licenses in OneIM, we need to sync that single AzureAD account.
Running full sync every time is not an ideal solution…
Hi everyone,
Has anyone managed event triggers following an insert operation via script into a table?
The issue is that when inserting an object into any table through a script, the INSERT event is not triggered. This happens because the operation is done…
I would like to use GroupBy or OrderBy with the following script, I searched about this but didn't find anything.
Dim jobQr = Query.From(Table.Person).Select("PersonalTitle").Where("IsInActive = 0 and IsExternal = 0 and IdentityType = 'Primary'")…
Hello,
I would like to know if it's possible to set a condition in a template so that the template triggers only after the sync is complete.
Let me explain the use case:
We have a sync project for SAP SuccessFactors where we perform an initial sync…
Hi everyone,
I want to monitor admnistrative changes made, for example when someone changes a Process, a template on a table or something else.
I know that for the import of change label I can monitor this operation with "DialogTag" table, but I want…
Hello everyone,
can anyone tell me how I can configure the login of applications (Manager, Designer, JobqueueInfo...) via SSO?
Any help is welcome, thank you.
Hello,
I've created a script to generate the password taking the xobjectkey as input and returning the password.
Here's my script:
Public Function CCC_Generate_Password_AD(ByVal accountXobjectKey As String) As String
Dim entity As IEntity = Session…
Hi All,
We are facing issue because of the wrong calculation of CentralAccount of users. Suffix is getting added to user's centralaccount even though same centralaccount doesn't seem to be assigned to any other user.
We can see that an OOTB method…
Hi All,
We are facing issue because of the usage of a preprocessor condition in few of our scripts and value templates.
Example:
#IF ANYCOUNTRY Then
Statements
#ELSE
Statements
#END IF
Above piece of code has been used in several places in our scripts…
Hello,
I've created a SCIM connector with SAP ARIBA, which is a cloud application.
The full synchronisation works well with Inserting/Updating/Deleting.
We tried to implement the standard process CSM_User_Insert, in order to perfom JIT creation.
…Hi all,
when i try to create a new change label, saving procedure fails with the following error:
InvalidArgument=Value of '-1' is not valid for 'index'.
Parameter name: index
at Designer.frmStateLog.OnClosing(CancelEventArgs e)
at Designer…
Hi together,
I have a script wich creates a personwantsorg object with all its attributes, this is all fine. There is an attribute which is called "DisplayObjectKeyAssignment" this one references the connected objects of the order request. Those connected…
Hello
I want to create a custom process based on a daily schedule. This process is based on a SQL Query, i want the results of the SQL Query exported in a CSV file and then send by mail.
My question is : should i creat a script that generate a CSV file…
Hi All,
I am creating a new configuration parameter to save an account password, but I am not able to enable the Encrypted check box present for the configuration parameter. The database encryption is also on.
we are using version 8.2 and launching the…
Hi everyone,
We have prepared the translation in Desiner- Language Editor to local language on Test environment. Now there is a need to transfer all done work to Production environment. Is there any way to export data from test and import to production…
Hi All,
I have one scenario in which I have to write a code for contractor who are getting promoted to employee in a company for this i have to check whether the Employee ID of the contractor and the newly created employee record are same.
If they are…
Hi,
I have to assign automatically Azure AD distribution groups to some accounts if they have the mailbox enabled and also depending of their location.
Do you have any suggestions?
Thank you,
Elena
How to schedule a job to run hourly except a particular interval ?
I tried it in Designer > Edit Schedule, but there is no such option to put exception interval.
Checked both in OIM Version 8.1.5 and 9.1.1
I wanna add a modification to a script used for calculating the CCC_Direction value in the Person table. CCC_Direction corresponds to the Direction to which the person is attached calculated based on DepartmentName column in the Department table as shown…
Hi All,
In one of the custom process we have a script execution step on which "Stop on Error" is checked. But we are observing that the next steps below the frozen process step are being executed.
Ideally, the process should stop on error when…
Hi All,
Can anyone please suggest a way in which we can pass decrypted password to powershell script while using Powershell ScriptExe process task ?
We have tried to decrypt the encrypted password in this parameter but the decryption doesn't work here…
Hi,
In OIM 9 (9.1.1), the Designer's Test Script window's list of scripts dropdown is a lot smaller than in previous versions 8 (8.1.4)... is there a way to resize or revert that dropdown again so we can actually read the names? Or is this a bug?…