Deep Link URL - Calendar (Monthly)

Hello,
Does anybody know how to construct a Deep Link URL so that when users click on that link it displays the Calendar to a specified month and year instead of the current? Let me explain further.
We've built a calendar page that loads the monthly view by default. We've incorporated filters in the monthly view so users can fine tune the events/info displayed. The administrators of the calendar (from time to time) build marketing collaterals such as eBlasts, Newsletters promoting certain events that have been entered into the system. - they use 'Deep Links' so they can be prescriptive about what users can view.
The problem is we can't work out how to load a month that is outside of the current month. So for the pruposes of this discussion, let's assume that today is the month of February, is there a way that APEX can load the month of April? Better yet, is there a way that we can load a specific target month and year view?
This is a example of the deep link we currently use: http://apacsalesenablementcalendar.oraclecorp.com/pls/apex01/f?p=134:27:::::P27_X_COURSETYPE:CDT Oracle Policies and Contracts
The "P27_X_COURSETYPE": is the search/filter item and "CDT Oracle Policies and Contracts" is the variable that is being queried
The ver of Application Express is 3.1.0.00.32
Cheers,
Glenn
Edited by: Glenn Maramara on Feb 11, 2013 11:59 AM
Edited by: Glenn Maramara on Feb 11, 2013 12:00 PM
Edited by: Glenn Maramara on Feb 11, 2013 12:01 PM

Hi Glenn,
Take a look at this http://insum-apex.blogspot.nl/2008/07/apex-calendar-enhanced-behavior.html
Kees Vlek

