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

Similar Messages

  • 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

  • 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

  • Self Registration form

    HI,
    I have created a self registration form based on stored procedure that executes packages owned by Portal30_sso.
    When I ran the form, logged as another user, the procedure does not terminates correctley.
    This user, owner of the form, has execute priviliges on all packages that are used in the procedure.
    Has anyone made a self registration form?
    Thanks
    Carlos Acle

    p_usuario varchar2)
    IS
    v_id number := null;
    v_usuario varchar2(50);
    v_password varchar2(50);
    v_user PORTAL30_SSO.sso_user_type;
    v_err number;
    BEGIN
    v_usuario := upper(p_usuario);
    v_password := upper(p_usuario);
    -- usuario login server
    PORTAL30_SSO.wwsso_ls_private.get_default_user_config(v_user);
    v_user.ssousername := v_usuario;
    v_user.hashed_password := v_password;
    v_user.ssorole := 'USER';
    PORTAL30_SSO.wwsso_ls_private.ls_create_user
    (p_newuser=>v_user,
    p_err=>v_err);
    -- dbms_output.put_line('error ' | | v_err);
    -- usuario portal
    PORTAL30.wwctx_api_private.set_context('PORTAL30_SSO','');
    v_id := PORTAL30.wwsec_api.add_portal_user(v_usuario);
    portal30.wwsec_api.activate_portal_user(v_usuario);
    v_id := portal30.wwsec_api.id_sso(v_usuario);
    PORTAL30.wwctx_api_private.clear_context;
    -- usario de la base
    dbms_utility.exec_ddl_statement('CREATE USER ' | | p_usuario | |
    ' IDENTIFIED BY ' | | p_usuario | |
    ' DEFAULT TABLESPACE USERS ' | |
    ' TEMPORARY TABLESPACE TEMP');
    dbms_utility.exec_ddl_statement('GRANT CONNECT TO ' | | p_usuario);
    exception
    when others then v_err := sqlcode | | ' ' | | sqlerrm;
    -- when others then dbms_output.put_line('encontre error ' | | v_err | | sqlerrm | | ' ' | | sqlcode);
    END;
    null

  • 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.

  • How to create custom structure in smart forms & use them in interface

    hi experts....
    can anyone tell me how to use  custom structure in
    form interface (parameters) without creating any structure
    in the dictionary.

    Hi Shrama,
    If you want to use the structure in interface. You have to create structure in dictionary.
    if you create in form or in report ..they won't recongnize the local structures.
    Thanks,
    Sunil

  • Interface between self registration form and prospects

    Hi all,
    I am defining the interfaces between the Self registration form and the prospect in the supplier registration. Does anybody know how the data are tranfered into the prospects? How can the purchaser acceed to these informations to give his approval?
    Once this step is over the supplier will answer to a survey (questionnaire). Where are stored the answers? Are these data visible?
    Thanks in advance

    Hi,
    Per my knowledge, the code should be pasted in CustomLogin.aspx.cs page.
    Chun Liu has also written an blog about the custom login page for FBA, you can have a look at it.
    http://blogs.msdn.com/b/chunliu/archive/2010/08/21/creating-a-custom-login-page-for-fba-in-sharepoint-2010.aspx
    More reference:
    http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
    http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Custom user registration form and custom user attributes.

    I am wondering if anyone out there has any experience creating a custom portal user self registration form. This form would contain some default user attributes that are in the standard form, but it would also need to contain user attributes that are custom to the application we are deploying. Just wondered if anyone has any experience with this or how it might work.
    Thank you,
    Craig

    I know this question has reaped no answers, so I thought I'd toss in a second request for the information. I have found no documentation on how to do this. Has anyone succeeded?
    Thanks!
    Erik

  • Lookup field in self registration form

    I have added a user defined lookup field using Design View.
    I added the following attribute to FormMetaData.xml:
    <Attribute name="USR_UDF_LOCATION" label="global.udf.USR_UDF_LOCATION" displayComponentType="LookupField" map="USR_UDF_LOCATION" >
    <ValidValues lookupCode="Lookup.Custom.Users.Location"/>
    </Attribute>
    The new lookup field is showing in 'Create User' and User modification forms but does not show in the Self registration form.
    I added the following to FormMetaData.xml under the SelfRegistrationUserForm section:
    <AttributeReference optional="false">USR_UDF_LOCATION</AttributeReference>
    But, the Fiield is getting displayed as a text field and not a lookup field.
    I

    I read that Lookup/ Combo box field cannot be added in a self registration form. Is it true?
    (Source:
    Link: Adding combobox in self registration from
    Link: OIM: problem with combobox in self registration form

  • Suppliers self registration form

    Dear all,
    We are using the suppliers self registration form. When we are logging
    in to the form it displays a message at the bottom of the message
    regarding the option to change/add text to the form. There is a
    reference to transaction SE61 but it does not say which class and ID.
    Can anyone tell me wha is the class and ID for the text maintenance?
    Thanks,
    Yaron

    Hi Yaron,
    please go to following SPRO path:
    Supplier Relationship Management->Supplier Self Services->   
    Settings for user inerface-> Specify Data Privacy Settings for Suppliers
    There you will find the text ID's to edit, or you create a new text in SE61 and speficy its ID in the customizing.
    regards
    Zoltan

  • Error in Self Registration form

    Hi,
    Language field in the initial supplier self registration form is mandatory in ROS. Even after selecting english, it gives me error, select yr language. Pl let me know how to correct it. Is it related to config in web survey or is it html form error?
    Regards,

    Hi Pooja,
    This error usually occurs when you have wrongly populated some other field. For ex : In email id you mention 'abc ' instead of 'abc at xyz.com'.
    Pl ensure that all other fields are populated in the correct format.
    It's a strange behaviour of the ROS_SELF_REG BSP page.
    Regards,
    Nikhil

  • Need to put out of Box password policy in self registration form.

    Hi All,
    I create a self registration workflow in i put a self gistration form. In the validation section of password field i apply check method of com.waveset.policy.stringQualityPolicy to apply out of box Password policy. But i got an error while running the workflow from configurator interface. i put the trace below. please help.
    <defvar name='policy'>
    </defvar> --> null
    <defvar name='policyChecker'>
    </defvar> --> null
    <invoke name='check'>
    <ref>policyChecker</ref>
    [<defvar name='policyChecker'>]
    <new class='com.waveset.policy.StringQualityPolicy'>
    </new> --> com.waveset.policy.StringQualityPolicy@af914c
    [</defvar>] --> com.waveset.policy.StringQualityPolicy@af914c --> com.wavese
    t.policy.StringQualityPolicy@af914c
    <ref>policy</ref>
    [<defvar name='policy'>]
    <invoke name='getObject'>
    <rule name='getCallerSession'>
    <Rule name='getCallerSession'>
    <block trace='true'>
    <select>
    <ref>context</ref> --> com.waveset.session.LocalSession@6c2a78
    </select> --> com.waveset.session.LocalSession@6c2a78
    </block> --> com.waveset.session.LocalSession@6c2a78
    </Rule> --> com.waveset.session.LocalSession@6c2a78
    </rule> --> com.waveset.session.LocalSession@6c2a78
    <invoke name='findType' class='com.waveset.object.Type'>
    <s>Policy</s> --> Policy
    </invoke> --> Policy
    <ref>policyName</ref> --> Password Policy
    </invoke> --> Policy:Password Policy
    [</defvar>] --> Policy:Password Policy --> Policy:Password Policy
    <ref>userPassword</ref>Resolved variables.user.userPassword to aaa
    --> aaa
    <null/> --> null
    <null/> --> null
    <ref>accountId</ref>Resolved variables.user.accountId to aaaaaaa
    --> aaaaaaaXPRESS <invoke> exception:
    com.waveset.util.WavesetException: Can't call method check on class com.waveset.
    policy.StringQualityPolicy
    ==> java.lang.NullPointerException:
    </invoke> --> null
    Thanks in advance.
    Any pointer will really be helpful.
    Edited by: Amit_Bansal on Feb 27, 2008 3:05 PM

    Hello,
    Has anyone been successful at displaying the "View PAssword Policy" on the self registration form? Or is this not possible to get done?
    Thanks
    Khanh

  • 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 

  • 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...

  • How to declare custom structure in form interface in smartforms?

    Hi,
    How to declare custom structure in form interface in smartforms?
    Thanks.

    Create a structure in SE11 and use that in Form Interface - > Tables tab in smartforms.
    Pranav

Maybe you are looking for

  • IPod touch and iPad not recognized by iTunes or computer

    I have both an iPod touch (4th gen maybe?) and an iPad. A few days ago I synched both earlier in the day and no problems. That night I downloaded the latest iTunes update and when I tried to synch both devices nothing happened. The computer will char

  • Getting error in iTunes 7 when trying to open music store =(((((

    When trying to open the music store in iTunes 7 I get this message: "iTunes could not connect to the Music Store, Make sure your network connection is active and try again" Help would be appreciated.

  • Outputing Results of XML parse

    Hi all, i hope im in the right forum, i have managed to access an Xml page and parse the various info i wanted from it and display it, i just wanted to know th easiest to way to save the outout to a word or excel or even text file so i dont lose the

  • How configure a primavera web service to return data from the second database?

    Hi everyone, We have P6 with first WS deployed on a single server weblogic domain. The first WS return data from the first database instance. Then deployed advanced second WS on a separate weblogic domain server with a different port. Configured seco

  • How to render portion of the project ?

    Hi there, In FCE, we can select the Inpoint and Outpoint in the sequence by pressing "I" and "O" and then render that specific section of the sequence. How do we do that in FCPX ? Thanks