Adding a custom link to an Application OAF page

I need to add a custom link to a standard OAF page, this link should launch an application which requires a log in.
Can I add this link through personalization.
If I add this link through personalization, how do I pass parameters to this application which allows us to implement the Single Sign on. We will have single sign on turned on for the eBusiness suite and the other application.

If your Single Sign On is configured, you should be able to navigate directly to the Page. Adding a link through personalization is not a problem. Parameters could be included in the URL itself(you might need to check on security).
But I am not sure how much would your third party application would integrate with Oracle. Kindly try passing information through URLs and check out the behaviour.
Sumit

Similar Messages

  • Error thrown when a link is clicked in OAF page

    Hi all experts,
    In OAF, based on a query, i am populating the rows in table.
    One of the columns is made as a link to a standard OAF page. The link is given below.
    Link 1: OA.jsp?OAFunc=PO_ORDER&PoHeaderId={@PoHeaderId}&PoReleaseId=&retainAM=Y&addBreadCrumb=Y
    When i click on that link its showing the following error :-
    *"You have insufficient privileges for the current operation. Please contact your System Administrator"*
    But instead of that if i give the following link (Link 2, after making a slight modification to Link 1). I am getting a page somewhat similar to the desired page. But is showing some unwanted data also.
    Link 2: OA.jsp?OAFunc=POS_VIEW_ORDER&PoHeaderId={@PoHeaderId}&PoReleaseId=&retainAM=Y&addBreadCrumb=Y
    Can someone help me to make out the problem with the first link.
    I need to use Link 1 only in my page.
    Regards,
    Joe

    Hi Joe,
    Through System Administrator :--
    Function --> Menu --> Responsibility --> User
    Attach this function to current user.
    It will work!
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                               

  • Adding a button/link in the portal logon page

    Hi,
    I am new to the portal related things. I am a web dynpro developer and familiar with the Java coding.
    Now, i got a requirement to modify the portal logon page as below:
    Need to insert one extra button/hyper link to reset the password.
    when user clicks on this button, i need to call an RFC in R/3 by passing the entered user name. That RFC will generate a new password and send a mail to the respective email address(maintained in a custom table in R/3 itself).
    If the user-id is wrong i need to show the error message returned from the RFC.
    If the return-code of RFC is success, then need to show an information message conveying that the password reset was successful and refer to your mail inbox.
    Please suggest me the best approach on this scenario.
    I already imported the PAR file for logon page and can see the project in NWDS.
    Note: we are using EP 7, NW2004s and R/3 is ECC 5.0
    Thanks & Regards,
    Kiran Chennapai

    The Funktion Prem is suggesting can be turned on/off through the UME Properties which can be changed through the Config Tool.
    More help under : http://help.sap.com/saphelp_nw04/helpdata/en/0b/50ad3e1d1edc61e10000000a114084/content.htm
    Regards,
    Kai

  • Hide 'Home Logout Preferences....' links in a OAF page.

    Hi guys:
    I need to develop a customization as following: Add controlling logic on a standard OAF page's button before
    submit, if the data cannot pass the check logic, it will open a new window and show the failed data.
    now , I have customized a new OAF page to display the failed data , and personalized the controller class of the
    standard button to open the new OAF page in a new window. It works fine, but I want to hide the 'Home Logout
    Preferences....' links in the new OAF page.
    how to setup it? is there any profile can be used to hide the links? I know Diagnostics ,Personalize can be hidden
    by profiles.
    thanks a lot!
    David

    Hi,
    I tried the same code. I am getting the following error. Could anyone help me how to solve this error?
    Error(74,1): class OAGlobalButtonBarBean not found in class XXX.oracle.apps.po.requisition.webui.CustomPageCO
    I am new to OAF. Looking for some help.
    Thanks
    Edited by: 803923 on Oct 25, 2010 11:10 AM

  • Adding a custom webpart to webpart page not a safe control issue

    When I am adding a custom web part to web part page I am getting below error as a popup. Plz help if any body resolved the same issue.
    Unable to add selected web part(s). (Web Part Name): A Web Part or Web Form Control on this Page cannot be displayed or imported.
    The type could not be found or it is not registered as safe
    Regards.
    Avinash.
    Avinash

    Hi,
    Here you go. This should help you.
    ow many times have you guys faced an issue like this ?"The type could not be found or it is not registered as safe." .To resolve this, make sure that you add safe controls around your web part assembly in web.config.
    <SafeControls>
    < SafeControl Assembly=”WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=abcdeddf23232″ Namespace=”Mywebpart.WebPart” TypeName=”*” Safe=”True” />
    < /SafeControls>
    The above ensure that your web part code is secured and wont let any anonymous users to access the web part.
    Happy SharePointing ;-)
    http://www.c-sharpcorner.com/Blogs/15024/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Is it possible to launch a form from an OAF page using OAF Personalization

    In R11, the Customer Standard form ARXCUDCI was customized to call a custom block from the Address screen. In R12 the customer standard form has become an OAF page. We have decided to create a custom form for the custom block using Oracle Developer. However we need a mechanism to call this custom form from the Customer Standard OAF page.
    My query is if it is possible to call a custom form from an OAF page using OAF personalization only (i.e. without directly customizing the code of the OAF page)
    Thanks
    Sanjay

    Dear Apurba,
    I have made some progress.
    I have open the Customers OAF Page, queried a customer, selected a site and opened it.
    Then chose Personalize "Account Site Address"
    There I added a Button on the Header Address level
    ID=XXTVL_LASSY_BUTTON
    Populated the Additional Text and Prompt properties.
    Also set Destination URI=form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU.
    The button is now showing in the address page, and when I click on it it opens the seeded Menu form.
    I now have to create the custom form and set Destination URI to the Custom Form.
    I am also aware how to add parameters to Destination URI.
    But could you let me know how to read the value from a OAF page form field and reference it in Destination URI.
    I need the value of PARTY_SITE_ID of the Address OAF page.
    Alternatively, the Site Number is displayed on the OAF page. If I can read it that will also do. I can use the Site Number in the custom form rather than PARTY_SITE_ID
    Thanks
    Sanjay

  • Calling a form from OAF Page

    One of my client is currently trying the following based on the instructions on page 331 of the "Oracle Application Framework Developer’s Guide Release 11.5.10 RUP4 July 2006".
    To open a D2K form from an OA Framework page ->
    Trying to pass a parameter to the form. When they use a hardcode value like:
    form:CSS:CUST_SUPPORT_US1_USER_ERGO:STANDARD:XX_XXTRFRMA:P_INCIDENT_ID=162498
    The form opens correctly and there are no errors. But when the client passes a value from a field on the OAF page like:
    form:CSS:CUST_SUPPORT_US1_USER_ERGO:STANDARD:XX_XXTRFRMA:P_INCIDENT_ID={@IncidentId}
    They get the UTIL-PARAM STRING ERROR
    Forms currently being used is 6.0.8.28.0 with PATCH 8888184

    Hi all,
    I have a Personalized Button, my button call a customized form (with a parameter named TAINV_PARAM). Function of customized Form is TAINV_FORM
    In OAF page, I have a text, it's values is 'TAINV', it's ID is VALUES_ATTRIBUTE (you can show source code in browser).
    In Destination URL of Personalized Button, fill code to call Customized Form:
    *javascript: var v_get_value=document.GetElementById(VALUES_ATTRIBUTE).innerHTML;openWindow(top, 'OA.jsp?OAFunc=TAINV_FORM&TAINV_PARAM'+v_get_value,null, {width:750, height:550},false, 'dialog', null);void(0);*
    Regards,
    TAINV

  • Look& fill is not right in IE and Chrome for OAF page

    hi all,
    I have some doubts:
    1.I have added one custom RN to one oracle standard page. it is working fine in Google Chrome browser but the look & fill is not coming right in IE.
    2. I have 4 dropdown lists in my RN, when i will select any values from them PPR should fire..it is working fine but first the validation on the standard page is firing then only my cutom RN is coming.
    I hav etried by changing: super.processRequest and super.processFormRequest methods up and down....even i have removed this methods from my custom CO but still the standard page validations are firing first, please suggest me how i can supress it.
    Thanks in advance
    Mahesh

    Hi all,
    This problem is solved...it is strange in OAF.
    I just changed the id to some other name and imported the page....it is working
    Thakns all

  • Throwing Error on the OAF Page

    Hi All,
    I have a requirement to throw an error message in the OAF page.
    I have added a new region in the standard OAF page. In that region controller, am checking one condition. If that condition fails i have to throw an error message in the OAF page.
    I am using the following code:
    throw new OAException("EGO","XXAT_FILE_ALREADY_EXIST",null,OAException.ERROR,null);
    But am not able to get the error message in the page.
    Kindly please help me in resolving this issue.
    Many thanks in advance.
    Kind Regards,
    Myvizhi

    Hi Sushant,
    I have created a custom region and attached that into a standard page. Now am trying to throw the error message in the standard page from the region controller.
    I tried all the following ways, In this if condition is true this should throw the error message.
    try
    if( a3 != "-1" && lineflag[a].equalsIgnoreCase("Y"))
    throw new OAException("EGO","XXAT_FILE_ALREADY_EXIST",null,OAException.ERROR,null);
    catch(Exception e)
    Context.writeDiagnostics(this," Exception in enabling error message : ",OAFwkConstants.STATEMENT);
    try
    if( a3 != "-1" && lineflag[a].equalsIgnoreCase("Y"))
    OAException oaexception = new OAException("EGO","XXAT_FILE_ALREADY_EXIST",null,OAException.ERROR,null);
    pageContext.putDialogMessage(oaexception);
    catch(Exception e)
    Context.writeDiagnostics(this," Exception in enabling error message : ",OAFwkConstants.STATEMENT);
    if( a3 != "-1" && lineflag[a].equalsIgnoreCase("Y"))
    String errorMessage = "This file already exists as a pending attachment";
    throw new OAException(errorMessage,OAException.ERROR);
    Kind Regards,
    Myvizhi

  • UTIL-PARAM STRING ERROR when calling a form from OAF Page

    Dear Experts,
    Can you please suggest, as we are getting the below error when we are calling a form from OAF page.
    "UTIL-PARAM STRING ERROR"
    We have created a button to call the same and the syntax used is as below.
    form:PA:OLNG_MOC_PROJECTS_ENGINEER:STANDARD:PA_PAXCARVW:PROJECT_NUMBER={@ProjectNumber}
    Thanks in advance,
    Satish

    Hi all,
    I have a Personalized Button, my button call a customized form (with a parameter named TAINV_PARAM). Function of customized Form is TAINV_FORM
    In OAF page, I have a text, it's values is 'TAINV', it's ID is VALUES_ATTRIBUTE (you can show source code in browser).
    In Destination URL of Personalized Button, fill code to call Customized Form:
    *javascript: var v_get_value=document.GetElementById(VALUES_ATTRIBUTE).innerHTML;openWindow(top, 'OA.jsp?OAFunc=TAINV_FORM&TAINV_PARAM'+v_get_value,null, {width:750, height:550},false, 'dialog', null);void(0);*
    Regards,
    TAINV

  • Urgent help needed -in customizing an OAF page --adding new button?

    Hi,
    We are currently implementing an OAF based oracle application.One of the requirements that the customer has is to display an additional button on the page button bar available out of box in an OAF page. This button needs to be enabled/disabled based on certain conditions. Also when the button is pressed a pl/sql api needs to be invoked. I know through personalization a new button can be created in the page button bar. But how do we handle the logic behind the button? Can we extend the page level controller?Will this survive future upgrades? If not then what is the alternative?
    Please help!
    Thanks!

    You can follow the thread Calling PL/SQL Procedure for pl/sql call from controller example.
    --Shiv                                                                                                                                                                                                                                                                                   

  • Adding custom link to UWL

    Hello Experts,
    I want to add a custom link to the UWL screen (near the 'Refresh' button in the attached picture).
    http://imageshack.us/photo/my-images/810/uwld.jpg/
    I opened the xml file and added the following lines in 'Actions' part of the 'DefaultView' view
    <Action name="help" handler="UrlLauncher">
    <Properties>
    <Property name="url" value="http://www.google.co.il"/>
    </Properties>
    </Action>
    but I can't see the link.
    My portal version is 7.01 SP7.
    What do I need to do in order to see the link?
    Thanks,
    Omri

    Hi Karri,
    For refresh I'm using
    <Action name="refresh" groupAction="" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onForceRefresh"/>
    </Properties>
    </Action>
    and it's working.
    But for a custom URL it doesn't...
    Omri

  • Adding Custom Links to right side of Blog

    How do you add your own custom links to the right side of your Blog?
    Using Leopard Server 10.5.5

    Well, you can edit the template files so all new users will have the same links in the Blogs/Sidebar above the Find By Date tag when that user is added to the wiki/blogs feature in Server Admin.
    Just adjust this file with a text editor:
    usr/share/wikid/lib/appletemplates/content_entrylisting.xsl
    add your hrefs above this line:
    <xsl:value-of select="../strings/Filter-by-Date"/>
    Save the file and add a new user to the wiki/blog in Server Admin/Web settings. All new users will now have the links you added above the Filter by Date text in the sidebar.
    I have not been able to figured out how to adjust current users but will let you know once I find something.
    Regards!
    Message was edited by: spraguga

  • Adding the view Link to Application Module

    Hi Guys ,
    How do we add a view link to a Application Module
    i followed the instructions in dev guide but its aint working for me .
    Thanks
    Tom...

    Tom,
    The procedure you have followed is the correct one. So do you mean that when you do the shuttle, nothing happens in the data model window? Any message or warning?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                       

  • Adding Custom Link in Masthead

    Hi,
       How can we add a custom link in the Masthead iview in CE7.1
    Thanks & Regards,
         Sudhir

    Hi Sudhir,
    Copy that file "com.sap.portal.navigation.masthead.par.bak" for you PC.
    You can find in
    \usr\sap\<SID>\JC<Intance Number>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    Remove the .bak of that file
    Open the Developer Studio
    Open the Enterprise Portal Perspective
    File --> Import  --> PAR File --> Next
    In "Archive File Name" select the "com.sap.portal.navigation.masthead.par"
    Project name: set the project name (ex: com.your company.portal.navigation.masthead)
    Recommend not use the standard name.
    Copy the file "com.sap.portal.navigation.masthead_core.jar"
    you can find in
    usr\sap\<SID>\JC<Intance Number>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.navigation.masthead\private\lib
    In Developer Studio
    Put this file in
    \dist\PORTAL-INFO\private\lib
    Good Luck
    Eduardo

Maybe you are looking for

  • Upgraded to IPhoto 6:  Crashes and missing photos

    Recently upgraded to IPhoto 6. I've had all previous incarnations of Iphoto and never had any issues up until now. After install, I was prompted to "rebuild my thumbnail cache", which I did. It crashed halfway through and I sent a note to Apple. Trie

  • Pages files that are emailed to me - cannot open

    When someone emails me a pages file, I am getting an error message:  "filename.pages" can't be opened. Sender and myself both using Pages 5.0.1 Thanks!

  • ECC 6.0 failover problem

    Hi, I have also installed ecc 6.0 in Aix 5.3 with oracle 10G. We have 2 physical servers and in one server i have installed both the CI & DB instance and in another server i have installed the application server(dialog instance). and it is also a fai

  • Access to Internet Routing Entries

    Hi! I know that list of structures ire_t contains routing information of host. But where is the head of this list? What is it's name? Maybe somebody knows. My idea is to get IRE list's head and find entry that contains default gateway. One thing else

  • Exporting Captivate 4 for DVD usage

    Is there a way to preserve user functionality (SWF features) for export to DVD? I need to be able to allow the user to view (click-through) the presentation at there own pace - will the AVI export provide this functionality? Please advise.