i need to clarify those events usage and they those got triggers coz naming is confusing.
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
i need to clarify those events usage and they those got triggers coz naming is confusing.
Hello everyone,
I'm working on a custom permission group and a custom application role based on it.
The request is to filter the sections in the data explorer section of the portal such as user account and system roles based on the user application…
Hello, I am Rafael, a technician at Cintech Brazil. We are working on a project with the company Sanepar and we have a problem related to user creation on the portal, specifically in CentralAccount. We are facing an issue with the creation of Keys (Identifier…
Like the title states is there a way to purposefully freeze a process given a certain condition so that it doesn't leave the job queue until it is addressed manually?
We have a condition that we'd like to have a process freeze instead of not generating…
The project is connected to a One identity API server, from where it is fetching data. I want to create a section/menu where we can request for a group membership. It can be static or dynamic. But it should prompt user for details.
I need to replace the default email notifications with custom mail templates, specifically for scenarios such as pending attestations or when attestation requests are sent. The goal is to use personalized text and formatting instead of the default messages…
Hello One Identity experts,
I hope someone can give me a hint for a challenge I'm facing:
I'm implementing backend validations for modifications on persons in the table scripts and column templates. Essentially this works quite well by throwing an exception…
In the PersonWantsOrg table (version 9.2.1), is there any object event for Delegation?
I see different object events for granted, order granted, and escalation, but I'm confused about which event corresponds to delegation.
If there is no specific…
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…