Customizing self-registration module

Hi all,
I need to add new field self-registration screen. I want to add managerID and make userid as readonly field to the screen.
Can anyone suggest the best approach and possibly solution.
1. on self-registration screen user will fill firstname, middlename ,lastname
2. based on my logic i will populate email & userid( Frankly, I dont know how to do this)
3. user will give supervisor id
4. approval will go the supervisor user has given
appreciate ur help.
Thanks;]
murli

Hi,
I had the same requirement (i.e. Generate a username base on first, middle & last name)....
I was able to achieve it using Ajax, Java, JavaScript, JSP
What I did was...
I put a Search button (Maximize glass) after the username field by changing the jsp page.
After entering first, middle (not mandatory) & last names, to select username, use must click on this icon. (username field is readonly)
Then a popup window will be appear...(like a lookup search window on OIM)....In that window, I have given possible usernames for this user. (username is generated from server side)
When user select one, it will insert into username field.
If you need further info and codes, please share your email address....
Regards,
Chaturanga

Similar Messages

  • Customizing the Self Registration module in the Portal

    All,
    I am looking to customize the standard Web Dynpro application of self registration.  I can find the iView in the PCD but how can I download the WD application locally to modify it.  Also once modified is deploying it back to the portal the same?
    thanks,
    Clint

    Hi Abdul
    Please could you explain how you created your custom self-registration page? I'm in a similar situation, and I'm a little unsure of the security implications.
    Effectively you're giving anonymous users access to create users in the UME (even if not directly) - so I want to make sure it's done correctly.
    Any help would be very much appreciated!
    Thanks
    Stuart

  • How to set password entered by user in the custom self registration app?

    Hi All,
    I am trying to create a customized self registration page on the portal logon page using Webdynpro JAVA application. Now the problem I am facing is that I am not able to identify how to set the initial password for the user in the portal that is entered by the user while registering through the application.
    I am using the object as:
    IUserFactory userFact = UMFactory.getUserFactory();
    IUserMaint userMaint = userFact.newUser(user);
    I am able to set different parameters such as First Name,Last Name, User Id, Email Id, etc but not the password.
    Any pointers will be highly appreciated.
    Thanks in Advance.
    Regards.
    Rajat

    Hi Rajat Jain,
    Try the below code.
    IUserAccountFactory mAccountFact = UMFactory.getUserAccountFactory();
    IUserAccount userAccount =mAccountFact.getUserAccountByLogonId(login); // Provide login
    IUserAccount muserAccount = mAccountFact.getMutableUserAccount(userAccount.getUniqueID());
    muserAccount.setPassword(oldPassword.trim(), confirmPassword.trim());
    muserAccount.save();
    muserAccount.commit();
    Regards,
    VJR.

  • Customized Self Registration results in User-defined exception

    Hello Folks,
    I've set up a custom self-registration form based on the Metalink Document 277789.1, but every time I try to create a new user I get a user defined exception. The user gets created but I still get a user-defined exception. Is it possible to get a more user-friendly message or easily create a custom self registration page?
    Any suggestions would be greatly appreciated, as I'm a newbie to Portal.
    BTW I'm using Oracle version 9.x.
    Thanks!

    have you worked on Self Registration. Could you send me a link or document which provides moore details about the same.
    I want to customize the self registration form for the oracle portal, to add more fields and store it in the database.
    I tried to access the metalink document as mentioned by u but was unable to access the same
    Thanks in advance.
    Your response will be highly appreciated

  • How to create customer self registration form iReceivables in 11.5.10.2

    Hi,
    I am new to iReceivables and in need to know how to create customer self registration in iReceivable 11.5.10.2.
    Please give the steps. I the guide its mentioned as need to create the static HTML page. If so please let me know how to do it. Please give me if you are having any sample code.
    Regards
    Suresh P

    Please see these docs.
    SelfService Registration Link Not Working For iReceivables [ID 603353.1]
    iReceivables user tries to register for iStore and message 'Email Address Is Already In Use' [ID 1114661.1]
    Questions: Auto Login After Self-Registration [ID 403097.1]
    How to Find iReceviables Patchset Level on 11i Instance [ID 263942.1]
    How To Create Custom Self Registration Challenge Questions In 11i [ID 759998.1]
    iReceivables Self Registration Challenge Question not Working [ID 961586.1]
    The Ireceivables Self Registration Page Errors Out. What Are the Setups to Review? [ID 414161.1]
    How To Control The Invoice Picked Up In iReceivable Self Registartion Challenge Question? [ID 1310902.1]
    Thanks,
    Hussein

  • Custom Self Registration Page (New Users)

    I'm looking for some directions for creating a custom self-registration for new users. Along with self-creating a new user, I would like the user to select (via a comboBox) a preferred Provider. When a Provider is selected, it will add them to a user group for accessing that provider. In addition, after the user is created, an email will fire; notifying the Portal Admin of a new user.
    Is this possible? I would appreciate any head start or direction for this scenario.
    Thanks,
    Ron

    repost
    I too am wondering about this.
    Anybody?
    Bill G...

  • Customizing self registration

    Hi
    I have arequirement of customizing the self registration form which appears on clickin the 'register' link on the welcome screen. Can someone please suggest which is a  better option to achieve this: through jsp file or through the um configuration on portal. Also, what additional steps are required to be carried to reflect the additional fields on the form (mapping to ldap etc).
    Thanks

    If you cant achieve what you are looking for here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/0761cea5c610b3e10000000a11466f/frameset.htm
    Then are going to have to go down the custom route and modify this PAR:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    I hope this is what you meant 

  • Customizing Self Registration Form

    Hi,
    We have a scenario where when a user comes to perform self registration on OIM, we have to take different fields as input based on the user type. For example if the user is an external contractor we want to take input fields 1 and 2, and if the user is an internal employee the user would be required to input information in fields 3 and 4. Is there any way we can control it through the Self Request Dataset XML. I have already added all the required fields in the XML, however right now it asks for all the information irrespective of the user type.
    Can anyone guide how to tackle this?
    Thanks.
    UZ

    Well obviously modifying the existing JSP will be a better solution because in that case you will just need to merge the existing logic with your new one. The best thing I get to think for it is the following only:
    1) Create a class which holds your logic for UserID validation.
    2) Create a new button in JSP as required. For the onclick action give a call to above class and then based on the results, display another jsp as a popup. This new jsp will be either of the following:
    - SUCCESS. The userID you selected is a vlaid one. Click Proceed.
    - ERROR. This UserID has already been used. Select a new one or slect from tne following options. Now show all the possibilities as radio button. Click Proceed.
    Well that is the solution I would have done.
    Thanks
    Sunny

  • Creating/Pushing Users in OIM through customized self registration page

    Hello there,
    I was envisioning to push users into OIM (create users in oim database) by means of self made registration pages (JSP). I know that the user profiles are created in UPA_USR table in OIM db. Can we directly create users in the same from different source other than standard OIM self registration page?
    I tried to do it by pushing the users in a different db table and then reconciling the user profiles from it. That worked!
    Does anybody have any clues about the former issue?
    Thanks in advance.

    Have you looked through the APIs?
    I have never seen anything that would let you do this but on the other hand I have never looked for it.
    You always have the option to push things straight into the back end tables but it is often hard to ensure that you didn't miss something and you don't have any guarantee that future upgrades or patches won't break things.
    Best regards
    /Martin

  • Self registration customize pages

    Hi
    I am working on 9.1 version. I am able to show all the custom fields in single page if updated the FormMetaData.xml file. But, I want to navigate to different pages, depending upon the field value selected in current page.
    For example, if User Type is selected as End-User, then it should navigate to new page to fill the end-user details. Similarly, if User Type is End-User Administrator then it should navigate to another page to fill end-user administration details.
    Please anyone help me in solving this requirement.
    - Kalyan Mutya.

    You can write your own Self Registration Module for it and use OIM APIs to fufil your requirements.

  • Companies and self-registration.

    Hi,
    I would like to implement self-registration module at
    the portal (EP6SP2) with an option to TYPE the name of
    the company the user belongs to, which can be used later
    as "company" in the portal meaning. It is almost like this
    (http://help.sap.com/saphelp_ep60sp2/helpdata/en/8e/53921c6d00064b8c58e528fd914dd4/content.htm),
    with one big BUT. The list of the companies cannot be
    defined in ume.tpd.companies property of ume.properties
    file before the users will type it. It have to grow up
    with the portal and the new companies the users type in.
    Is it possible to add companies to that list programmatically?
    To save server restart after that?
    Meanwhile I add a company the user typed at the self-
    registration procedure as an attribute of IUserMaint,
    but if I'd like to use it as companies in the portal
    concept - I can't.
    Thank you,
    Yuri

    Yuri,
       I am facing a similar problem. Were you able to find any solution. The situation is bit more complex at my end. I have approximately 5000+ Suppliers and each of them will have one designated Admin who will be handling the User Administration of users registering from that supplier (could be 1 to 10 from each supplier). Also he will need to assign them roles. Now before he can assign them roles he himself will need to have 'Role Assigner' rights. But i still need to figure out how would the users be able to specify the company during the registration because without that how will the portal know which administrator to redirect him to.
    Any thoughts ?
    Vishal
    Message was edited by: Vishal Vadodaria

  • Self Registration feature

    Hi:
    I would like to know how to make a custom self-registration page.
    I would like to make this page according to our lenguages.
    Our quetion if it's the login feature will continue working with not default registration page?
    Any tip will be apreciated.
    Thanks

    You should create a separate schema. The script selfreg.csh uses <sso_schema_name>UA as the default name for this schema. For example if the name of the sso schema is PORTALSSO, then the default name for this schema is PORTAL_SSO_UA, although you may choose to use a different name. The purpose of having this schema is to allow limited access to users from the browser while protecting the rest of the objects in the SSO schema. Let us call it the SSO_UA schema.
    After you have created the SSO_UA schema, you have to create a synonym called wwsso_api_user_admin in this schema for the package wwsso_api_user_admin that exists in the SSO schema and you also have to grant execute privilege on SSO.wwsso_api_user_admin to SSO_UA.
    Now you should be able to install self-registration. Next, you have to enable it from the Global Settings page. This will result in showing a self-registration link when users use the login portlet for logging in to the Portal.

  • Customize Self Registration Portlet/Form?

    I have succesfully added the Self Registration portlet to our site, but would like to customize the fields that the portlet uses, make some required, etc....
    I find VERY little info regarding Self Registration, any suggestions???

    You have not mentioned the Portal version!!
    Refer following for respective Portal version. For customizing the fileds, you may have to create your own custom self registration form for this. You have to use the DBMS_LDAP APIs to get the information updated in OID.
    a) 3.0.9:
    Oracle9iAS Portal Configuration Guide Release 3.0.9 -> Post-installation and Configuration Tasks -> Configuring Self-registration
    link : http://portalstudio.oracle.com/pls/ops/docs/FOLDER/ONLINE_HELP/ONLINEMANUALS/DOC_CONFIG/cgpost.htm#1012715
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=183413.1
    b) 902
    I couldnot find relevant document link. Please follow the below procedure for same:
    1.Run the following command
    selfreg.cmd -s <portal_schema> -p <portal_password> -c <portal_connect_string>
    This script is present at HOME/portal/admin/plsql directory
    2.In Global Settings ,Under Self-Registration Options section, select Enable Users To Log On Immediately if you want users to be able to log on to Oracle9iAS Portal immediately after they create their own user account using the self-registration feature.
    3.customize the Login portlet to include a self-registration link.
    Hope it solves the problem...!!

  • Oracle Self Registration

    We are looking for some information regarding Self-Registration, Your replies are greatly appreciated.
    1. How can we modify (add/delete) attributes in the Self-Registration module.
    2. How can we access the attributes of this User repository( tables) Is there any out-of-the-box (customizable) functionality to search these tables.
    Thanks in Advance.
    Mohan

    Hi,
    I found an article on Metalink that says to create the self-registration workflow using Quickstart, and then copy a link/URL that appears after saving the workflow.
    I'm still wondering how to figure out what that URL is after-the-fact, i.e., if I forgot to copy the URL after creating the workflow initially??
    Does anyone know?
    Thanks,
    Jim

  • Error while testing the self registration approval workflow

    Hi all,
    I am getting the following error while testing the self registration approval workflow.
    Here the request level approval is working fine.But the operation level is not working.
    <May 28, 2012 11:25:01 AM IST> <Error> <oracle.iam.request.impl> <IAM-2050126> <Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>oracle/iam/platform/OIMClient</summary>
    ,detail=<detail>java.lang.NoClassDefFoundError: oracle/iam/platform/OIMClient
    at orabpel.approvalprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:182)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at java.lang.Thread.run(Thread.java:662)
    </detail>
    ,code=<code>java.lang.NoClassDefFoundError</code>}
    cause: {oracle/iam/platform/OIMClient}
    received from SOA for the request id 61.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.iam.callbacks.common> <IAM-2030081> <[CALLBACKMSG] Inside Status Change plugin for request 61 and the status is : Request Failed.>
    er and operation is CREATE.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.wsm.agent.handler.wls.WLSPropertyUtils> <BEA-000000> <WLSPropertyUtils:getOperationName(),operation name is null>
    How to resolve this issue?
    Please anyone suggest me.Thanks in advance.
    Regards,
    Deena.

    Deena,
    Please make sure the path is correct. also why .zip, why : at the end why blank space? These could be a problem.
    /home/oracle/Oracle/Middleware/Oracle_IDM1/server/client/*oimclient.zip*:/home/oracle/Oracle/*Middleware/ oracle_common*/modules/oracle.jps_11.1.1/jps-manifest.jar:
    Below is correct one.
    $MW_HOME/Oracle_IDM1/server/client/oimclient.jar:$MW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar
    If you have custom workflow, be sure in task assignment proper outcome approve or reject.
    Thanks,
    Kuldeep

