Workflow for self registration

Hi Folks,
I need to know the exact workflow used for user self registration, i.e., the workflow where in the mail to the registration approver to approve the new user request is triggered.
Can you please let me know.
Regards
Rajeev

Hi Rajeev,
All Workflow on SRM can be found on the page
http://help.sap.com/saphelp_srm30/helpdata/en/8b/4fa9585db211d2b404006094b92d37/content.htm
Click on details New User (WS10000192)
Approval Workflow for Creating Internal Users Use
When an employee requests a user master record and Customizing has been configured such that a user needs to be approved, the user’s manager receives a work item.
· If the manager approves the request, the user is released. The employee receives an e-mail with an automatically generated password at the address that he or she entered when making the request.
· If the manager rejects the request, the employee is also notified by e-mail.
Prerequisites
· You have activated approval by the manager.
Menu path in the Implementation Guide (IMG):
Supplier Relationship Management ® SRM Server ® Master Data ® Create Users ® Set Approval Indicator
· You have included the manager in the organizational plan.
Menu path in the Implementation Guide (IMG):
Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® Organizational Management ® Change Organizational Plan
· You have activated event linkage for the event Created for workflow WS10000192.
Menu path in the Implementation Guide (IMG):
Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® SAP Business Workflow ® Perform Task-Specific Customizing
Regards,Nishant
Please reward if this helps.

