Details
I'm currently testing methods of preventing updates on certain properties for specific users in our non-production environment. We have selected 'prohibit modification' for the CCC_JobCodeType property field on a test Person.
Con…
Details
I'm currently testing methods of preventing updates on certain properties for specific users in our non-production environment. We have selected 'prohibit modification' for the CCC_JobCodeType property field on a test Person.
Con…
Hi all,
I need to get the reasonHead from Decisiontype Unsubscribe on a Request but if on that request are started more Unsubscribe I need to get the last one made.
Basically I need the orderby on Connection.getSingleValue or Connection.getSingleRow.
…Hi,
We are trying to call a custom script via the Application Server RESTful API.
We have made sure that the user who does this has an application role assigned which has the permission group Common_StartScripts.
This application role also has the permissions…
I have this script which throws "Employees: Write permission denied for value "Disabled permanently"." error during execution. What I'm missing?
Public Function CCC_InActivatePerson( ByVal UID_Person As String) As String…
Hello,
I've been trying to update UID_Person value in ADSAccount table in my script.
'... something fancy Dim ADSAccount As ISingleDbObject = Connection.CreateSingle("ADSAccount", UID_ADSAccount) ADSAccount.PutValue("UID_Person", UID_SubIdentity…
Hi.
I have created a process and a script that creates users in a 3rd-party system (Mindflash) when the ADSAccount is added to a specific ADSGroup. This works fine now, but now I want to add the user to groups in this system based on group memberships…
Hi all,
I have to generate a CSV file from all PersonWantsOrg entries (~100.000 and counting) and because of I have to take values from others tables too I use a script to generate the rows:
here my script
Public Function CCC_Export_Requests_LineDefinition_DWH…
Our One Identity Team just launched a new One Identity YouTube channel. We have over 100 technical training videos for One Identity Manager and Cloud Access Manager.
Check it out and subscribe to the channel for the latest updates: https://www.youtube…
We used to have a script that would run post create that would send out a email to notify certian people that a new users had been created. we had a detailed VB script that did this, however since the upgrade to QC 5.0 this no longer is the case, support…