Sending a url parameter in web Access 2013 application

So we are using a sharepoint Access 2013 application form to enter in data that then uploads to a backend db. The form essentially is a series of reports with a report date and ID, etc. What we are trying to do is find a way to pass a url parameter that
will open up our Access 2013 site to a specific report.  Currently if you use the URL in the address box its just a default URL that would open up at the default page of our application.  We want it more precise so people don't have to click and
search for the specific report but that it just opens up to the report in question.  Does anyone know how to do this?  Please let me know if you need more information.

Effort to bump this up by giving more info:
So I have a sharepoint site with the url like this:
//Microsoft.445(various).sharepoint.com/reports/default.aspx#Tile=History
So this would take us to the Report site and go directly to the History tab of the page. For this example it would be a running list of reports from say the last month going back 5 years.  When you go to this site it defaults to the newest report
so say a report from July 31st and lets say it has a report id of 12335.  What I am looking to do is be able to go to a specific report id so lets say I want to give a link for people to go to a report from May 5th with a report id of 12201. 
You would think following simple language conventions I would be able to simply add in to the URL above an addition of &ReportID=12201   This does not work however.  I've also tried another example I saw in which you add in a where clause
so it would be an addition of Where==reported=12201  This also did not work.  Whenever I enter these in it still just defaults to the July 31st report.  I cannot seem to find a way to get it to go to a specific report. 
Any suggestions?