Similar Messages

  • Approval Workflow for Self Registration

    Hi ,
    I have a requirement where I have to develop an approval workflow for self registration.
    My requirement is If the user type is Employee the user must not go through approval, but if the user type is contractor they must go to some admin user for approval.
    How can I achieve this.
    Regards

    Hi,
    You can refer this link "Create a Custom Approval Process for Self Registration" it might clear your doubts. Also you can create rule as said in below post. For that you can refer "http://codigoctm.files.wordpress.com/2012/11/lab-06-access-policy.pdf".
    Regards,
    Sunil

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

  • E-mail pattern for self registration screen

    Hello,
    We are using WAS version 7.01 SP3 .
    We configured the UME to enable self registration.
    The generated password sent via Email and everything working correct.
    The only problem is that the user can use wrong E-mail pattern and the creation process will continue
    (User will create in the system with wrong E-mail pattern for example -  XYZ).
    When we tried to create user with wrong E-mail pattern in the standard user creation program it raised error message.
    We are using the default E-mail pattern on the Configtool.
    Is there any way to stop the self registration process if the user enter wrong E-mail pattern?
    Thanks for the help
    Nir

    Hi,
    You can try forcing the application to quit as described here:
    +To force an application to close, follow these steps:+
    +iPhone or iPod touch running iPhone OS 3.0 or later+
    +Press and hold the Sleep/Wake button until the red slider appears. When the red slider appears, release the Sleep/Wake button.+
    +Instead of dragging the red slider, press and hold the Home button for six seconds.+
    +If the device does not return to the Home screen, see the steps below to restart.+
    from: http://support.apple.com/kb/TS1445
    If the issue persists, you should try restarting before trying to reset.
    You can restart the iPhone by holding the Sleep/Wake button until the red slider appears> then slide to turn off> and turn the iPhone back on by pressing the Sleep/Wake again, as described on page 46 of the iPhone User Guide.
    http://manuals.info.apple.com/en/iPhoneUserGuide.pdf
    -Jason

  • Individual Mail Notification for Self-Registration

    Hello,
    i want to use the portal self registration feature. The mail notification is not correct (URL) and the mail recipient cannot show his username/password in the mail message. Is there a way to customize this message(individual text), and where can i do this?
    thnx in advance.

    mmiller thank you for answer
    Allow the user to create a stub profile based on the data provided. I’m new to Oracle Access Manager. :-)
    Could you tell me what do you mean by stub profile?
    Now, user is allowed to add himself to directory using self registration.
    Using a post process, generate a GUID and store it on the new profile. Send an email to the user that includes the GUID key.If you are using a post processing you wrote a program which sends mails and you don’t use a mail notification. Is it true?
    Many Thanks
    Pavel

  • Modifiying users' profile properties for self-registration

    I am trying to create a self-registration page flow in portal 8.1 but cannot seem to get any of the properties of a profile to save. I want users to add in values for address etc after they create a login.
    This is the code I have written which seems to work (no exceptions anyway). However when I check the new user through the Admin console the Suffix property of the CustomerProperties profile is still empty. Any ideas? I cannot find any other help after many many searches.
    ProfileFactory profFact=new ProfileFactory();
    ProfileWrapper profWrap;
    CreateUserForm user;
    try{
    user= (CreateUserForm) getSession().getAttribute("userform");
    //nOw add a profile for this user and modify the suffix
    profWrap=profFact.getProfile(user.getUsername(),null);
    if (profWrap!=null){
    profWrap.setProperty("USER","Suffix","Test");
    }else{
    System.out.println("no profile");
    System.out.println(form.getValue());
    System.out.println(user.getUsername());
         catch(Throwable t)
                   t.printStackTrace();
              }

    Hi,
    if the property is defined in the CustomerProperties set, then this line should be closer:
    <snip/>
    profWrap.setProperty("CustomerProperties","Suffix","Test");
    <snip/>
    - Anders M.

  • Open the URL for self-registration

    Dear Experts,
    If I open the URL address of the self-registration form in my computer at work (when I have the SRM implementation), the form is open and I can fill it and send it to the self-registration system.
    I tried to open this URL address from home (like a vendor that want to register to the system) and I couldn't open the page.
    I got the URL address from:
    Transaction SE80.
    BSP application and enter ROS_SELF_REG.
    Pages with flow logic.
    Double-click on Main.htm.
    Properties tab page.
    The field at the bottom contains the URL.
    Please advice.
    Best Regards,
    Eyal Weinreb

    Hi,
    What is the error message when you open it from outside of firewall?
    I guess this is just your network design issue.
    Usually supplier calls public web URL and a dispatcher maps/redirects to internal host.
    Regards,
    Masa

  • Custom workflow for course registration

    Hi,
    I have an assingment to create list where items are courses and when new item is created you can give max participant value. List and columns are ok. (max participants(integer), current participants(integer), open/closed(choice), all participants(text)
    So this is what I want to do with workflow:
    When someone wants to join the course, person will click "Join course" button
    workflow starts and it will add +1 to 'current participants'
    workflow adds display name of person to column 'all participants'
    if 'current participants' is same as 'max participants' then course will change 'closed'
    I can use SP designer with workflow 2010 so is this impossible?
    I have possibility to use visual studio 2010 but i'm not very familiar with C# workflows.
    My biggest worries are that
    how to store all participants to one column (multiline text) with workflow
    how to display participants column only to admin users.
    Thanks for any help/suggestions.
    Antti Astikainen

    Hi Antti,
    I have done similar project in past and used only SharePoint Designer. Yes it is very much possible using SPD.
    how to store all participants to one column (multiline text) with workflow
    >> Maintain a multiline text column as you assumed and then just do
    attendee = CurrentItem:Attendee +";"+attendee
    how to display participants column only to admin users.
    >>   you can hide this column from default view or maintain a different list where course name(lookup)
    and this attendee (multi line) will be saved. You can add this multi line in master course list as well (depending on your design)
    Using SPD workflow you can update same list item / different list item / and it has many other action.
    For 'State Machine workflow' you may need VS.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Automatic approval for Self-registration with companies

    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.

    Hi
    you cannot do it because when a user self reg  eu_role gets assigned to it and its administrator job to assign the role.if you need to built in any addon functionality you have to change core selfreg.par file use a search at usr directory.this par can give you lot of  ideas how to preassign roles without approval of administrator.also check UM configuration under systemadministration system configuration notification and direct editing tab.
    With regards
    subrato kundu

  • [Workflow]Self Registration - Mail Notification

    Hi,
    Im working with Oracle Identity Administration.
    I create a workflow type Self Registration, every is ok except for sending email to user when the registration was approved.
    I tried to check on Initiator but no email was sent to new user.
    Pls help.

    Since the self registration completion would result in a Xellerate User profile being provisioned, why not configure the create user task on the Xellerate User process to have a notificaiton on completion to the user. And this way you can pull all the details off their OIM User Definition for the email.
    -Kevin

  • Self registration request and approval process

    We are looking to implement self-registration with a bit of workflow when we move to Portal 10.1.2 A system where a user requests access, their request is approved (or denied) by another person and then an account is created with appropiate permissions.
    We are currently using an Excel spreadsheet e-mailed back and forth, we have begun designing the process with standard forms and reports in it's own schma, but the last piece will still need to be manual (creating the account).
    Does anybody know of a way to automate this process of account creation?
    Does Application Server 10.1.2 self-registration have similar capabilities? if so, where could I look to learn what it can do?
    Thanxs,
    ljalg

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

  • Self Registration and Attestation is not working in OIM 9.1.0.4

    Hi,
    i have setup a new OIM environment using OC4J. I am able to create users and provision IT resource but self registration and attestation is not working. not sure it is OC4J issue or OIM issue. For self registration it says request is submitted but when I login as xelsysadm and dlon't see any pending request and same thing happens for attestation. It dowsn't display any error but never gets completed and don't see this also in pending request list. If anybody has idea to debug the issue then let me know and thanks for help.
    Thanks,
    HC

    As per given bug it is looking for jars which is missing
    have you install connector using deployment manager?? if yes it copy required jars at target location. verify if not there copy jars in Scheduled Task folder.
    Check the document if any external jars required and same put at ThirdParty folder

  • Self Registration in OIM 9.x

    Hi Guys,
    Share ur experience or else let me know the links where i can get the solution to the below mentioned scenario ---->
    1. I have to add few additional fields in the UDF form for self-registration ,without disturbing the existing availble fields.
    2. When submitting the request (after filling fields) it should have one Approval Level.
    Regards,
    Newbie
    Edited by: 837614 on May 31, 2011 2:09 AM

    So Guys here I am posting the deatils as an answer to query (1) --
    1. By default the location of FormMetaData.xml will be C:/Oracle/<ur Server folder>/xellerate/config
    2. Add all additional fields under these 2 heading <Form name="SelfRegistrationUserForm"> as well as
    <!-- User Self Registration and User Profile Modification section -->
    3. Restart the server.
    Cheers!!

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

Maybe you are looking for