Maybe you are looking for

  • Looking for example: JAAS login module using ADF BC

    Hello all, I have seen the article at http://www.oracle.com/technology/products/jdev/howtos/10g/jaassec/index.htm by Frank and Duncan detailing how to put together a login module that uses the database for authentication. Great idea. I would like to

  • Example "Designing Component-Based Web Dynpro Applications" in NWDS 7.1

    hi, importing Designing Component-Based Web Dynpro Applications.zip into NWDS 7.1, I get ~ 200 errors. after repairing the projects (in WEB-Dynpro View) ands migrating, there are 76 errors: Component 'CustomersUIComp': Used component/component interf

  • Created new mailbox, not showing up

    I recently created a new top level mailbox, named "Sent Messages"; it did not appear immediately after creation, and hasn't shown up after restarting Mail. I thought maybe I didn't hit the "OK" button during the Naming prompt, so I tried to add a new

  • Loosing  performance in 10g against 8i

    I've created database under 10g from dump file from 8i database. I've tried some select statements on new created database, but it was about 2x slower much more accessing the disk than on 8i. I increased PGA_AGGREGATE_TARGET parameter and get the per

  • Canon 18-135mm IS Lens....Jumps during manual focus

    Hi, I recently noticed that my Canon 18-135mm IS lens has a minor issue that I'm not sure if it's a fault or not...... When the manual focus ring is turned, at a certain point it kind of clicks/jumps momentarily.  I noticed this when the lens was at