Want to create a link on seeded page which can pass the values of LOVs

Hi,
I have a seeded page.. and i want to create a Link on the page which will redirect to new custom page...
When user clicks on the link, the values of some LOVs should be forwarded on the custom page......
I created a link through personalization... But I have doubt about how to attach the values of LOVs through url....
Is it possible to do the same???
Thanks in advance,
Kaushik

Thanks Pratap,
Yes the LOVs are created through personalization....
Since i dint want to touch the code... so i created everything through personalization.....
The only problem now is to get the values of these LOVs in URL....
Is there no other method other then extension to do this???
Thanks,
Kaushik

Similar Messages

  • Webapps.  How can I create a link to a page instead of showing the details-view

    I want my client to define what page a webapp shall point to in list-view, instead of showing the  details view, but I cant figure out how.  I have tried this, but it seams that tags don't work inside links:
    <a href="{tag_my_custom_link}">{tag_name}</a>
    .. does any one know how to do this?

    The problem is the format of your tag.  If your field name in the web app is "My Custom Link" then your tag is {tag_My Custom Link} (note the spaces).
    Cedric is right though, make sure the field is a textfield and not a hyperlink field in your web app.  If you use BC's new "Develop" tab up top you can navigate to your web app detail layout in /Layouts/Web Apps/<yourwebapp> and find "list.html".  Then, you can use the toolbox on the right (click the data tab) to insert tags without having to guess.  You can choose your custom field and insert the tag.

  • Help Creating A Link In An IR Report Passing The Value From A Different Col

    Version 4.0.2.00.07
    Hello,
    I have an Interactive Report with a column that I need to create a link on but I need to pass the value of another column.
    This report shows the Features of a particular Release. There is a select list for the Release that is selected and executes the report.
    There is a column that indicates whether the Feature has a Commitment attached to it. If there is have that a link to another report that shows all the Commitments for that Feature by passing the FEATURE_ID which is also a column on the Feature report.
    Query:
    SELECT
          ,CASE WHEN ft.feature_id IN (SELECT cc.feature_id
                                       FROM customer_commitments cc
                                       WHERE ft.feature_id = cc.feature_id
                                      ) THEN 'Yes' ELSE 'No'
           END "Commitment Exists"
              ,ft.feature_id
    FROM ....If "Commitment Exists" has a 'Yes', the 'Yes' is a link that will pass the FEATURE_ID to another report that will show the Commitments for that Feature. If the "Commitment Exists" has a 'No' then no link.
    I was also wondering if the Commitment report could open in a seperate window and make it modal?
    I hope this is clear and someone could help me.
    Please let me know if it's not clear or more information is needed.
    Thanks,
    Joe

    To accomplish this I would build the link as part of the value. So if Yes the Yes itself would be a link, if No is simply text as today.
    It would look something like this:
    SELECT
          ,CASE WHEN ft.feature_id IN (SELECT cc.feature_id
                                       FROM customer_commitments cc
                                       WHERE ft.feature_id = cc.feature_id
           THEN
            '<a href="f?p=&APP_ID.:NEW_PAGE:&SESSION.::::Pn_FEATURE_ID:' || ft.feature_id || '">Yes</a>'
           ELSE
            'No'
           END "Commitment Exists"
              ,ft.feature_id
    FROM ....One problem with this approach is when you export the report (as a CSV for example). There are a few ways to handle this, one is to simply duplicate the column with clear text yes and no and set this column to be included on export and only visible on export. The other column, with the link, set it to no export.
    The other option is to add another condition on the REQUEST value.
    SELECT
          ,CASE WHEN ft.feature_id IN (SELECT cc.feature_id
                                       FROM customer_commitments cc
                                       WHERE ft.feature_id = cc.feature_id
           THEN
                  decode(:REQUEST, 'CSV', 'Yes'
                , '<a href="f?p=&APP_ID.:NEW_PAGE:&SESSION.::::Pn_FEATURE_ID:' || ft.feature_id || '">Yes</a>'
           ELSE
            'No'
           END "Commitment Exists"
              ,ft.feature_id
    FROM ....It seems that the link itself is getting replaced with a #. The link would look something like this:
    'f?p=&APP_ID.:NEW_PAGE:&SESSION.::::Pn_FEATURE_ID:' || ft.feature_id
    Hope this helps.
    Oh and of course, in order for the link to display you need to change the Display Type to "Standard Report Column" otherwise the HTML will be escaped.
    Thanks
    -Jorge

  • How to create a hyperlink on a page which was created by using APEX_ITEM

    I have a page created by using the APEX_ITEM package and i also need to create a hyperlink which will take me to a report page based on the value i have passed.
    But as the page is created manually so the value i pass thru the link is not getting passed to the next page ,what is the best approach to solve this.I have tried using session state variable but do not know where to set the session state.Please Reply fast thanks.

    Hi ,i have created the sample application hyperlink test case
    http://apex.oracle.com/pls/otn/f?p=24505:1:1070026447399612::NO:::
    here when i click on the drill hyperlink i couldnt see any report based onthe item value i passed thru the column link ,this i suppose is due to the hyperlink is created by coding thru htf.anchor and now i want to pass the value of emp id so that the employee details page comes up for a particular employee .I think we can pass the value thru session state but how that i am not sure.I dont know if it works also . Please suggest the solution.
    the username to this application is [email protected]
    and password is testmycase

  • On click of Submit button, i want to forward to another mxml page and also pass the paramaters to it

    Hi,
    How can forward/load a new page in Flex 4.?
    On click of Submit button, i want to forward/load to another mxml page and also pass the paramaters to it.
    How can i do it.
    Thanks,

    Checkout popupmanager and public variables

  • How to create a link to web page (URL) to a billing document

    Hi,
    I have an urgent requirement of creating a link to web page (URL) to a billing document.
    I call the function module "GOS_EXECUTE_SERVICE" with :
    ip_service = 'URL_CREA'
    is_object-objkey = no billing document
    is_object-objtype = 'VBRK'
    is_object-logsys = 'BO'
    ip_rwmode = 'E'
    Then, I enter the title and the address.
    And, I have the message : "The attachment was successfully created".
    But when there's nothing in the attachment list of the billing document.
    (Tha table SOOD contains the record )
    If any one has some idea about his , how to achieve this functionality, can you please help me.
    Thanks
    Virginie
    geoge bush
    Posts: 6
    Questions: 0
    Points: 6
    Registered: 7/9/04
    Re: Attaching a file to a purchase Order from EP6 to R/3 4.6C
    Posted: Jul 13, 2004 2:46 AM      Reply      E-mail this post 
    Hi Somaraju,
    I am also looking for A CODE EXAMPLE TO ATTACH A DOCUMENT TO A AN sap OBJECT E.G. BUS222 AND ISUACCOUNT.
    IF YOU'VE AN Example code that you can email me . it would be great.
    thanks for the help.
    geoge.

    Hey,
    If you are using Portal (not Framework), the below tag will do the trick
    <wcdc:userProfile id="profileUserLink" immediate="false" text="#{security.userDisplayName}" shortDesc="#{security.userDisplayName}"  xmlns:wcdc="http://xmlns.oracle.com/webcenter/spaces/taglib"/>
    -K

  • I have made an 8.5 x 11 flyer and want to create handbills, four to a page, with Photoshbe op or Ado

    I have made an 8.5 x 11 flyer and want to create handbills, four to a page, with Photoshop or Adobe Acrobat Pro. Waht do I do?

    Create a new document the size of the handbill 4-up {example if handbill is 3"X4" then the new document would be 6"X8" Plus an optional margin and bleed (don't forget to include the gutters between the handbills - The gutter is used for the opposite margin to make the white space around the individual handbill equal)}
    place the original document into the new document
    make sure the layers are grouped for easy moving
    Drag out guides from the ruler (make sure ruler is visible) - Make the guides for each edge of the page for the margin, 2 guides between where each document should be (both rows and columns) Readjust if necessary until it looks right
    Optional - Scale original document to fit the guides if necessary
    Alt drag the group to the next location
    Repeat 6
    I can't make it any more or less detailed without see something from your screen, when in doubt post screen shots

  • I want to create a link (or a button)

    I want to create a link (or a button) from a cell in one sheet in a spreadsheet to another cell in a second sheet in the same spreadsheet. Some people call it a Hyperlink in Excel. So what happens when you click on the cell in the 1st sheet it takes you to the specified cell in the second sheet.  Does anyone know how to do this? Or is there a way to do this.
    I am using Numbers V3.2
    And my operating system is osx 10.9.3

    Numbers can only (at this time) link to URL (on the internet) or a file on your computer NOT an anchor in the document.  There are not buttons in Number on Mac OS X.
    You can post feedback to Apple using the menu item "Numbers > Provide Numbers Feedback"
    SGIII posted an Applescript to jump between sheets so maybe a quick search for that would help you script this behavior by jump to specific text (anchors):
    see here:
    Table navigation
    .  You may also be able to use search if you leave text like "ANCHOR_JUMP1" and "ANCHOR_THING2".  Then you can search for "ANCHOR"

  • Learning Path Link on Seeded Page

    Hi Gurus,
    In OAF,On a seeded page say Page1 one link is availabe which is specific to one Learning Path.
    When i click on that Learning Path's link it is redirecting me to a page say Page2 where it gives the list of different Learning Paths (including Learning Path of Page1) with a link for each Learning Path.
    If i click on that Learning Path's link it takes me to a page say Page3 where it gives the details of that perticular Learning Path.
    The requirement is , If I click on an Learning Path's link on Page1 ,it should redirect me directly to Page3 ( Skipping Page2 ).
    How can it be achieved?
    Please help!!!
    Thanks,
    Srinivas
    Edited by: SrinivasChanda on Aug 20, 2009 11:36 PM

    Yes you can pass the parameter also.
    Example :---
    OA.jsp?page=/<yourname>/oracle/apps/ak/employee/webui/EmpDetailsPG&employeeNumber={@EmployeeId}&employeeName={@EmployeeName}&retainAM=Y&addBreadCrumb=Y
    Read more in exercise Exercise: Drilldown to Details Page in OAF Tutorial.
    JDevInstallDirectory:\jdevdoc\WebHelp\toolbox\fwktutorial.htm
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I want to create and link web ads to website using indesign any suggestions?

    i want to create and link web ads to website using Indesign any suggestions?

    Ok I am just a designer. I know how to create web ads but linking/uploading these ads is not part of my job description. My boss asked me to create and manage the ads for our current website thru In design. Is there a way to do this? Or do I need to buy a program like muse?

  • I am trying to pass the value of a field from the seeded page /oracle/apps/

    I am trying to pass the value of a field from the seeded page /oracle/apps/asn/opportunity/webui/OpptyDetPG. The value I want is in the VO oracle.apps.asn.opportunity.server.OpportunityDetailsVO and the field PartyName.
    I have created a button on the page whose destination URL is
    OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName={#PartyName}
    It opens the correct page, but in the URL it shows this
    http://aa.com:8005/OA_HTML/OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName=&_ti=1897289736&oapc=177&oas=x5E2TIfP1Y0FykBt1ek4ug..
    You can see that &CustName is not getting the proper value. Do I need to do something different?

    You cannot call the form with OA.jsp . This is applicable only for OAF based pages registered as a function.
    For calling a Form, use the below example:
    You have to change the application responsibility key and form function name .
    "form:PN:PN:STANDARD:XXPNTLEASE:QUERY_LEASE_ID={@QueryLeaseNumber}"
    Regards,
    Sudhakar Mani
    http://www.oraclearea51.com

  • HT2534 i want to create an appleid and i dont have credit card. the instruction that you discribe at the top is not working in itune 11.1.3 and iphone 5s. what should i do

    i want to create an appleid and i dont have credit card. the instruction that you discribe at the top is not working in itune 11.1.3 and iphone 5s. what should i do

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple.
    You need to follow, exactly, the instructions on that HT2534 page when creating an account (the instructions won't work with existing accounts) - I've just tried it and I got the 'none' option.
    e.g. on my computer's iTunes I logged out of my existing account, found a free app in the store and clicked on its free 'price' :
    I then clicked on 'create Apple id' on the popup :
    Agreed to the terms, filled in my details, and got the 'none' option on the payments screen :

  • Build a blank/other type of page which can show links to other pages

    Can someone please tell me how to build a blank/other type of page which can show links to other pages? I mainly want a page to show 3 links, once someone clicks on it, then it will go to a specified page. I tried using URL, but that did not work. Any advice is greatly appreciated. Thank you very much for your help in advance.
    -Grace

    Do a region (probably a HTML-based one is fine), enter in the HTML for your links, and that should be it. What didn't work about this?
    Your links probably should appear like this in your coding (use substitution variables):
    f?p=&APP_ID.:3:&APP_SESSION.
    In the above example, "&APP_ID." will resolve dynamically to the application ID that you are in, "3" is page 3 (change this to whatever page you want the link to be), and "&APP_SESSION." is the existing session number (if you don't include this, the user will receive a new session ID if the destination page is public or will be intercepted annoyingly to log in and get a new session ID which you probably don't want).
    Do not include the full http path. Just start with f?p... and everything is assumed to be relative to Apex on the current environment.
    Those are effectively the minimum requirements for a URL in Apex to go from one page to another in an app. You can add to that the additional URL parameters for Request value, Set items with values, clear cache, reset pagination, etc. if you need to. Check the Apex online help under "understanding URL syntax" for details on these.

  • Hi, can anyone tell me if I can have more than one iTunes account on the same PC. I've just bought my wife an iPad2 and want to create a separate account for her. Can I do that on the same PC as mine?

    Hi, can anyone tell me if I can have more than one iTunes account on the same PC. I've just bought my wife an iPad2 and want to create a separate account for her. Can I do that on the same PC as mine? Thanks.

    I would advise that you not set up a second Apple ID. It's really not necessary - having two Apple IDs won't affect how iTunes works with your iPads - and will just complicate matters. Each iPad will be treated independently and can be set to sync only the items you want on that particular iPad. If you really want to keep the two iPads separate, set up different iTunes libraries and have only those items you want on the related iPad in that library, rather than a different Apple ID. If you plan not to use a computer and just download directly to the iPads, you can again choose what apps and content each iPad gets.
    But answering your specific question, you can have content from up to five iTunes Store accounts on any one computer or iPad. To create a new iTunes Store account, you'll need a different email address, and from there you just create the account the same way you did the first one.
    Regards.

  • How do I remove iMessage "sign in" box from my IPad "messages" screen. I don't want to create a new Apple ID but I can't close this box.

    When selecting the "Messages" sceen on my IPad, the iMessage "Sign in" box appears on the screen. I don't want to create a new Apple ID but I can't close this box which is preventing me using the normal text message screen. How do I get rid of this sign-in box?

    Yeah i have that same type of problem, sorta.
    I made my apple id today on my ipad 2 ios 6 update and i went straight to logging in on iMessage, i logged in, after reading i clicked next, i got the email to verify on my ipod so i verified but as it was still verifying on the ipad it went right back to the log in box. this repeated itself over and over, help?

Maybe you are looking for

  • Error when trying to do a video chat.

    Whenever I try to do a video chat I get an error that says that says there was a communication error. This is what was in it: Any suggestions? Thanks Date/Time: 2007-04-22 10:51:33.287 -0700 OS Version: 10.4.9 (Build 8P2137) Report Version: 4 iChat C

  • Downloaded ITunes 7.0.1 and now won't allow me to update purchased music

    My last post was extremely confusing so I'm trying to make it a little clearer. I downloaded ITunes 7.0.1 last night and after I did that I updated my ipod. As soon as I tried to do that, I got an error message saying "some of the items in the itunes

  • Import Package statement - Error

    I have read a thread at Developer Forum on Package - import statement erroe and saw the advice to compile the package by using the command: javac -classpath %CLASSPATH%;[your path to the risk classes] <source files to compile> I have done that and I

  • Photo and video problem

    Hi first post, just got a Z1 and loving it but I am having trouble viewing photos and videos. When taking a photo it shows it has taken on the camera screen but when you view in the album it is a black picture with a mountain on it. Also when I take

  • I cannot get sound through cable box after connecting apple tv

    I cannot get sound through cable box after connecting apple tv, any suggestions?