How to get the pre-population on modify account page?

Hi,
I am working on OIM 11g R2 PS1 and have a following requirement :
User has to modify his existing email id through a request. User goes to modify account page, where all other fields from process form is hidden and only 'Email Address' field is displayed to the user to modify.
I have to pre-populate the 'Email Address' attribute with some system generated logic on this modify account page. How to achieve that? (either a system generated dynamic label or system generated logic on the email address attribute itself)
Any idea? As per my knowledge we cannot have pre-population on modify page, like we have on create page.
Kindly suggest how to achieve this requirement.
Thanks,
Neha Gupta

Hi,
Let me explain in this way:
1) User got some default email address first time, this is not through any request.[e.g [email protected]]
2) Now the user got married and she wants to change her email address as per her new lastname(through a request).[First name: Neha , Last Name : pqr]
3) So she will go to the modify account of the resource and will change her email id, here we have to display an oim suggested email address which is available, on modify page, this logic we will generate through java code.
     [oim suggested email address: [email protected]]
That's why we want only on modify page not on create page, as creation of email address is not requestable.
Thanks,
Neha

Similar Messages

  • HT2931 I am trying to figure out how to get the pre made "beats" with my garage band for my MacBook Air can u help

    I am trying to figure out how to get the pre made "beats" with my garage band for my MacBook Air can u help

    Hello Mattxy2,
    Thank you for the question. It sounds like you would like to add some Apple Loops to your project.  I recommend reviewing the following sections in Garageband Help:
    GarageBand Help - Search for Apple Loops
    http://help.apple.com/garageband/mac/10.0/#gbnd3002ab64
    GarageBand Help - Add Apple Loops to your projects
    http://help.apple.com/garageband/mac/10.0/#gbndc1d3db81
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to get the return values from a web page

    Hi all :
       how to get the return values from a web page ?  I mean how pass values betwen webflow and web page ?
    thank you very much
    Edited by: jingying Sony on Apr 15, 2010 6:15 AM
    Edited by: jingying Sony on Apr 15, 2010 6:18 AM

    Hi,
    What kind of web page do you have? Do you have possibility to for example make RFCs? Then you could trigger events (with parameters that could "return" the values) and the workflow could react to those events. For example your task can have terminating events.
    Regards,
    Karri

  • How to get the source code of an HTML page in Text file Through J2EE

    How to get the source code of an HTML page in Text file Through J2EE?

    Huh? If you want something like your browser's "view source" command, simply use a URLConnection and read in the data from the URL in question. If the HTML page is instead locally on your machine, use a FileInputStream. There's no magic invovled either way.
    - Saish

  • How to get the source code of an HTML page in Text file Through java?

    How to get the source code of an HTML page in Text file Through java?
    I am coding an application.one module of that application is given below:
    The first part of the application is to connect our application to the existing HTML form.
    This module would make a connection with the HTML page. The HTML page contains the coding for the Form with various elements. The form may be a simple form with one or two fields or a complex one like the form for registering for a new Bank Account or new email account.
    The module will first connect through the HTML page and will fetch the HTML code into a Text File so that the code can be further processed.
    Could any body provide coding hint for that

    You're welcome. How about awarding them duke stars?
    edit: cheers!

  • How to get the view tree from a jsp page

    Hi,
    I would like to get the view tree of a jsp page. The idea is to dynamically include the content of one or more jsf pages into a UIPanel during a "value changed" event.
    So, i could get from an arbitrary page like ...
    <%@ taglib uri="http://java.sun.com/jsf/core"   prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html"   prefix="h" %>
    <h:panelGrid columns="3" width="100%" rowClasses="gridTop">
        <h:outputText value="#{someBean.someValue}"/>
    </h:panelGrid>... the corresponding List of components...
    Any idea?

    Thanks for your answer Jayashri,
    The view tree can be retrieved by this way during the page is parsed, for example with scriptlets <%%>, or once the page has been parsed (the view has been builded and attached to the FacesContext).
    My problem is to get the view tree of a page from another Context.
    The idea is to build a dynamic layout of some pages that represents "views". I can imagine this like the concept of perspectives and views of Eclipse IDE.
    Because of the difficulty to build it with pure JSP (cannot use dynamic ID nor JSTL ForEach), I try to build it into my backing bean and to bind it with a <h:panelGrid/>. By this way, I'm not able to use the <jsp:include/> tag as I usually did to include some content into the view tree.
    Sorry for my english ;)
    - Renaud.

  • How to get the section value into configurator developer page

    Hi,
    I am working on configurator developer, Can I get the section value into the configurator developer page by any setup. If possible means please help me on that.
    Thanks advance,
    Gopi

    I thought the same.Thanks for confirming...I tried with loop approach.but i am unable to get decimal part...
    eg if my values are 12.25 and 123.12....my below code ignores decimal points..i know since i am using Number, it is happening..but could you please let me know how can i get decimal values also..
    OAViewObject vo = (OAViewObject) am.findViewObject("XXXXInvDistributionsVO1");
    vo.first();
    Number grossamount = 0;
    for (int i=0;i< vo.getRowCount();i++) {
    // BigDecimal grossamount1 = new BigDecimal((vo.getRowAtRangeIndex(i).getAttribute("Amount")));
    grossamount = ((oracle.jbo.domain.Number)vo.getRowAtRangeIndex(i).getAttribute("Amount")).intValue();
    System.out.println("grossamount "+grossamount); // it ignores and prints decimal points
    BigDecimal grossamount1 = new BigDecimal(grossamount.intValue());
    System.out.println("grossamount1 "+grossamount1); // it ignores and prints decimal points
    vo.next();
    Thanks
    Raj

  • How to get the parsed HTML from a JSF Page

    Hi,
    I have an application that the user must fill in some data. Later on, it's shown a confirmation page with the user's information. I want to email that confirmation page to the company. The question is: How can I get the result html page as a string from that jsf confirmation page within the application.
    Any help is appreciated,
    Tiago Gaspar.

    I need the exat same page the user is viewing i.e. html filed with the information .

  • Smart forms- how to get the copies of form in other pages as duplicate

    hi experts,
    i am facing problem in smartforms.
    one copy is ready for me.
    i have to take that one in 4 pages  as 1st page original,
    2nd duplicate, 3rd triplicate, 4th quadriplicate.............
    how to get them....
    all theremaining data is same ....
    Message was edited by:
            dasr r

    U can achieve this with the help of NAST table,
    in that table field ANZAL is the field for number of copies of the output.
    Suppose u have a smartform which will print 3 pages for a Purchase Order,
    and u want 4 copies of the same. (totally 3*4 = 12 pages)
    U need to handle this in the smart form ifself with the help of ANZAL field, it holds number of copies to be printed on the output device.
    if ANZAL = 1
        print 'original'.
    elseif ANZAL = 2
        print 'Duplicate'.
    elseif ANZAL = 3
        print 'Triplicate'.
    elseif ANZAL = 4
       print 'Quadriplicate'.
    endif.
    or else u can handle the same with CASE ... ENDCASE.
    I think, it may solve ur problem.
    Regards,
    Sujatha.

  • How to get the subtotals to only print on page 1 of the report?

    Hello :
    Could someone tell me how to best accomplish this in CR 2008?. Thank you in advance!
    On Page 1 of the report, I only want to print a summary of provider then the total of each procedure type performed at the clinic.
    Here's a sample of the result that I'm looking for:
        Dr. One
         Office visit, new         = 15
         Office Visit, established = 10
         New wellness care         = 18
        Dr. Two
         Office visit, new         = 5
         Office Visit, established = 18
         New wellness care         = 20
        Dr. Three
         Office visit, new         = 15
         Office Visit, established = 10
         New wellness care         = 10
         Established wellness care = 30
    **The 2nd part of this report I was able to get the desired result, but I thought it would be helpful to share this informationl.
    The subsequent pages is grouped by provider, visit date, patient name, date of birth,
    and procedure description. Then subtotal by provider.
    Here's a sample result
        *Dr. One*
         12/1/2009 Patient 1  06/29/1977 Office visit,new
         12/1/2009 Patient 2  5/5/1960  office visit,new
         1/5/2010  Patient 3  8/18/59   Office Visit, established
         1/14/2010 Baby 1     11/1/2009 New wellness care      
        +Total = 4+
        Dr. Two
         09/16/2009 Patient 4 7/19/80   Office visit, new
         10/20/2009 Patient 4 02/02/1986   Office visit, new 
         10/23/2009 Patient 4 06/15/1994   Office visit, new 
         11/11/2009 Patient 4 02/02/1972  Office visit, established
         1/12/2010  Baby Boy 1/1/2008    New wellness care 
         1/12/2010  Baby Girl2 9/21/2009  New wellness care
         1/18/2010  Baby Girl3 8/1/2009  New wellness care
         1/19/2010  Baby Girl4 12/21/2009  New wellness care
        Total = 8

    Copy the date parameters to the sub-report.  In the sub-report criteria use the local parameters to select the date field data.  In the sub-report linking link the main report parameter field(s) to the sub-report parameter fields (not the ?PM-?<parametername> default links).   You may need to also link the data in the sub-report by the Dr. field.
    Good luck,
    Eric

  • How to get the Contact person name of Account site level contact person

    Hi All,
    I have contact person defined at account level and other at account site level.
    I am trying to print the site leve contact name in my AR Invoice report.
    What i used is bill_to_site_use_id a input in the below query
    select hp2.party_name
    from
    HZ_CUST_SITE_USES_ALL hcs,
    HZ_CUST_ACCT_SITES_ALL has,
    hz_party_sites hps,
    hz_parties hp,hz_parties hp2,
    hz_relationships hr
    --HZ_ORG_CONTACTS HO
    where hcs.CUST_ACCT_SITE_ID=has.CUST_ACCT_SITE_ID
    and hps.PARTY_SITE_ID=has.PARTY_SITE_ID
    and hp.party_id=hps.PARTY_ID
    and hr.subject_id=hp.party_id
    and hr.RELATIONSHIP_TYPE = 'CONTACT'
    and hp2.party_id=hr.OBJECT_ID
    and hr.OBJECT_TYPE ='PERSON'
    --and ho.PARTY_RELATIONSHIP_ID=hr.relationship_id
    and hcs.SITE_use_ID=3398 -- from (ra_customer_trx_all)
    But I get two records. So how can I differentitate the account contact and site contact.
    Am I missing any table or join. Or is the input provieded is not fine.
    Please help
    Thanks

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • How to get the FND user_id from a  OAF page

    Hi,
    I want to get the FND user_id of the user who opened the OAF page from the controller. How can I get this. Also how to see all the attribute names that I use in the controller. I see that I can use paramOAPageContext.getParameter("attribute"). Where can I get the list of all the attribute names?
    Thanks for your help.

    What attribute name was associated to that Button to use in getParameter(?)You have to enter the bean Id, let say the PoHeaderId is a MessageStyleTextInput Bean so have to take its ID from JDev or from front end.
    String value = pageContext.getParameter("BeanID");Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to get the None button on my account payment page

    I would like to remove my old credit card info from my account and start using only gift and prepaid iTune cards.  However, the None button is not showing on the page.  Is there some sort of pathway that I need to go through to get the button or do I have to have some other support for this function?

    I NEED TO GET MY ITUNE CARD TO MY ACCOUNT

  • How to get the html source for these web page ?

    My code work well for standart page, but I'm unable to get the html source from these page with my vb program :
    http://www.slashdot.org
    http://userfriendly.org
    http://segfault.org
    here my code
    private sub commandgethtml_Click ()
    Inet1.Cancel
    Inet1.Protocol = icHTTP
    Inet1.URL = theURL
    HTMLcode = Inet1.OpenURL(theURL, icString)
    RichTextBox1.Text = HTMLcode
    end sub
    thanks in advance.

    Hello Cyrano,
    This Developer Forum focuses on the National Instruments product "Measurement Studio for Visual Basic" (formerly known as ComponentWorks). Our goal is to help people to better integrate this product into their test, measurement, and automation applications. Your question directly pertains to the Microsoft Internet Transfer Control. I think you would find an increased number of responses that are better focused on your question if you would repost it to a forum that specializes in general VB and internet programming. Good luck!
    Jeremiah Cox
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • How to get the most from your MyBT account and rea...

    If you register for free online billing at www.bt.com/youraccount you'll benefit from having your BT account information at your fingertips online.
    Sign up to:
    View all your bills, stored online for 6 months
    Easily pay your bill or change your payment method
    Check your recent usage and call costs, updated daily
    Download and print your bills if you want to
    Manage the features of your services, such as Friends & Family add-ons
    All you need to register is an email address and your account number, which you’ll find at the top of your latest bill.
    If you have previously registered for an online account but have forgotten your username or password find out how to request a new password and get your username emailed to you.
    Why go Paper-Free?
    You might have heard about paper-free billing and be unsure whether to sign up. Here are a few reasons why paper-free billing would be a great option for you. Here's a few reasons why paper-free billing would be a great option for you.
    Get organised
    Signing up to paper-free billing with My BT can save you time, and it makes finding your latest bill much easier than searching through endless cabinets and drawers for that elusive bit of paper.  Copies of your bills are stored online for 6 months, so they're always there to view, download and print when you need them. One secure online log-in gets you instant access to your bill.
    Take control
    Signing up to paper-free billing can help you take control of your BT account, making it easy to keep track of your spending. You won't miss anything as we'll email to let you know your new bill is ready to view. You can even see which numbers have been called and how much each call has cost since your last bill.
    What else can you do on My BT?
    View Payments you’ve made
    Pay your bill or set-up a Direct Debit
    Manage your calling plans and calling features
    Track an order
    Track a fault
    To find out more and to sign up, visit www.bt.com/paperfree
    Finally, here’s a quick fact for you... Millions of BT customers have already signed up to paper-free billing, helping us save enough paper to stretch 7,500 miles from London to Tokyo each year!   Help us increase that amount of saved paper to reach all the way around the world.
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

    You mention it is a DV/HDV Film - how did you edit it? Did you edit both formats on the same timeline in Final Cut? (What were the settings in Final Cut for the timeline?)
    If you are using HDV in a timeline due to the length of time to conform the output, you may be better off exporting the entire thing for testing (small enough for HDV, though I often use AIC or 422 nowadays).
    What settings are you using in Compressor? I know you mentioned many combinations, but did you use any frame controls? What was the rate? Did you use CBR/VBR?
    One thing to try to get things started. Use 8 CBR and in the frame controls set them to to "Better" for all of them. Will take a bit longer using the filters but should give you an idea where you are at. (Also take a look at the self contained movie to see if there are any artifacts/picels there).
    How are you watching the DVD - computer screen or burning to a DVD?

Maybe you are looking for

  • Sub-Folders in applications folder

    Hi, I have accumulated a large amount of apps in my apps folder and I want to know if it will cause system problems if I create sub-folders to group them for ease of finding. What do you think? Thanks in advance. SR

  • External Table error: KUP-04043: table column not found in external source

    I am trying to get the syntaxc correct for an external table. I keep getting this error: ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04043: table column not found in external source: SITE 29913. 00000 -

  • Error displaying host configuration

    I'm running version 10.2.0.1 of OEM on a Windows 2003 advanced server and I get the following error message when trying to view the charts for my cpu target: "Error displaying host configuration - Host Configuration" I also get the following error me

  • Route determination in Outbound delivery

    Hi Friends, After STO is done i made an Outbound delivery for that STO. Is it possible to determine the route for the outbound delivery? What is the significance of Route and Route Schedule in Transport Tab of Outbound delivery?  Please some one expl

  • ERS Run-Issue with MRER

    Hi All, While doing ERS Run through MRER ,getting error message: PO item contains an estimated price: cannot be settled. Could you please tell what is this error and how to solve it. Thanks In Advance Payal Saxena