In Q1IM version 8.0, how to update customer logo instead of existing 1IM logo and also how to update web browser title value?
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
In Q1IM version 8.0, how to update customer logo instead of existing 1IM logo and also how to update web browser title value?
Hi there,
I try to make a CCC_someName script run with REST. I can make a CCC_HelloWorld with 0 parameters run but not one with one or more input parameters.
This is how it should work:
And this is what I do:
The logfile always tell me the number of…
I'm trying synchronize the "mail" attribute from a source AD to "msRTCSIP-PrimaryUserAddress" in the target AD. This works fine, however I would like to write a prefix of "sip:" to the synchronized value (e.g: "first.last…
I have a business requirement to start a synchronization ad hoc, via a REST call. I can start a script remotely, through REST, so I just need a script that will start my sync project workflow.
I can't find a way to start a sync workflow directly, so I…
I am not finding any documentation that discusses the available scripts, objects, and functions that are able to be referenced from within a synchronization engine mapping script. I would like to be able to reference the custom schema type (filter), the…
Hi,
I'm trying to write a query in a script library to get a number of accounts in ADSAccountInADSGroupTotal that are members of a certain group. Then have a top(nn) clause to limit the number for moving them to another group.
I am using this:
…Hola,
Version: OIM 7.1
So I have successfully tested AD user account creation against account definitions, and have assigned these account definitions to categories that match specific groups, and everything functions as expected..
One thing that I find…
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…