Self-registration auto populate/save approver values

Hi,
From OOTB scenario for Self Registration in OIM 9.1.x, after submitting the user registration request, approver needs to provide ‘Organization Name’ (i.e., Xellerate Users) before approving.
We created an ‘Organizations.Organization Name’ field in Self registration form itself (i.e., in Form name="SelfRegistrationUserForm"> tag in FormMetaData.XML). Now in self-registration, this value is getting auto-populated into approver user profile page (<Form name="SelfRegistrationApprovalForm"> in FormMetaData.xml). But still approver needs to submit the values (i.e.,click on ‘update’ button) before approving. I think we need to set some task to complete, we checked in all provisioning/approval process tasks for self-registration, but not working.
Can anyone help us in suppressing the submit process (i.e.,click on ‘update’ button). Our requirement is the approver should only ‘approve/deny’, no other step is required?
- Kalyan Mutya.

did you try updating the request with the organization name and the role after the request is submitted.
updateRegistrationUserDetails(long pnRequestKey, java.util.Map poAttributes)
Updates the request's data with the values passed.
you mentioned that you had added the org name and role name to the self reg form, and it didnt work with that. Was the org name and role getting displayed in the table when you went to the requestDetails Screen for that request? If yes, then all you need to do is, attach to the "Approve" task the adapter tcCompleteTask and you should no longer be prompted for any approval for self reg requests.

