About the object form in OIM

At first, I have added a object form of RO1,The permissions for the object form has been set.
Then,when I login to the Administrative Console as UserA and click Request New Resources to request RO1, the step2(Provide Resource Data) is skipped, it is jump to the step3 from step1 directly, that is the object form does not display. Why? Please give me some advice. I do not konw what's wrong.
Thanks!

Hi
You cant achieve the above ootb. You can either have the prepops that will work great for both the request and direct provisioning (but the data from the object form will not flow to the process form even though the dataflow mappings have been done(for a request) if prepops are attached to the process form.
I would suggest that if you do want to achieve the requirement that you've specified, you should do the following:
1) Have the data flow mappings done and no prepops on the process form.
1) Make all fields in your process form optional (oim will not allow you to save a process form with blank values for mandatory fields, hence you need to do this)
2) Have a first process task (reqd for completion) in your prov process that checks if certain attributes like userid, password, etc which are required in order to create an account etc are blank or not
3) If they are blank it indicates that provisioning was triggered off through direct provisioning and then in such a circumstance you will get the values for the fields on the process form from the User def for that user using findUsers() and populate the process form using api's and on the success of this task then trigger off the CreateUser (conditional task)
This will work for both request based and direct prov without pre pops.

Similar Messages

  • How to attach programatically the object form itself?

    I want to attach the object form to the form with javascript. Is this possible?
    Thanx in advance

    Hi,
    Call a PERFORM in ur form with 2 Using paramters (&RESBD-MENGE(C)&, &RESBD-GPREIS&) and use another changing parameter to get the value after multiplying above two. Define this PERFORM in driver program.
    Eg:
    In Script:
    DEFINE : &tot_value&
    PERFORM z_total_value IN PROGRAM z_cal_total USING &RESBD-MENGE& &RESBD-GPREIS&
                                        changing &tot_value&
    In Program z_cal_total:
    FORM z_total_value using in_tab structure itcsy
                               changing out_tab structure itcsy.
    data : lv_menge TYPE resbd-menge,
              lv_gpreis TYPE resbd-gpreis,
              lv_total TYPE resbd-menge.
    READ table in_tab with KEY name = 'RESBD-MENGE'.
    IF sy-subrc EQ 0
      lv_menge = in_tab-value.
    ENDIF.
    READ table in_tab with KEY name = 'RESBD-GPREIS'.
    IF sy-subrc EQ 0
      lv_gpreis = in_tab-value.
    ENDIF.
    READ table out_tab with KEY name = 'TOT_VLAUE'.
    IF sy-subrc EQ 0.
      lv_total = lv_menge * lv_gperis.
       out_tab-value = lv_total.
    MODIFY out_tab transporting fields value.
    ENDIF.
    ENDFORM.
    Hope it helps!!
    Rgds,
    Pavan

  • Today! I have a few comments about the objective error iOS 7.0

    To contact Apple was difficult, because I have a few comments about the objective error iOS 7.0 operating system.
    On iPhone 4s, iPhone 5, this operating system slowly when I touch to apple apps such as notes, compass, telephone, ... very slowly. Also as simple to use application photo of about 4 minutes, iOS 7.0 on iPhone 4s was overheat and battery from 100% use 4 minutes to 96%, so quickly. In the lock screen (not control center) when playing song, I just press forward 1 song very difficult, strong problem. On Safari, I can not adjust the font size in Reader. why have app Facetime on iPhone 4, iPhone 4s?
    Hopefully, Apple can continue to fix bugs in iOS 7 for the client and myself. On the iPad 3 and iPad 4 are also many more errors such as freezes, slow to open applications, the iOS app does not fit 7 tablet.

    To contact Apple was difficult, because I have a few comments about the objective error iOS 7.0 operating system.
    On iPhone 4s, iPhone 5, this operating system slowly when I touch to apple apps such as notes, compass, telephone, ... very slowly. Also as simple to use application photo of about 4 minutes, iOS 7.0 on iPhone 4s was overheat and battery from 100% use 4 minutes to 96%, so quickly. In the lock screen (not control center) when playing song, I just press "back" 1 song very difficult, strong problem. On Safari, I can not adjust the font size in Reader. why have app Facetime on iPhone 4, iPhone 4s?
    Hopefully, Apple can continue to fix bugs in iOS 7 for the client and myself. On the iPad 3 and iPad 4 are also many more errors such as freezes, slow to open applications, the iOS app does not fit 7 tablet.

  • About the tax form

    Hi, all:
    I had pay the $99 for iphone development.
    but i do not know how can i fill the tax form, pls help me.
    btw:i from HK, my bank is HongKong bank.
    this is form:
    http://www.zypda.com/mytax.jpg

    NOTE: I am not an expert, but this is how I did it:
    Assuming you're an individual developer, and don't represent a company:
    I
    3. Leave this set to 'individual'
    4. Residential address
    5. Mailing address
    6. Fill in 9 zeroes: 000000000
    7. Fill in your own tax id number, if you have one, or leave blank.
    8. Leave blank
    II
    Check a.
    III
    I understand that it isn't necessary to complete this.
    IV
    Check.
    Submit the form. You will be emailed the completed form, which you will then have to mail by post to Apple Inc.

  • About the Object Class

    Why Object is the Base class for the alll the classes in java ?
    Is there any specific reason , can any one explain it in detail ?

    Hi,
    Hmm try to understand OO! OO defines anything in the world to be an object. A description of similar objects is defined as class.
    So number should be an class, plane, people, computer.... When anything is an object, all the objects should have some behaviour in common (all Objects can be put to a List, all Objects can be printed to the screen using toString() and so on). So all Classes need to have a baseclass. This Class is called Object in Java (anything is an Object). Well you should know, that not anything is an Object in Java - int, boolean, char, float, double ... are primitives. So Java is not "real" OO - this is done due to performance reasons. When you want to use primitives as Objects, use a Wrapper Class (Boolean, Char...),
    Lars.

  • Is there any information about the E2E form daily operations to TSW mov,

    HI, I need information about how PRA handles daliy operations and how does it reflect stocks that afterwards must be be availiable to  TSW nominations, Is there any graphic or complete process flow from wells movements to MMstock registration and accounting ?

    Thank you Sunil,   I would like to know how we transfer product allocation from PRA to MM(ERP).  This is the key to allow product be moved with TSW solution and MM accounting.
    Stephane Lauzonv told us in a meeting held at Buenos Aires yesterday that this can be acheived with a custom development. If you have any information regarding this development We will be very grateful.
    Grretings.
    Pablo.

  • About the objects tranferred into the method?!

    pls look@ the following code, why s1 and s1 still refer to different objects
    even after they have assigned to the same by '='?
    import java.util.Vector;
    public class Test{
         public static void main(String arg[]){
              Vector s1=new Vector();          
              Vector s2=new Vector();
              m(s1,s2);
              System.out.println("s1 is "+s1+" s2 is "+s2);
              System.out.println(s1==s2);
         public static void m(Vector s1,Vector s2){
              s1.add(new Integer(200));
              s2.add(new Integer(100));
              s1=s2;
    }

    References (and, of course, primitive types) in java are passed by value. You can do anything you want with them in a method and they will still reference the same object after the method returns.

  • About the challenge questions of OIM

    Regarding the users who come from the trusted source, how to deal with their challenge questions? Because we can not Recon the password from trusted source,so the user can not login to OIM to set the answers. Any suggestions?
    Thanks.

    Let the oim user record be created with the default password (same as user id).
    Write an event handler that updates the password with the new password (randomly generated password that meets your password complexity rules (if one exists in your scemario).
    After the trusted recon cycle completes, write a scheduler that will send a mail to the user's manager with the user's oim user id and password. you will need to iterate through all the users in the system and for each record fetch the manager id, fetch the manager's mail address and then send a mail to that email address with the current recor's user login and password.
    Makes sense?

  • About the main Form

    hello again, i just want to ask... how can i put the main frame of my java program always on top.. what code should i use... thanks in advance :)

    ah, you mean like the Windows Task Manager in Microsquish's Windows, don't you? You want your program to stay on top of all other windows regardless of which window has the focus?
    If so, I don't know the answer of it can even be done in java. Have you searched the forum for this or googled it?

  • OIM - Task Assignment Adapter - How to get the object instance key?

    Hello experts,
    I'm trying to use a task assignment adapter to assign an approval task dynamically. Basically, the user can request a resource like "CustomApp Profiles" and we create an object form to let them choose the profile that he needs. Each profile has an owner, which is populate in a Lookup (Owner is the code and Profile is the decode).
    So, in the approval task, I need to get the profile selected by user in the object form and search into the lookup who is the owner of that profile. But I don't know how can I get the object instance key using the parameters that can be mapped to a task assignment adapter.
    Looking into the OIM documents, I believe that the easier way is using the request key, because the REQ_KEY is a foreign key in OBI table.
    Did anyone knows how can I get the object instance key using the request key? Can I use some API or should I execute a SQL statement directly in OIM database?
    Best Regards,
    Nitto

    To retry a task that is in a rejected state, you use the SCH_KEY which is the task key.  In OIM, all rejected tasks are listed in the OTI table.  It contains all the important information about a rejected or pending task.
    You can use the APIs found in the tcProvisioningOperationsIntf class to retrieve open tasks.
    -Kevin

  • Error in editing object form - OIM 10g

    Hi,
    * I have created a resource object say 'X'. I have an object form and process form associated with it. There is a child form associated with the object form.
    * when raising a request am able to successfully submit it.
    * But before manager approves, when the requester uses the edit option to edit the values associated with the child form and resubmit the request it is throwing error
    as 'Error in editing Object Form.After request is submitted, data canot be added, updated or deleted any further by the requestor'.
    * But when the same request is edited in manager's login it is working perfectly fine and request gets submitted again. The error occurs only in Requester's login.
    This error is not observed with applications that do not have any child form.
    Please provide me a solution for this issue. Thanks in advance.
    Regards,
    Durgaprasad

    Hi,
    I changed the object permission to All Users and still i am getting the error in the method
    public void removeObjectFormChildData(long
    plChildFormDefinitionKey, long plChildFormPrimaryKey) throws
    tcFormNotFoundException, tcFormEntryNotFoundException,
    tcAPIException.
    The exception is tcAPIException After request is submitted, data canot be added, updated or deleted any further by the requestor.
    Please let me know if anything other than object permissions like database issue is causing this exception and what might be the solution for this issue. Should i re-create the entire resource object forms and child forms ?
    Thanks,
    Durgaprasad

  • Historical data about the latched objects

    Hello!
    I'm using Oracle DB 9.2.0.8 .
    Whether it is possible to get historical data about the objects that latched in shared pool
    by analogy with the note ID 163424.1 that is described how to see the current picture in Buffer Cache ?
    Thanks and regards,
    Paul

    Hi,
    check the following views:
    DBA_HIST_LATCH_NAME
    DBA_HIST_LATCH
    DBA_HIST_LATCH_CHILDREN
    DBA_HIST_LATCH_PARENT
    DBA_HIST_LATCH_MISSES_SUMMARY
    Best regards,
    Nikolay

  • OIM process and object form mapping issue

    Hi All,
    We have installed one GTC for a database having three tables.Of them one is parent and the rest are child.In processform I have all the fields created with variant type as the string.I created a object from and want to populate some of the fields of processform from the object form.In process form I have two fields namely "from date " and "todate".I want to have these two fields on object form having variant type as the date.I have done it.But while mapping the process form and object form Iam getting the error as "invalid pair mapping".Please let me know the possible solution.
    Thanks,
    Pavan.

    Delete the Reconciliation Field Mappings and Data Flow mappings first. You are trying to delete the column to recreate it with DateFieldDlg but upto the time mappings exist you can't do that.

  • Inspecting the path of any one object in the oracle forms

    Hi,
    I'm using Openscript(9.0) for recording Oracle forms 10g.Pls tell me the procedure to inspect the path of objects in the forms interface.
    Thnkx

    Hi,
    To Inspect an Object
    1) Navigate to Tester Pespective in the Open script
    2) From the Menu click on Script then Inspect Object.
    Note: If you have already opened the Oracle forms window while recording leave it open. Else clicking this without opening the forms you have to all the way navigate to the Object forms or page in order to inspect it.
    Thanks

  • Object form is not getting displayed for few users

    Guys
    I have successfully implemented approval and provisining flows for a new resource in OIM 9.1.X. This resource has an object and a process form.
    It is working fine in production for few users. But for few users, the object form is not getting displayed to give the input while requesting this resource.
    Please let me know what might be the issue.

    Hi,
    Could you please check whether you have added ALL_USERS group as a resource administrator group in resource object definition?
    Add AL_USERS group as a resource administrators with the read access.
    We had similar issue and managed to resolved.
    Thanks,
    Pallavi Chaudhari

Maybe you are looking for

  • Different instance numbers in Oracle BPM Workspace 11g

    Hi!! I'm running the QuoteProcessLab, I launched the process and in the first activity 'Enter Quote Details' I just save the info, so I see the instance created with number 200043. If I login into te workspace with jstein I see the instance in the 'P

  • Unbuffered image to .jpg

    I am using a Java bean that the developer said that they would pass me an unbuffered image and to use awt to convert that into a .jpg image. I am having a hard time understanding how to access the unbuffered image and then what to do with it. I know

  • Query with char. in column

    Hello all I have input ready query, with one char. in the columns (Line of business). When i try to add new row with data, the system puts the data with line of business =#, even when i write it under another value of line of business. Is it not poss

  • Flash How-To Book?

    although this is an iWeb discussion board, just wanted to see if any of you know a good Adobe Flash CS3 how-to book that you would recommend to a beginner web designer...or even a dreamweaver book... Any suggestions are welcome Phil

  • Push view, input data, Pop it and keep the data ... How ?

    Simple example ... I need to get data from one view into another as if the one view was a pop up. example ... I have a baseView with a button labeled 'SELECT DATE'. When user clicks button, they see dateView and they input the date there. When done s