Similar Messages

  • Windows 8.1 pro Remote App crashes connecting to 2012 Remote Desktop Web Access published application

    Using 2012 Remote Desktop Web access to gain access to published applications. The workstation was a Windows 8.1 (home) upgraded to Windows 8.1 Pro with the Media Center add on. Launching the url to the login page for the RDW works fine. When the app is
    clicked on to launch the Remote App crashes. How do I get it to properly connect. Other Windows 8.1 pro workstations work. Although none were upgraded from the 8.1 (home) Here is the event.
    Faulting application name: mstsc.exe, version: 6.3.9600.16384, time stamp: 0x5215e2b5
    Faulting module name: ntdll.dll, version: 6.3.9600.17031, time stamp: 0x530895af
    Exception code: 0xc0000005
    Fault offset: 0x0000000000065e8e
    Faulting process id: 0xab4
    Faulting application start time: 0x01cf5f2ed029e83f
    Faulting application path: C:\Windows\System32\mstsc.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 21a471d6-cb22-11e3-8263-a0886933dd25
    Faulting package full name:
    Faulting package-relative application ID:

    More info.
    The computer is brand new HP.
    Windows 8.1 pro with media center
    processor Intel i7-4700mq - 12gig ram -64bit
    Full windows touch support with 10 touch points 
    The computer is connecting to a 2012 Server hosted on Microsoft's Azure platform. Trying to access applications hosted by this server with Remote Desktop Web services. The computer can RDP using just the mstsc.exe to other computers and to the server with
    no problem.
    The computer presents the following msg box  Body: Remote Desktop Connection has stopped working. I have tried the following to resolve this and narrow the scope:
    -Created a new user account for the computer with admin rights, rebooted and logged in as the new user.
    -Tried a different user account for the portal, that does work. The user does not show up as connected.
    -All MS updates were loaded.
    -Added these changes to the registry to keep alive the connection: HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Gateway\Transports\Rpc-----HttpKeepAliveTimeout=dword:00000001
    And HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client----RDGClientTransport=dword:00000001
    Loaded this update http://support.microsoft.com/kb/2919394/EN-US
    -Removed all printers
    -Removed Antivirus
    -Added the server to HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
    -Disabled everything in MSCONFIG startup
    -Ran sfc /scannow as administrator - no integrity violations
    Any suggestions?

  • Getting URL parameter in Web Dynpro when using iViews in netweaver portal

    Hello Everybody,
    I'm having the following issue:
    I created a WD-Application which would be accessed directly via URL with some parameters.
    Getting these parameters works fine using the logic from the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/2233b60c21072ce10000000a155369/frameset.htm
    Now I want to implement my WD-Application into the netweaver portal.
    My colleagues customized it that far, so that I can access the WD via a portal-link.
    The only thing is, that the logic getting the URL parameters from above does not seem to work in this context any more.
    Do I need different coding getting the parameters from the portal URL or is this a matter of missing "portal-customizing"?
    Any ideas in this matter are kindly appreciated.
    Thanks in advance and regards,
    Marc

    Hi Marc,
    I'm doing the same and it works fine.
    Here is my coding:
      DATA: lt_url_parameters TYPE tihttpnvp.
      data: ls_url_parameters type line of tihttpnvp.
    * Read URL Parameters
      wdevent->get_data( EXPORTING name  = if_wd_application=>all_url_parameters
                         IMPORTING value  = lt_url_parameters ).
      read table lt_url_parameters into ls_url_parameters with key name = 'MODE'.
      if sy-subrc = 0.
        case ls_url_parameters-value.
          when '1'.
          when '2'.
       endcase.
      endif.
    Check the following:
    1.) are you using the event handler "HANDLEDEFAULT" of your WINDOW to get the url parameters?!
    2.) in the portal iview with your wd application, the property "Application Parameters" has to be filled (in my example:  mode=1)
    If you need the value in the init method of your first view, you can store the parameter in an attribute of your component controler and read it in your view.
    Regards,
    Andreas
    Edited by: Andreas Leis on Jul 14, 2009 11:05 AM

  • Force Day View of Calendar Published from Outlook Web Access

    Is there a way to force the view of the Outlook calendar published through Outlook Web Access 2013 so that it displays the day or week view without the user having to click on an icon to change the view?  I want to display a day view calendar (or week
    view) by default.  I can successfully publish the calendar but a user has to click the icons to change the view.  I want to display the calendar in an iframe on a digital sign and the user won't have a way to click or touch the icon.  Are there
    parameters that can be passed in the url?

    Hello Brian,
    I'd suggest asking OWA specific questions on the
    Exchange Server for Developers forum instead. Also you may find the
    Exchange Server 2010 Outlook Web App Customization SDK helpful.
    As for Microsoft Office Outlook you can use the
    CurrentView property of the Explorer or Folder classes which returns a View object
    representing the current view. To obtain a View object for the view of the current Explorer,
    use Explorer.CurrentView instead
    of the CurrentView property of the currentFolder object
    returned by Explorer.CurrentFolder.
    The View object allows you to create customizable views that allow you to better sort, group and ultimately view data of all different types. There are a variety of different view types that provide
    the flexibility needed to create and maintain your important data.
    The table view type (olTableView) allows you to view data in a simple field-based table.
    The Calendar view type (olCalendarView) allows you to view data in a calendar format.
    The card view type (olCardView) allows you to view data in a series of cards. Each card displays the information contained by the item and can be sorted.
    The icon view type (olIconView) allows you to view data as icons, similar to a Windows folder or explorer.
    The timeline view type (olTimelineView) allows you to view data as it is received in a customizable linear time line.
    Views are defined and customized using the View object's XML property.
    The XML property allows you to create and set a customized XML schema that defines the various features of a view.

  • How to get the URL parameter value when navigating from JSP Page to portal

    Hi All,
    I have web Dynpro application with one button, while clicking that button It will navigate to JSP page as external window. In the JSP page I have a input field and Button.
    In the JSP page input field I will enter some values and press submit button, it will navigate to Portal page by passing some URL parameter with values.
    Once user entering to portal by default WD page displayed, the same WD page I try to get the URL Parameter which I have passed from JSP page, but I am not able to get the URL parameter value.
    If same application running in without portal, I can able to get the URL parameter values. I am getting the URL parameter by interface view default inbound plug parameter.
    How do we resolve this problem?
    Regards,
    Boopathi M

    Hi
    Please try  these link might helpful for you
    1.[How to call WebDynPro application from JSP |/thread/452762 [original link is broken];
    2.[How to get the previous page url from abstract portal component? |/thread/1289256 [original link is broken];
    3.[how to launch and pass a parameter |/thread/5537 [original link is broken];
    Best Regards
    Satish Kumar

  • How to send Variable from a web dynpro abap application to anthor

    HI all:
        I have two web dynpro abap applications .
        I want to send a Variable from a web dynpro abap application to another  web dynpro abap application  using post method.
        Because, now I have used append_field_url  to send Variable,but this method will display the Variable in the URL.
        I do not need this result.
        I need the Variable from a web dynpro abap application to another  web dynpro abap application  and the Variable will not display in the URL.
        Can you give me an example?
        Thanks.

    HI Nawal Kishor Mittal :
    I have tried your method,but I can not get the value of variable.
    My code is as follows:
    The first web dynpro abap application:
    DATA:BEGIN OF l_send,
         l_value TYPE string,
         END OF l_send.
    l_send-l_value = '400001'.
    EXPORT l_send-l_value FROM l_send TO SHARED MEMORY indx(aa) ID 'YTEST_MATNR'.
    The second web dynpro abap application:
    DATA:BEGIN OF m_send,
         s_value TYPE string,
         END OF m_send.
    IMPORT m_send-s_value TO m_send FROM SHARED BUFFER indx(aa) ID 'YTEST_MATNR'.
    DELETE FROM MEMORY  ID 'YTEST_MATNR'.
    Thanks.

  • Web Access for Remote Desktop on Windows Server 2012

    Hello,
    i've a Windows Server 2012 without a domain. So i installed the remote desktop session host, the remote desktop license server and the remote desktop gateway as a server role only. All is working fine. Without a domain, no management tools for remote
    desktop are available. So i configure the remote desktop via the registry. I define (via registry) some remoteapps, too. All values are copied from a running Windows Server 2008 R2. So the remoteapps are runing.
    Now i want to use the new Microsoft Remote Desktop client for Android. To use a remoteapp i must define a remote resource. To define a remote resource i need a url to the web access for remote desktop. So i installed the web access. But if i login to the
    web access, i don't see any remoteapp. What's wrong? I've set the ShowInTSWA to 1. What must i do to access an existing remoteapp via web access?
    Martin

    Hi Martin,
    Server 2012 RD Web Access is designed to retrieve published RemoteApps and Desktops from a Server 2012 RD Connection Broker and/or a Server 2008 R2 RD Session Host server.  From your description it doesn't appear that you are using either of the above.
    I know it is a more complicated set up, but you should consider having a domain, creating a RDS deployment, etc., so that you can use the full featureset as it was intended.  You can do it all on a single server if needed.  For Server 2012
    there is a hotfix that needs to be applied to permit RD Connection Broker to work on the same server instance as active directory.
    -TP

  • Decision based on URL Parameter

    Hi,
    I want to make a decision in the GP based on URL Parameter.
    I have an application with url that has the ID in the url address and takes out the data from the DB based on the ID if there is no ID then this is a new Form.
    If this is a new Form (no ID in URL) I need to call Application A and then B and then send mail and so on...
    If this is an saved Form (with ID in the URL) I need to call Application B and then send mail and so on...
    I tried to do it with Decision (predefined value) but no luck.
    Any suggestion?
    Regards,
    Silvy

    Try implementing that logic into a PhaseListener and see which phase suits you best.

  • Passing custom URL parameter to a FPM app

    Hello,
    I am facing a problem when trying to pass an URL parameter to a GAF FPM application.
    The standard way by adding a parameter to the WD application and adding a parameter to the default plug in the window doesn't work for FPM... at least in my case.
    Does anyone know how URL parameters work with the FPM framework?
    Thank you and BR,
    Chris

    You just need to declare parameters which you will be using in WD Application - Parameters tab.
    To fetch parameters for application which is using FPM, you have to use following piece of code -
        wd_this->app_param = wd_this->mr_fpm->mo_app_parameter.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'INTERFACE_MODEL'
          IMPORTING
            ev_value = wd_this->lv_interface_model.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'MODE'
          IMPORTING
            ev_value = wd_this->lv_mode.
    Here wd_this->mr_fpm holds FPM reference and is of type ref to IF_FPM
    and wd_this->app_param holds FPM parameters reference and is of type IF_FPM_PARAMETER.
    After getting reference I'm calling methods to get individual application parameters by sending their names.
    We called this in DOINIT of component controller.
    Regards
    Manas Dua

  • Find/View Labels via TFS Web Access

    Is it possible to search or view files by label using TFS Web Access 2013? If so, how?
    Thanks in advance!

    Hi John,  
    Thanks for your post.
    No, as far as I know we cannot view the labels in TFS 2013 Web Access.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BO XI R2 WEBI Error(A wrong url parameter has been used to access this page)

    Post Author: Ayyappan Sadhasivam
    CA Forum: Migration to XI R2
    I am working BO XI R2 WEBI Reports, I cannot able to see the sql query of all report, I am getting following error in WEBI report panel Query- HTML
    "A wrong url parameter has been used to access this page" Let me know anybody know the solutions

    Post Author: Ayyappan Sadhasivam
    CA Forum: Migration to XI R2
    I am working BO XI R2 WEBI Reports, I cannot able to see the sql query of all report, I am getting following error in WEBI report panel Query- HTML
    "A wrong url parameter has been used to access this page" Let me know anybody know the solutions

  • Exchange server 2013 change to web access url

    I have install & configure exchange server 2013 in my local pc. my ip address http://192.168.0.30/ecp but not access http://mail.test.com/ecp. and till i have purchased one mail so till i wants to my mail server access (send and received mail all mail
    id public and private) please send configuration url. 

    hi pardeep not sure if i understood well.. you have  private IP and you want to do send receive.. is that.. for the test you can do it but almost 90% or more, your mails will be sent to SPAMS.
    so if this is a test environment you can give a shot. let me know what kind of config you are looking for. below link will cover the config of exchange 2013. Let me know if you need more help.
    www.techieshelp.com/exchange-2013-step-by-step-configuration/
    MARK AS USEFUL/ANSWER IF IT DID
    Thanks
    Happiness Always
    Jatin

  • How to catch URL parameter from Portal URL in Web Dynpro iView

    Hi All,
    I have a web dynpro application running as a portal iView successfully. Now the client wants to make it internationalized with 7 languages. Currently they access the portal - and via role assignment they get to the portal tab with the wd iView. Now they want to send a parameter for the language key with the portal URL. So when they are typing in http://myportal.mydomain.com now they want to type in http://myportal.mydomain.com?sap-locale=de or so. My question is how can I catch this parameter in the WD application when it is running inside a portal iView? Is it at all possible?
    I have written a very small application which is trying to catch a URL parameter named PARAM. The code I have written is the default one as below:
    String paramValue = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("PARAM");
    When I run the application standalone and add the PARAM=something in last of the URL I can catch it. But when I create an iView and while previewing it I add the same PARAM value it is coming as null all the time. Same when I add this iView to a role and show it via role assignment in protal. Please help to let me know how to achieve this. I think if I can read the parameter value from Portal URL in the WD iView - then I can set it as the default locale of the application and then show language specific file to achieve internationalization.
    Your urgent help will be highly appreciated.
    Warm Regards,
    Shubho

    Hi Shubhadip
    Even if you get the parameters, how do you internationalize your application? Are you not following the standard way as described in the following link. In this case you never need to capture any such parameter. This is done by the WD runtime automatically .
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/f4/d95664da179b4db731e21c2e470b72/frameset.htm">Internationalization of WD projects</a>
    You can retrieve application parameters specified at the creation of iview by "adding parameters(with the same name as in iview application parameters) to the default plug of the Component Interface View of the WD application". "onDefaultPlug" method of the interface view controller you get these values as parameters, which you can save in the context node of component controller for later use.This is guaranteed to work.
    But again this is not what you want exactly. You want the user to specify the value at runtime. If you have just 7 languages, you can create 7 set of iviews with different application parameter value indicating language key, and assign to 7 different set of roles, each representing one set of users with common language.
    I hope you find a solution.
    Regards
    kk

  • SharePoint 2013 (Foundation) and Outlook Web Access WebPart (OWAPart)

    Hi, I've read most MSDN forum threads relating to this topic, however, I haven't seen my issue anywhere.
    We're running SP 2013 foundation, and I want to use the Outlook Web Access web part.  I followed the steps outlined here:
    http://blogs.msdn.com/b/shawa/archive/2014/06/01/owa-web-part-in-sharepoint-2013.aspx
    (Sorry, can't add link since I'm new around here)
    To make the WebPart available in the site collection.  Which worked.
    When I try to actually add the WebPart to a page though, I get an error message stating: "There was an error adding the component to the page" (roughly translated from french).
    If I try to see the web part properties from the site settings > Web Parts, I get a SharePoint error page, and the help link yields no information.
    Most problems I've seen are with the actual configuration of the WebPart, but I can't even get to that step.

    I dont think you can use Outlook web app for foundation. This is not possible because those Web parts  use Microsoft.SharePoint.Portal.dll
    which is not avaliable and registered on SharePoint Foundation.
    Instead of using the OWA web parts, you could also try using the Page Viewer web part and set it to the OWA URLs... 
    If this helped you resolve your issue, please mark it Answered

  • Question about "Get Web Drawing URL and Page Name From" for Visio Web Access

    I am trying to get both the web drawing URL and the page name from a list through Share Point Designer 2013, but it doesn´t work.
    It looks fine when a do the web part connection wizard. I select from which columns to get the URL and the page name. But on the final web part page nothing happens. It just shows the URL that is selected in the Visio Web Access Web part. I had hoped that
    that value should be overrided by the SPD-settings.
    I have googled for hours..

    Hello,
    I have now saved the Visio-file in .vdw-format, but it says Visio 2010 Web Drawing (*.vdw). Is there a .vdw-format for 2013? Isn´t that the .vsdx-format?
    Still doesn´t work with the .vdw-format, but maybe I am doing something wrong.
    Any ideas?

Maybe you are looking for

  • Format external HD for use with Mac Network and PC

    System config: Home network: Mac Pro & MacBook Pro connected via AirPort Extreme. Both run OS X 10.5.6. The Mac Pro also runs Windows XP Pro. Work computer: Dell, Latitude D830 running Windows XP Pro. Situation: I have a Western Digital WDMT5000TN 50

  • Javascript code to retrieve metadata - must run twice to work

    Hi all This is frustrating the hell out of me. I've got a script to batch add headers/footers (via watermarks) to a range of pdf documents by using the respective document's metadata (title, subject). Checked everything: Script running ok, metadata a

  • HTML-ish question - Sorry

    hi when i cast a string out of a vector and use that string as the VALUE parameter in a html textfield it only puts the first word of the string in the textfield: String tempString = (String)vec.elementAt(1); out.println("<input type=text name=Subjec

  • 11.2.2.4.0 - Problem with temporary space in simple query

    ttVersion TimesTen Release 11.2.2.4.0 (64 bit Linux/x86_64) (timesten:53396) 2012-09-24T08:28:05Z Instance admin: root Instance home directory: /opt/TimesTen/timesten World accessible Daemon home directory: /var/TimesTen/timesten I get "TT0802: Datab

  • Object Browsers

    Has anyone out there had any luck identifying object browsers for the forte environment? I'm aware of Rational Rose' and Select' reverse engineering capability that allows the creation of inheritance diagrams. But this is a disconnected capability ba