Similar Messages

  • Self Registration -- Auto populating Organisation field value

    Hi All,
    How do we auto populate the Organisation field value? Do we need to write adapter or by updating FormMetaData it can be done?
    Thanks

    Ah, OK, that makes more sense. So it's not a digit, but a character.
    In that case you can use a series of if-else commands, or a switch command.
    The former would look something like this:
    var v = this.getField("Vin-10").valueAsString;
    if (v=="P") event.value = "1993";
    else if (v=="R") event.value = "1994";
    else if (v=="S") event.value = "1995"; //etc.
    else event.value = "";
    Adjust the name of the field in the first row, and place the code as the custom calculation script of the Year field.

  • Can you auto populate IPTC core values?

    Hi
    Every time i want to populate the iptc core values in bridge i have to do them manually. Quite a few are always the same, ie, email, creator etc. I usually cut and paste from another image which is time consuming
    Can i somehow auto populate some fields with the same text everytime?
    thanks
    simon

    If you select multiple files at once you can add metadata to them in one go by filling just the wanted metadata in the wanted fields and after apply all selected files are saved with the filled metadata.
    But you can also create a metadata template (metadata panel top right tiny menu icon, create metadata template) and fill in all usual data like name, address, copyright info etc.
    Either select the files you want to change and from same menu choose append metadata (you can create several templates and choose from them using this menu) or use Photodownloader and select the copyright template to be written to the files upon import.
    Many ways to use this powerful function in Bridge

  • Auto populate  variant characterstics values in sales order

    Hi Sapients,
    we are trying to configure variant configuration at sales order level. We have created several characterstic and assigned it to class. Now some of the characterstics will be fixed at material level and some of the characterstics are dependent on the values supplied by the user in sales order. we have created characterstics like grade, profile, size, length, tdc number , tdc date, tdc customer, hardness, composition etc and assigned it to class salesspec ( class type 300 ).The characterstics like profile, grade, size, length are entered in the material master itself.
    TDC related details like tdc no, tdc date, tdc customer, hardness, composition will be entered through a ZPROGRAM and the details will be stored in ZTABLE (ZTDC) where TDC number wll be the primary key and the respective details will be stored here.Now when we create sales order, after entering the material and clicking on variant configuration, the configuration screen comes up where the user will enter the appropriate TDC number . based on the TDC no entered by the users , the other dependent values like TDC date, tdc customer, hardness, chemical composition needs to be automatically populated in the sales order variant configuration screen .
    Please guide me how to resolve this issue. shall i create dependency based on TDC no. In dependecy what is the code i have to write . Please elaborate in detail as i dont have idea on dependency.
    Is it possible through user exit.
    Thanks

    Starting right is the first significant step. Looking at the answers to my questions, I think your industry certainly needs VC as also righty figured out by you. VC is a long way to go, and in my opinion you will need good experts handle this situation. In VC you will discover thatt there are 10 different ways to achieve the same outcome, but what matters is which solution you choose. This will depend upon a oot of factors during producg modelling, cutting the classification system, bulding configuration profiles, etc.
    To give you a guideline:
    1. You have 2 situtations MTO and MTS. MTO is 100% configurable material and MTS is where your KMAT will be replaced by an SKU (stock-kept-unit). For this you should emply variant type matching functionality. It's explained in SAP LO-VC help. Let me know if you do not have it.
    2. For MTO you build classification system thoroughly to classifiy your products accordingly. This also involves creation of cstics. Ensure that you don't want to create cstics you will need to abondon in future.
    3. To answer your question in the post: Steps involved in VC are:
    a. create cstics, assign them to relevant class (type 300)
    b. assign class to material CL20N or in configuration profile.
    c. create configuration profile for material CU41 and write your object dependency (OB type = procedure)
    d. In your OD (procedure) employ a table, say ZTDC. This is not ABAP table but a variant table created via CU61 and values maintained in CU60
    e. your code in OD may look like this:
    TABLE ZTDC
    (TDC_NO = TDC_NO,
    TDC_DAT = $SELF.TDC_DAT,
    TDC_CUST = $SELF.TDC_CUST,
    TDC_HRD = $SELF.TDC_HRD)
    Here, TDC_NO is the key field you should define while table creation and when this is keyed in by users the other elements get determined autmoatically as per the varaint table.
    Hope this helps. Let me know if you face any issues. Thank you.
    - Nikhil.

  • Auto populate field with value same as one in a previous existing field

    Hi,
    Suppose I have only two fields in an acrobat form, one is name A and aonther is B. I want A and B has the same value.
    If I input a date value into field A like November 20, 2010, is that possible the field B can be auto filled with the same value as that in the A field?
    How about other type of data such as number?
    What should I write in validation or calculation area in the field properties of B?
    Thanks and looking forward to getting help from the PDF expert.
    wayne

    The attached demonstrates global data binding and populating text, numeric and date fields on exit and calculate events.
    The file Population-and-binding.xml used in the preview to demonstrate global data binding looks like this.
    Steve

  • Can I use data entered in PDF form's field(s) to auto-populate Save As file name?

    Hello,
    I want to automate, as much as possible, the "Save As" process by using some of the data that the user entered in the fillable PDF form.
    For example, I want to include the user's First Name and Last Name that they entered in the form to be part of the saved file name.
    First Name: Bob
    Last Name: Smith
    Therefore, when you select to Save As part of the new file name will already have <BobSmith><today's date>.PDF
    Form was created using LiveCycle Designer 11
    PDF version: 1.7, Adobe Extension Level 8 (Acrobat X)
    Thanks for any information that you can share.
    Regards,
    Roch

    You should try the LiveCycle Designer forum, but from my experience with Acrobat forms it's not possible. What you can do is either save the file using the desired file name and path (without user interaction), if the script runs from a trusted context, or you can prompt the user with the desired file-name for the file, but not enforce them to use it, nor populate it into the Save As dialog itself.

  • OIM Self Registration without approval

    Hi All,
    I am very new to OIM, I need to know how to do self registration without an admin approval.
    I just gave shot by adding those mandatory fields from the approval form to the self registration form by editing the
    formmetadata.xml. but i get a bunch of exceptions and the request itself is not getting registered, i couldnt see any pending approval tasks in the admin screen for that particular self registration.
    I went through this post
    OIM - auto approval of self registration
    From that i could get that i need to create a task adpater and populate the other mandatory fields
    which aren't captured in the self registration screen.
    But is it the only way of doing it??
    Please let me know how to do it (any method).
    or any pointers would be helpful.
    Thanks in advance.

    HI Nitesh,
    Thanks for the reply,
    What i did is I added the mandatory fields to the self registration page, The probllem was with the value which i had passed during the self registration.
    For user type, i gave it as "Full-Time Employee" , but the actual value is "Full-Time" when i gave the correct value
    it worked.
    To summarize, i just added the madatoy fields like org name, user type and role to the sefl registration page
    and gave the correct values while registering and it worked.
    i am sure i cant live with this for a long time, I have to start work on the adapters.
    Thanks.

  • Adding field in Old Jsp based self registration application

    Hi,
    I have a requirement of addition of some fields and link in Self registartion on the login page.
    As we could not add any link in the self registartion field so i have deactivated the Web dynpro application.Now the Login page displays the old jsp based self registration.I am working on EP 7.0.
    Now my problem is how can i add fields to the Old Jsp based application to display it during registration.
    I have added some fields using the Configtool in the UME but how to make it display in the Self Registration page.
    Thanks,
    Amarys.

    Hi,
    I have not tried this but you will have to try this following things.
    1.Don't add any entry in FormMetaData.xml.If the value is in jsp then it should add value in database.Try this one first.
    2.Have this UDF as hidden and add entry into FormMetaData.xml and also add the entry in jsp.I think this should work if first is not working.
    3.Even if 2nd is not working then you might need to modify self registration class and put the value there.
    I haven't tried above method so I am not 100% sure which will work.
    Regards
    Nitesh

  • Adding combobox in self registration from

    Hi All
    I have understood that the only way to add a combo in self registration is
    to modify the tjspSelfRegistrationTiles.jsp .
    I see that the the fields are dynamically created by iterating.All the current fields are not statically defined
    in the jsp.
    How could i add a new static combo.Kindly show me the code sample , if anybody has done that

    Hi,
    I have not tried this but you will have to try this following things.
    1.Don't add any entry in FormMetaData.xml.If the value is in jsp then it should add value in database.Try this one first.
    2.Have this UDF as hidden and add entry into FormMetaData.xml and also add the entry in jsp.I think this should work if first is not working.
    3.Even if 2nd is not working then you might need to modify self registration class and put the value there.
    I haven't tried above method so I am not 100% sure which will work.
    Regards
    Nitesh

  • Auto Approval in self registration

    Hi All,
    Default scenario for self reg in OIM 9.1.x --> Afer submitting self registration form currently request goes to Xelsysadm(Admin/Approver, by default) for approval, Where xelsysadm(Approver in this scenario) provides information for the Organization field as "Xellerate Users" and checks Approve. And hence user gets created.
    In the above scenario I wish a litte change i.e. when request is recieved by xelsysadm at that instance the Organization field should automatically get/pops the value as "Xellerate Users".
    Is it possible to achieve the above scenario by updating FormMetaData.xml ? Pls experts guide me on this.....
    Thanks & Regards,
    Newbie (But nt Fresher)

    1. Open the OIM_HOME/xellerate/config/FormMetadata.xml file.
    2. Copy the following lines from <form name="SelfRegistrationApprovalForm"> to <form name="SelfRegistrationUserForm"> section:
    <attributereference editable="true" optional="true">Organizations.Organization Name</attributereference>
    <attributereference editable="true" optional="false">Users.Xellerate Type</attributereference>
    <attributereference editable="true" optional="true">Users.Role</attributereference>
    3. Save changes and restart the OIM Server.
    4. Now when you try to do a Self Register, you need to enter values for Organization name, User Type and Employee Role.
    5. Enter value for User Type as End-User.
    6. Enter value for Employee Role as Full-Time (Note: The value should be Full-Time and not Full-Time Employee).
    7. Submit request, and the request would get automatically approved.

  • Auto approval for self registration request in OIM 11G R2

    Hi all,
    We have a requirement where we want end users to be able to self-register without needing any sort of approval. We are using OIM 11G R2 with the latest patchset.
    The way to do it in 11G R1 is explained in the following document:
    [http://docs.oracle.com/cd/E21764_01/doc.1111/e14316/unauth_selfservice.htm#BABFEIBF]
    But now that R2 does not have any request templates, we are not sure how to do this. Any help will be greatly appreciated. Thanks for your time.
    -sandeepc

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • How to populate a field on the Self Registration Approval Form?

    Hello,
    I have a field named SSN (last 4 digits of the SSN) that a self registered user must fill in during self registration. After the user submits the request, the request is submitted to a reviewer.
    This reviewer logs in and accesses the Self Registration Approval Form for that particular request. I would like to display the possible returned values of SSN that I query from HR based on the requester's firstname, middlename, and lastname. This will allow the reviewer to verify the requester's identity. If the entered SSN does not match the displayed SSN, the reviewer can take the proper action.
    How can this be accomplished?
    I looked into the prepopulate rule generator adaptor. But I don't have a form to attach the adaptor to it since the approval form is an ootb form.
    Thanks

    Yes, I did.
    In the adapter I mapped the adapter return value to the output of the java code (Get SSN).
    In the User Registration Process Definition, I have a non conditional task named Get SSN. I mapped the requestID to the request Key and the adapter return value to the field on the self registration form (using User Definition field).
    But the value did not show up in that field...

  • OIM 11gR2 PS1: Need to configure auto approval for self registration

    Hi All
    I need to configure auto approval for self registration in OIM 11g R2 PS1. I have done this in R1 but looks like it is different in R2.
    Can you please guide me or point me to some blog/guide.
    Thanks

    check this link:
    Developing Workflows for Approval and Manual Provisioning - 11g Release 2 (11.1.2.1.0)

  • Auto approval of Self-Registration

    Hi,
    I intend to specify that approvals are not required for self-registration. Users should be created without any approval. OIM docs says it can be done in this way:
    1.Ensure that the user registration approval process does not contain any non-conditional tasks.
    2.Ensure that no fields on the registration-related approval pages are set as required that are not present on the User Self-Registration page.
    I did this and it does not work. I cannot login using the credentials of the created user. Some points:
    1) The standard "user registration approval" process has a system validation task that is not-conditional, but OIM does not allow you to change that.
    2) There is a following note in the OIM docs:
    Note:
    By default, Oracle Identity Manager does not present the Organization and Role fields to the user when they are self-registering. Values for these fields are required to register a user. As a result, the values of these fields must be set on the request, under the User Information branch, by an administrator or approver.
    I added the "Organizations.Organization Name" and "Users.Role" fields to the user self reg form as required but it still did not work. How do get this to work? Do I need to write a adapter and attach it to "Provide information" task of the approval process? If yes, please let me know how go about writing that adapter.
    Thanks, M.

    did you try updating the request with the organization name and the role after the request is submitted.
    updateRegistrationUserDetails(long pnRequestKey, java.util.Map poAttributes)
    Updates the request's data with the values passed.
    you mentioned that you had added the org name and role name to the self reg form, and it didnt work with that. Was the org name and role getting displayed in the table when you went to the requestDetails Screen for that request? If yes, then all you need to do is, attach to the "Approve" task the adapter tcCompleteTask and you should no longer be prompted for any approval for self reg requests.

  • Self-registration with compaines -- Auto approval urgent

    Hi,
    I would like to automatically approve users who have self-registered themeselves. Is it possible to automatically approve users when they self-register with companies.
    Any help / suggestion is greatly appreciated.
    Rgds,
    Janvi.

    Thanks for the reply Michael.
    Yes, i have already gone thru company based self registration. But it does not specify the role assignment part :(. What i read was ok ... you register then u get assigned to the portal as guest user and then if approver approves the request the user becomes a COMPANY user. But then when the approver approves the request, does he assign the company related roles to the user? Or can that be coded somewhere?
    Please help.
    -Regards,
    Alpana

Maybe you are looking for