Similar Messages

  • Is it possible to get explicit parameterized URL by deep linking?

    Dear All
    i am working on ADF BC and jheadstart. in my app, i want to produce explicit paramterized URL for use to get access to particular record in the database table. i.e. if .../faces/pages/Library.jspx is appended with ?id=5 and put in a browser, user will get the page that shows the record where id=5.
    i studied the 'deep linking' and found out it worked for a link in a page but no explicit URL can be found. can someone point out a solution for me? thanks!
    regards
    Jerry

    Hi Jerry,
    You could change the Enable Deep Linking Expression to also use a request parameter instead of looking at the JSF navigation outcome. You could then deeplink to a page using a url like.../faces/pages/Library.jspx?deepLink=true&id=5.
    For an example see the JHeadstart blog post Fusion Cooking at http://blogs.oracle.com/jheadstart/2007/03/07#a143.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • IR (interactive report) Rows found: 1 + No data found on deep linking

    I am using a deep linking to a page with interactive report on it with following URL: http://...../f?p=my_app_id:target_page::::target_page:param1, param2:param1_value, param2_value
    After login, I arrive on the page wit "No data found" message in the report region.
    Clicking on "Session" link, I see that app/page variables are set. Passing in debug mode, I see"Printing rows. Row window: 1-15. Rows found: 1" right before "No data found" message.
    If I use the select with values, I get several lines of result.
    has anyone fell on this problem and solved it?
    Igor

    OK, solved :o)))
    Inside the package function returning URL to call, I insert a row into the table to query and I return its sequence number. The function is launched by an application outside APEX.
    So, if I don't make commit immediately before returning URL, APEX sees nothing.
    I have added a commit before returning from the function and now everything is OK.

  • How can I properly embed deep links that contain http: twice

    Hi,
    We have an online bookstore where we need to embed deep links to a booktopia page. I have tested the links given to us by the affiliate program (DGM performace) and they work perfectly but when I embed them into muse and hit publish they give me a server not found page.
    http://academyhypnoticscience.businesscatalyst.com/academy-bookstore.html
    I have established that this seems to be an error in the way muse is interpretting the link (or maybe business catalyst) as the link I paste into muse is:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%3A%2F%2Fwww.booktopia.com.au%2Ftrancework-an -introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%2Fprod9780415952590.htm l
    but when I click on the link on the website (on the image of the first book) I get this:
    http://http%3a%2f%2fwww.booktopia.com.au%2ftrancework-an-introduction-to-the-practice-of-c linical-hypnosis-michael-d-yapko%2fprod9780415952590.html/?clickid=yV0WHZyIfUJsUl0wAFyspSG PUkW3tATpbw2qTw0
    and when I right click on the image and copy the link location I get this:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%253A%252F%252Fwww.booktopia.com.au%252Ftranc ework-an-introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%252Fprod9780415 952590.html
    Any ideas?
    Cheers,
    Tina

    You can't have two http in a URL. Why do you have two? Try taking one out.

  • Error while link from calendar to report

    Dear,
    Now I try to link from calendar to report. In the SQL Query
    step of the calendar build wizard I've input as follows:
    select
    c.cal_date the_date,
    c.cal_title the_name,
    'PROJECT.CAL_RPT.show_parms?
    p_arg_names=_tab_calendar_cal_id_cond&p_arg_values=%
    3D&p_arg_names=tab_calendar.cal_id&p_arg_values=' || C.CAL_ID
    || ' ' the_name_link,
    null the_date_link,
    null the_target
    from project.tab_calendar c
    order by 1
    But when I click link in calendar, the browser was shown
    that "The page cannot be found HTTP 404 - File not found
    Internet Explorer".
    Why this link is incorrect? Please help me.
    Thank You
    sirin kittichotpanich

    hai eide...
    this is javascript ok..
    i am also having the same problem
    in plsql procedure anyway...
    write this script into javascript event handler 'OnClick' ok
    function open()
    window.open('url','mywindow','width=100,height=100,scrollbars=yes,resizeable=yes');
    open();
    it should work...
    regrds
    hai

  • Deep Link (FSP_AFTER_LOGIN_URL) Not Working in APEX 4.1

    Hi all,
    We recently migrate from APEX 3.2 to 4.1. The deep link (FSP_AFTER_LOGIN_URL) does not work.
    We have two applications, say 100 and 200. Application 100 is the central login application. Application 200 refers to application 100 for authentication. Both applications share the same cookie name.
    When accessing via http://..../f?p=200:1, the request is redirected to application 100 login page. This is the expected behavior. However, after login, the APEX doesn't take us back to 200:1. It goes to the app 100 home page.
    Do any of you have the same issue?
    Thanks,
    Avon

    Looking forward to 4.1.1 !
    In the meantime, the solution above seems to work just fine when the deep link includes just a App ID, APP PAGE ID, even a clear cache set of pages.
    What would be the best method for also putting into the Login Link Item Values that are passed from deep link as I don't think they get set from the URL.
    In your example, if the link also contained item name/value combinations I don't think the following will work.
    Original URL : f?p=300:3::::::P3_ITEM1,P3_ITEM2:123,ABC
    and the Login URL is:
    f?p=970:101:&SESSION.::&DEBUG.::FSP_AFTER_LOGIN_URL:/f?p=&APP_ID.|&APP_PAGE_ID.||NO||P3_ITEM1,P3_ITEM2|&P3_ITEM1.,&P3_ITEM2./
    Final URL: f?p=970:101:<session#>.::NO::FSP_AFTER_LOGIN_URL:/f?p=300|3||NO||P3_ITEM1,P3_ITEM2|, < No Values here>
    as P3_ITEM1 and P3_ITEM2 don't get set to pass them along to the authentication application.
    Any thoughts?
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Number of days in the calendar month

    Hi All,
    How can i get the number of days in the calendar month in Bex reporting.
    Thanks,
    Gana

    Hello,
    Please go through the following links.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f119d9-922d-2c10-88af-8c016638bd90
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f002c608-2533-2c10-25a1-d0e7f7b5b662
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10fc4382-afa6-2c10-1380-fa224fe4324f
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0fefc77-40e3-2c10-8da3-d4bfcb013387
    Thanks.
    With regards,
    Anand Kumar

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • Deep Linking in flex2 sites

    Hi,
    I am looking for incorporating deep linking into my site
    which is developed using Flex2.0 and AS3. I searched in google and
    found SWFAddress2.0(an open source by Asual). I tried to go through
    the samples and docs ,but i was not able to find a good sample code
    demonstrating the SWFAddress2.0 properly.So can anyone please post
    a good sample or link for SWFAddress2.0.
    Thanks in advance.

    Hi Eddie,
    It seems not possible to use deep linking. I think (just a guess) that when a session ID is missing, you're redirected to the home page (and the session ID is generated there).
    You could try to generate an APEX Session ID and add that to the URL (when clicked). See How to create an Apex 3.1 a session context programmatically? on the how-to.
    Whether this an intentional feature or not...I don't know. You should ask the powers that be (you know them I think).
    Roel

  • Deep linking questions

    I have pages in an app that i want to link to from a non apex site. I want the user to log in to apex app and then automatically go to different pages based on the original link to apex. I also want to pass apex login page a value through the link. The value will be stored in an application item named GS_VAR.
    The following link works fine. GS_VAR has the value of 'PASS' in page 101.
    http://apex.oracle.com/pls/otn/f?p=F45196:101:::::GS_VAR:PASS
    The following link does not pass the value to GS_VAR in page 101, however, when it gets to page 2 the value is set correctly.
    http://apex.oracle.com/pls/otn/f?p=F45196:2:::::GS_VAR:PASS
    Only the link to the login page itself gets the value in GS_VAR set in page 101.
    It seems that when I do deep linking to a page other than 101 the app does not set the application item GS_VAR until after you log in. The problem is i always need the the value of GS_VAR set in page 101 for login processing. Is there a workaround for this?
    Thanks
    Rob

    Rob,
    You want a value set in session state before a session has been established. The session assignment for the request doesn't get settled until after authentication. When you pass the value directly in a request to page 101 (essentially a public page), it does set the value in the current session but that's no guarantee that the final session assigned will be the same one -- and if it isn't the value won't be accessible on the after-login page. What you might do is create a before-header process on page 101 to parse the URL (owa_util.get_cgi_env('QUERY_STRING')) and look for the item name/value. If you find it then you can set session state in that same process and hope the session ID doesn't change on you (which it usually doesn't).
    Scott

  • Deep Linking between applications

    I've asked about this before but my problem is a little different this time.
    I have multiple projects (jpr) with an app def file in each one of them so they are all separated into different folders. I have setup the projects so that there is a main project that is dependant on all the others. I can change the URL to go to any of my projects this way. I want to setup deep linking so that it will deep link from one project into another.
    Do I need all the page defs in one common folder for this to work and also is it possible to get JHS to point to a pagedef folder outside its current project folder?
    Bar

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • SWFaddress deep linking between multiple mcs

    I am using SWFaddress deep linking to create a URL history in
    my website.
    When I load a swf into a new level, the history sequence is
    broken. Is there a way I can have different levels 'talk' to each
    other to create a seamless history chain?
    The Actionscript in the first frame of my button on _level20
    is:
    this.deepLink = '/services/';
    this.onRelease = _parent.btnRelease;
    this.onRollOver = _parent.btnRollOver;
    this.onRollOut = _parent.btnRollOut;
    stop();
    The Actionscript in the first frame of _level10 is:
    #include "SWFAddress.as"
    function btnRelease() {
    SWFAddress.setValue(this.deepLink);
    function btnRollOver() {
    SWFAddress.setStatus(this.deepLink);
    function btnRollOut() {
    SWFAddress.resetStatus();
    SWFAddress.onChange = function() {
    var value = SWFAddress.getValue();
    if (_currentframe == 2 && value == '/') {
    play();
    } else {
    var frame = _currentframe;
    gotoAndStop('$' + value);
    if (frame == _currentframe) {
    gotoAndStop('$/error/');
    return;
    SWFAddress.setTitle(formatTitle(value));
    Many thanks

    Instead of _parent
    use _level0 / _level20

  • Deep linking not working in Flex 4

    Deep linking is working in Flex 4 (using Flash Builder) when I debug and run the application, but not when I do an export release build.
    So I tried using the files from the bin-debug directory, and noticed that deep linking only works when the files are in the bin-debug directory. If I move them from there, they don't work.
    And to make things worse, my Flex 3 builder is not generating the HTML wrapper when using the Flex 4 SDK and deep linking. So I am screwed in every way. I really need help to get my app launched. It is finished, but stuck on my computer.
    Is this a know problem? Thanks very much for any help.

    If anyone run into this poblem, I just figured out half the problem. The javascript file (history.js in the history directory) only checks for url with (http://), so if you are testing and in your browser you have file://loc_of_html_file, then it will not work.
    On the other hand, my next problem is still unresolved:
    Flex Builder 3 is not generating the HTML wrapper when using deep linking AND with the Flex 4 SDK.
    Thanks.

  • Achieving deep link in ICSS for a business transaction

    Hello Experts,
    Whether SAP supports the deep link option like,
    Is it possible for the user to directly navigate to a CRM transaction Id (Ex.service ticket no.) via an email content after login.
    I tested the URL generated in history section of SAP standard ICSS B2B application. It logs in to the application normally but how can we directly take the user to view the Service ticket in this case.
    If anybody has done this kindly share the way you've implemented.
    Your inputs would be highly appreciated.
    Thanks,
    Senthil.

    Created a custom class & achieved by passing the transaction id

  • Mac OS X - deep links in youtube not working, fast forward not working

    Specs: Mac mini 1.66 Intel Core Duo, OS 10.6.8 Snow Leopard, Flash 11.1.102.64
    Adding, for example #t1m30s, to the end of a youtube url does nothing, videos always start at the beginning. Yes this is an older computer but deep linked youtube videos work fine in Firefox but not Safari. I have another Mac Mini slightly newer, a Mac mini 1.83 Intel Core 2 Duo with same software specs and deep links work fine on it.
    Also I can't seem to drag the marker anymore. Very frustrating.

    While you might get an answer from someone here (I'm interested in knowing too, I run into the drag problem from time to time) I think you'll have better luck over on YouTube's forums.
    Chris

Maybe you are looking for

  • Problem in loading images when i am connected on company network

    Hi friends, I am using firefox since last 4 months on my windows 8 pro laptop.but since last month I am facing problem in loading images when i am connected on company network but same time it is working fine with ie10. But all these thinks are worki

  • Can't open ai doc from flash drive.

    Hello. I run CS3 on my Mac, but have CS4 running on a PC laptop. Last night, I was working on a few ai files that I originally created on my Mac (in CS3). I had no problems with the files and saved them all directly to my flash drive. When I tried to

  • Airport Express not working with Time Capsule

    I replaced a NetGear wireless router with a new Time Capsule. After some trial and error I got everything that was hanging off the NetGear - 2 x TiVo machines, printer, extra ports for business laptops - working except my "old" Airport Express unit t

  • 802.1x authenticate computer only

    Hi all, I have an 802.1x network at work (AD Domain) and I want to use certificates (TLS). I can get Machine/computer certificates on OSX, but I only want to use computer authentication. For those who know Active Directory, its the equivalent GPO set

  • My Macbook is 10.5.8.  How do I upgrade to the latest version?

    I need to load a marine navigation software onto my macbook but it has to have 'at least' a version 10.6 or higher.  How do I update this??