How to navigate from custom store to library?

Is there any way to navigate from custom HTML store or any other web views to either Default Library or Custom Library?

There is a workaround. If you specify a URL Scheme for your app, creating a link to that scheme displays the library. There is an example of this method in the Advanced Linking article in the DPS Tips app.

Similar Messages

  • How to navigate from a view to an IView in portal

    Hi all,
             Onclick of an application in my portal my appliaction gets opened.But the problem here is onclick of cancel in my applcation i want to navigate to my IView in portal.
    For navigation between view2 to view1  i used wdThis.wdFirePlugtoView1();
    by creating a navigation link.
    How to navigate from view1 to Portal IView
    Regards
    Padma N

    Hi padma,
                 Go to Iview Property in portal Content managment and take the PCD location.
    It may look something like this
    ROLES:portal_content/ZABC/ZPROJECTS/com.abc.ZPortfolio/com.abc.ZPortfolio/com.abc.ZRoles/com.abc.ZPortfolioReconle/com.chep.ZReconciliation/com.chep.ZReconEnquiry_IView
    Create a string variable with the PCD location
    String pcdLocation = <pcd location>
    And call using the iview using the following code
    WDPortalNavigation.navigateAbsolute(pcdLocation, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,"&reference="+reference);
    Here &reference is the application parameter, if the application with which the iView is created has parameter and is not mandatory.
    Hope this helps.

  • Navigate from custom webdynpro iview to ESS-iview

    Hi
    I Want to navigate from custom webdynpro to ESS Iview (working time)
    I did
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.iviews/com.sap.pct.erp.mss.hcm/com.sap.pct.erp.mss.generalinfo_personaldata", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    but the ESS ivew can't recognize the employee
    i get the message To display data, first select an employee
    I don't use with NWDI so I  can't import the ESS IView
    do you have any solution?
    Thanks
    Yossi

    Hi,
    I am having the same problem to navigate from a custimized GeneralData iView to the Organizational Assignments ESS Iview.
    I have also tried to fire events after the navigation sentence but with no chance (maybe the event I have used is not the correct one)
    do you have any solution?
    Thanks

  • How to navigate from a Servlet to a WebDynpro?

    Hi together,
    I've the following Problem:
    On the same EP, there are 2 deployed components:
    - a WebDynpro-Application with several Views, each in a separate iView
    - a Servlet
    Question:
    How can i navigate from the Servlet to one special iView or CustomController of the WebDynpro-Application passing a Parameter?
    I've tried to navigate using the WDPortalNavigation.navigateAbsolute()-Method, but when I create the Target-Url using the following Code, my Debugger leaves the Code uncontrolled:
    deployableObjectPart = WDDeployableObject.getDeployableObjectPart("vendor/App", "webdynproApp",WDDeployableObjectPartType.APPLICATION);
    urlToTargetApp =     WDURLGenerator.getApplicationURL(deployableObjectPart);
    Some Ideas?
    Regard
    Thomas

    Hi Thomas,
    I think you may have to use session concept here.
    check with following code
    you can use the following code to set value to the parameter.
    HttpServletRequest request = ((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    HttpSession session = request.getSession(true);
    session.putValue("col_id", <value>);
    This code below is used to get parameter value.
    HttpServletRequest request = ((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    HttpSession session = request.getSession(true);
    String Col_id =(String)session.getValue("col_id");
    Let's say the pcd location of the target page is
    pcd://portal_content/com.sap.pct/specialist/com.sap.test.pages/com.sap.test.target_pg
    In the event handler for the onAction event of the button
    String appParams = "ApplicationParameter=<your parameter name>=" + <put your value here>;
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/com.sap.pct/specialist/com.sap.test.pages/com.sap.test.target_pg",
    WDPortalNavigationMode.SHOW_INPLACE,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    appParams,
    null,
    true,
    true);
    For more details you check the following URL. it describes on how to navigate from html/servelt to portal iview.
    Passing value from page to WD
    Reward points if it helps
    Regards
    Praveen

  • HT201209 How to buy from app store by using iTunes card?

    How to buy from app store by using iTunes card?

    Redeem the Code
    http://www.apple.com/hk/en/support/itunes/store/giftcard/
    Make a purchase.

  • Javascript API: how can I jump to library from custom store page?

    I have custom store page, and I want to show library page and initiate the download process when user hits download button on custom store page. How can I finish these functionalities with Adobe DPS Javascript API V2? Thanks.

    I found it by myself. just call  adobeDPS.configurationService.gotoState("library");

  • HT2589 How to switch from one store to a different one?

    I can't update the apps. There is a message saying that I need to switch from Philipines Store to the US Store.  This is the first time I have this message. I don't know how to change the stores. I have my account in US and I have always purchased from the US Store. I got the same message when I tried to download a new app. What should I do?

    Does your address and payment information on iTunes use a US address?
    iTunes Store > Sign In, and view your account.
    As I say if your address and payment information are US addresses then this is very odd. In that case contact iTunes Store Support and have them fix this.
    Start here:
    https://expresslane.apple.com/
    Navigate the columns as follows:
    All Products and Services > iTunes > iTunes Store > Account Management.

  • Linking from Custom Store Banner to an article

    Hi,
    We have banners in our Custom Store and we'd like to link from the Banners to specific pages in certain folios.
    The DPS documentation says we should be able to use this kind of link structure:
    [URL Scheme]://v1/folio/[folio name]/[article name]
    So where our app's URL scheme is : com.xxxx.yyy
    and our folioname is: Financial Mail 17012014
    and our article name is: Article on page 6
    we've constructed a link like this:
    <a href='com.xxxx.yyy://v1/folio/Financial%20Mail%2017012014/Article%20on%20page%206'>URL scheme</a>
    Unfortunately we get this alert box: Error We're sorry. This article is currently not available for this device.
    We can successfully link to a custom slot in our app like this:
    <a href='com.xxxx.yyy://v1/slot/Store'>Store</a>
    so i'm guessing our problem lies in the second half of our link. and that our URL scheme is working fine.
    - the folio mentioned is downloaded on the device (iPad)
    - the app is not live - still a dev ipa installed on the device
    Any advice would be appreciated
    Thanks in advance,
    Vauneen

    We figured this one out.
    You must use the Article Name and not the Article Title.
    <a href='com.xxxx.yyy://v1/folio/Financial%20Mail%2017012014/FM1701Page006'>support</a>
    But it seems DPS doesnt handle deeplinking to articles in folios not present on the device very gracefully.
    we presumed DPS would offer either a explanation message or perhaps even an impression (charged to the client like the webhosted pages used for Social Sharing) but neither of these happen if the folio is absent. the user is taken to the Library landing page with no explanation.
    We thought we could tease buyers and promote certain content in our Store Banner, but this doesnt seem so likely now - at least not with a link.
    Perhaps in future this could be a feature?'
    V

  • How to navigate from view of slave DC to view of matser DC?

    Hello!
    I've got DC1 (master) and DC2 (slave) in different projects. Both projects are WD Java local DC projects. DC2 has one component (say A) with view, window, view interface, controller and controller interface and has no applications. This view should be called at start of application. Only DC1 has application. Public parts created properly so DC2 visible for DC1.
    In main window of DC1 I embedded View Interface from DC2 and make it default. View Interface has outbound plug connected with inbound plug for View of DC1.
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    I'm working with NW7.0.
    Regards, Lev.

    Hi
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    Hi
    One solution will be already provided by  jithin james .
    Apart from that if u want to make something generic (For your case View interface of different Dc) follow this  [Best practices |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0409d83-5ed5-2910-ef91-e41da6d5b8b4]
    Best Regards
    Satish Kumar

  • Hi how to logout from apple store in ipad mini

    Hi how to log out from apple store in ipad mini

    From the Home Screen, tap AND HOLD any of the App icons until they wiggle. The ones you can delete will have an "x" in the top-left corner. Tap the "x" of the app you wish to delete and follow the on-screen prompt. The apps that do NOT have the "x" while wiggling cannot be deleted as they are system-embedded apps. To exit from the wiggling icons mode, tap the Home button once.
    Note that you cannot delete apps (purchased or free) from the App Store. they remain there indefinitely in the cloud (or until they are removed by Apple or the developer for some reason).

  • How to Navigate from af:internalFrame to another page in the parent frame?

    Hi!
    I'm using an ADF IFrame Component <af:internalFrame>..
    we have a requirement where we needed to navigate from a page in the Internal frame to another page in the browser, i.e., on clicking a ceratain button in IFrame , the browser window should load an another page in the main window/frame(not in IFrame). I know this can be done with javascript by setting the
    window.location='newurl'
    But that would take me away from the normal JSF lifecycle, that is I have to perform certain processing of the inputs from the Iframe, and then navigate in the normal JSF way to another page in the main browser window,according to the navigation configured in the faces-config.xml; or if possible, programmatically ,in the backing bean.
    Can someone give me any hint of how to do this?
    Thanking you in advance,
    Samba

    Correct. To achieve this functionality JavaScript is required.
    --Ric                                                                                                                                                                                           

  • How to Navigate from Graph page to Customization page?

    Hi All
    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed?
    Also in that customization page i need to make changes in the SQL statement for graph also the type of graph( Pie or Bar).... when i provide this changes it needs to be saved. And when i save it has to provide me the new graph according to the edited SQL Statement...
    How to achieve this?
    Can anyone pls pls help me out in resolving this issue???
    Ganesh

    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed? Destination URI
    You can programmatically define a destination URI on a graph, that allows users to drill down to additional information. If the Destination URI property is defined on a graph, the URI specified is used as the drill-down URL. The Destination URI can be an absolute URL or a relative URL to an OA Framework page. The group and series values for each data point are appended to the specified destination URI, so that the resulting URL is specifically associated to a particular data point plotted in the graph. The group and series values can be obtained by the destination page using the parameters OAGgroup and OAGseries.
    For the drill down feature to work, you must also set the Display Data Bubble Text property on the graph to True. Enabling this property generates an image map, which is required for the drill-down feature to work. When a user selects any data point in the graph, the specified URL is launched.
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • Does any one no how do download from App Store without security questions??? Pleaseeee

    My ipod won't let me download from App Store without security quistions any other way to download?

    Reset your security questions/answers:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Using this form
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    3. Contact Apple by:          
    Apple ID: Contacting Apple for help with Apple ID account security
    For general  information see:
    Apple ID: All about Apple ID security questions

  • How to navigate from a component to a specific view in other component

    Hi guys,
    i have an issue in my application where i have two components compA and compB. In defaultview of compA i have a navigationlink and a viewcontainer element which contains three views viewone,view two,view three and In default view of compB we have 3 links where each link should navigate to its corresponding view in the viewcontainer element of compB. The navigation between default of compA and CompB is working fine But prob is with the navigation between the links in the compB view to views in the view container element. can anybody give me some idea on it i am hanging here from somany days. It would be appreciable if anybody solved this problem. Thanks In Advance
    Regards
    Ravikumar Saragadam

    Hi Ravi,
    Check the following links.
    DC reusability in webdynpro
    Passing a value from one dc to another dc in webdynpro
    How to pass a value from one dc to another dc in webdynpro java
    Thanks

  • How to Download from app store to pc and then onto iphone 4s

    how do i download from the app store onto my pc and then onto my iphone 4s?

    In a nutshell: Install iTunes on your computer if you have not already done so. Download the app you want. Sync your phone to attains by connecting it to the computer using the cable that came with the phone or by WiFi.
    See this page for more information:
    http://www.apple.com/support/itunes/apps/
    Is there a reason you don't do it directly on the phone itself?

Maybe you are looking for