Re: How to call Provisioning Job from On-Demand Job.
If the functionality hasn't been trimmed down in the latest version uProvision is the right thing (and has been ever since). Some examples:Using uRunJobNow and uProvision in combination makes it easy...
View ArticleFits attribute on user id during user creation
Hi Experts, is possible run some script ( call function) in some field on User Interface, to run a script and get specific result For exemple, in this case, is possible get first name and last name and...
View Articleerror in clearing duplicate values of custom attribute
Hello IDM experts, IDM 7.1 SP7DB: Oracle 3.0.04I have one custom attribute "Z_REQUESTTYPE" having same value assigned twice for many users (MX_PERSON)...
View ArticleRe: How to delete an attribute value for a multi-valued attribute
Hi Adam, Thank you for this information.But if you have a multivalue attribute "COLORS" for entry 12345 ("Monitor") with "red" and "red" as values and if we want to remove both values then it does...
View ArticleUser creation
Hello Experts, I have a query regarding user creation via IDM. I need to add an event agent to my HR system to watch it for any new addition of user or change to existing user information.Which event...
View ArticleRe: User creation
I think the first question is - what is your HR system? Are we talking HCM? An event agent can be used to trigger an event. It really depends on your granularity. Do you have an actual need for a 30...
View ArticleRe: Fits attribute on user id during user creation
Not javascript, no. But you can write a java class that gets called either before the form loads or after the form is submitted. For instance, your javaclass could populate the AD User ID based on the...
View ArticleRe: Fits attribute on user id during user creation
Hi Peter, Thank you for your help, Do you think that is possible insert one update on script to update the table idvm_vallink_basic to convey my last userid Create Thank you.
View ArticleRe: Fits attribute on user id during user creation
Hi Miguel Not sure what you're asking here. If you want to add the user ID after people have submitted the form, it would be easier to use a sub-task rather than write code.
View ArticleReconciliation reports in SAP IDM
HelloI am working on IDM 7.2 SP8 configuration and so far its going good and was able to configured scenerios.I wanted some reports (Reconcillation report) and saw some blog where its advised to...
View ArticleRe: User creation
Hi Naveen, On each attribute you have tab- Event handling and there you can set tasks for add and modify, so when you add/modify the attribute this task will be executed.Kind regards,Simona
View ArticleRe: User creation
As I mentioned in my reply; if you don't have a changenumber or changelog then the eventagent is not an option. The eventagent is only useful when you can issue a simple operation that lets it know if...
View ArticleRe: User creation
Hello Chris, Just to add, I have the changenumber available. I am aware about the roles/privileges created from initial loads. Please suggest further. Thanks & Regards,Naveen
View ArticleRe: Reconciliation reports in SAP IDM
Hi Deepak, The Recon report will work just fine. I am working with it now on SP8. Matt
View ArticleNull value for AUDITID in idmv_ovalue_basic_all
Dear Guru!Please help me to understand what I did wrong.I have IDM 7.2 SP9, Oracle11, Windows 2012 . My goal is to find what attributes of MX_PERSON where changed after import data from SAP HCM into...
View ArticleRe: Null value for AUDITID in idmv_ovalue_basic_all
You should include these columns as well;ChangeType (see mxi_changetype)ValOwner (repository)UserID ("jobid=<>", usermskey, GUI (mmc), DG (dyngrp), reconcile)IdAudit (This is the event task (add...
View ArticleHow to get Privilege information
Hi experts, I need to know how the privilege was assigned to user U ? by Rules? by Business Roles? I mean, for each user I need get the infromation, how he/she got the privilege? Any possibility or sql...
View ArticleRe: How to get Privilege information
You can get the assignment type as 1 or 0 - 1 is inherited I think. There's a table that tells you but its a 'system' table and is not guaranteed to be the same between versions. I think its...
View ArticleRe: Reconciliation reports in SAP IDM
As Matt said - you can grab pieces (or the whole thing) and take the parts you want. Most of it will work fine. There will be a few things you'll need to check - just make sure you don't overwrite...
View ArticleRe: User creation
Hello Matt, Simona, The selection scenario is very straight forward. As I mentioned before, something like this: Employee Designation PrivilegeIT admin sap &...
View Article