Setting up Navigational Links

Hi everybody!
I would like to call custom view (copied from standard view).
1. Copied view "IRecPartner" into application Z_CRM_IC.
2. Defined custom IC Web Client & IC Web Client Runtime framework profiles.
3. Defined navigational link through application Z_CRM_DT_REP.
   Made changes for Page fragments:
   CRM_IC_All_NavLinks.xml
   CRM_IC_All_Viewsets.xml
   IRecNavigationalLink.xml
   IRecViewSets.xml
   In page "IRecNavigationalLink.xml" changed navigational link for view "IRecPartner".
Requirement: Execute "CRM_IC" --> Interaction Record --> Partner.
Instead of standard "IRecPartner", it should call custom (copied) "IRecPartner".
But on the same page, it should show one custom view and others as standard ones.
In my case, after click on "Partners" button of "Interaction Record", it shows only one
view (custom IRecPartner), but no other standard view is being displayed.
Can anybody guide me for setting custom navigational links?
Best Regards,
Priya

Many Thanks Ken. I had a sneaking suspicion it might be the Crossover Mac program doing it.
It's a great program but it does have its limitations.
Thanks again.

Similar Messages

  • How to Set Individual Managed Metadata Navigation Links to Open in New Window?

    I am using a managed metadata term set for the global navigation in my client's site. Most of the global navigation links point to pages in the current site, and should open in the current browser window/tab as the end user is just navigating within the
    site content. However, I have one particular node in the navigation term set that points to related content scattered around other external sites. The client wants these links to open a new window.
    Unfortunately, I can't seem to set the target for navigation links in the term set. If I was using standard global navigation, I'd be able to select the "Open in new window" checkbox when setting up the link, but that option doesn't appear to be
    supported via MMD navigation.
    Any clever suggestions?
    Thanks!

    I had a similarish requirement at a client once upon a time, they wanted any links that went outside of the intranet web applications to open in a new window.
    The way we managed that was to use jQuery to overwrite the standard hyperlink references for any hrefs that didn't point to internal sites to use the same javascript functions that SharePoint used for links configured to open in a new window. It worked out
    as being about half a dozen lines; check the URL and if it doesn't begin with a set range of options then overwrite the on click behaviour using standard jQuery behaviour.
    If you want it site wide then you just add jQuery and the code snippet to the master page, if you just want it in some places then add a CEWP or a HTML form web part to the relevant pages.

  • Navigation Link failes : _layouts/15/AreaNavigationSettings.aspx fails to load on subsites

    PROBLEM: The navigation link in Site Settings will only works on the root site. Any sub site I get the notorious "Sorry, something went wrong An unexpected error has occurred." 
    When I look at the logs I see the following that relate to the correlation ID below.  Any ideas on how to get Navigation working?
    This was caused when I migrated sites from one farm to another and only if I created a new site collection and replaced the root site with one from the other farm.  
    What I've Tried:
    I've done this on other site collections where I moved the sites but made them subsites and did not overwrite the root site and the navigation feature works fine.  Even sites where I
    didn't do a migration it worked great.
    I've tried the following found at this link which seems to be the most popular solution but I've had no luck.
    https://praveenix.wordpress.com/2014/03/16/sharepoint-2013-left-navigation-and-top-navigation-bar-does-not-render-links-and-shows-error-an-error-occurred-while-rendering-navigation-for-requested-url/
    Anyone have any ideas on how to get Navigation working?
    LOGS:
    Application error when access /_layouts/15/AreaNavigationSettings.aspx, Error=Object reference not set to an instance of an object.  
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    System.NullReferenceException: Object reference not set to an instance of an object.   
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not
    set to an instance of an object.     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.HandleError(Exception e)    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    This also appear in the logs:
    UserAgent not available, file operations may not be optimized.    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb,
    Boolean copyOnFirstWrite, Boolean disposeIlb)     at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32
    rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String&
    pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object&
    pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object&
    pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri
    pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes,
    Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders,
    String& redirectUrl, Boolean& ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String
    path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String&
    siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64&
    bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound)     at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String
    virtualPath)     at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath,
    Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)     at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    
    at System.Web.UI.Page.ApplyMasterPage()     at System.Web.UI.Page.PerformPreInit()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at
    System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest
    wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)    
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    Hi Craig,
    I understand you encountered the issue with navigation link in the sites after migrated to another one.
    The issue might be caused by
    Navigation links that were added by site owners as relative links in the old site continued to work, and links that were added and managed automatically by SharePoint continued to work as well.
    Please try the script in the article below and see if it fix the link:
    http://sharepointtaproom.com/2014/11/12/how-to-fix-broken-navigation-links-after-sharepoint-upgrade-or-migration/
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Add the Z report to the Navigation Link

    We are working on the SAP CRM 4.0 with Web client as a interaction center.
    As per our requirement we need to add custom report to the navigation link.When the user clicks on this link the report should appear in Web client.
    At present i am trying with SAP provided display customer functionality.That link is fetching me SAP Netweaver website instead of CRM BP transaction.
    Pls advise as how i can i achieve this.
    Thanks.

    Hi -
    Changes to be done in Z_QUINNOX_PAYMENT_SUMMARY
    methods:
    1. GET_ACTION_DEFINITION
      class cl_crm_ic_abox_constants definition load.
      concatenate cl_crm_ic_abox_constants=>bor_action
                  'REPORT'  "#EC NO_TEXT
                  'EXECUTE'  "#EC NO_TEXT
                  'CRMSYS'  "#EC NO_TEXT
             into rv_result.
    2. CLASS_CONSTRUCTOR
      class cl_crm_ic_abox_constants definition load.
      gv_atype =
        cl_crm_ic_abox_constants=>bor_action.
      gv_method  =
        'EXECUTE'. "#EC NOTEXT
      gv_bortype =
        'REPORT'. "#EC NOTEXT
      gv_mappedlogsys =
       'CRMSYS'.  " 'R3SYS46C'. "#EC NOTEXT
      gv_version =
        '2.0'. "#EC NOTEXT
    Is return data flow requested?
      gv_is_return_df_requested =
        'X'. "#EC NOTEXT
    similarly set the BOR obj name et all in the CONSTRUCTOR also....check the class 'CL_CRM_IC_ABOXSAMPLE_CREATESO' and make the changes accordingly.....you can ignore the t.code parameters which they have passed, jus add the relavant BOR obj details and the log sys details in the relavant places....
    Now in ur BOR obj method 'EXECUTE', call the report using the SUBMIT prog stmt.....
    This shd work.....
    _Aarthi.

  • Using variables as filters in analyses launched by Guided Navigation links

    I'm trying to build a navigation link that will launch an analysis and have the filters in that analysis respect the values of either Presentation Variables or Session Variables. I'm having success with an ordinary column. I'm not having success with a number that I need to type into a prompt.
    Here's what I've done so far:
    1. Created a dashboard prompt based on the Month column. When a Month is selected, that selection populates the Request (Session) variable called Selected_Mo
    2. Created an analysis with:
    - a filter on the Month column: = Selected_Mo
    - the Month column
    - a column showing the value of Selected_Mo
    3. Placed both of those onto a dashboard page. When I select a value of Month, the month in the analyis changes, and the column showing the value of Selected_Mo changes. So far, all is good.
    4. Placed an Action Link on the dashboard. That action link launches the same analysis that I can see on the dashboard.
    5. Clicked the action link. The value of Month that I selected on the dashboard is shown in the analysis.
    Now, I'm trying to do the exact same thing with a numeric entry field in a dashboard prompt, and I'm running into a stumbling block. I want to type a number into a field in a dashboard prompt, and populate a session variable called Change_Pctg. Selecting "Variable Prompt" in the dashboard prompt only lets me populate a Presentation Variable. But no matter. I've created a "dummy" field like we used to do in 10g, just creating a Column Prompt against a column formula of 1.
    When I put the analysis onto the dashboard, it's correct. I can enter a number into the dashboard prompt field, click Apply, and that value is shown in the analysis on the screen. I'm filtering against that value as well, and the number of rows is right. So I know that I'm setting the value of that Change_Pctg session variable.
    But when I click the action link, only Selected_Mo is respected by the target analysis. The Change_Pctg session variable is ignored.
    Any thoughts?

    I'd like to abort this post. I've been able to replicate the error using a much simpler method. Refer to the post entitled 'Passing Presentation Variables to Guided Navigation'.

  • Flash Navigation & Links Source File Issue

    Hello Everyone,
    I am using a flash template for my site's navigation. I have edited it myself. With it, a URLS.txt file must be used to provide the links for the flash buttons. I have edited this file, and placed it all on my site.
    The problem? The links are recognized in IE6.0 and Firefox on a computer running Vista. As well, my computer (an Apple MacBook with Leopard) allows the links to click through with Firefox. HOWEVER, when I try to navigate with my Safari 3.0 I get a pop up programmed in to the flash file that no URL was specified.
    How the heck can this work on some browsers and not others? I obviously set it up correctly... but something is off.
    Anyway, please see for yourself;
    http://www.caseit.net   
    Thank you in advance!

    My mistake Rob! I just checked, and I do have Safari 4.0.2 on a Mac. For me, when I click on the first navigation link "About CaseIT" I get a nasty javascript popup explaining that I didn't provide a link.
    I wonder why *my* Safari doesn't allow it to work, but yours does... as well as other browsers sometimes do. (My coworker can't get the links to work on IE6.0 at her work computer)    but it works on MY IE6.0 on my desktop. Strange.

  • Why my navigational link is not working?

    Hello
    I am a newbie and in the process of creating my first website.  My problem is navigation links.
    I created a horizontal navigational link using Spry.  I've already written the link address for each tab navigation.  But when I view my web page using "Live View" and or press F12 or Ctrl F12 (IE and Firefox)
    the link will only work on the first clicked tab.  Clicking the subsequent tabs would not work.
    I tried to test a simple link by typing 5 words and linking them to 5 files accordingly.  The same result, that it will only work on the first clicked word and would not work subsequently.
    Please help and thank you in advance.

    If you haven't already, you'll need to procure space on a remote web server from a commercial hosting company.  When you've got the log-in details from your host, plug that info into Dreamweaver.
    See Setting Up Local & Remote site folders (CS5 & CS5.5)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Upload your test page & dependant files to your remote server. 
    Come back here and post the URL to your problem page. 
    When your question is answered, you may remove the files from your remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Navigation link for an existing view

    I am currently using CRM 5.0.  In CRM 5.0 how we can set up new navigation link for an existing view or view set.

    Hi,
      In   CRM 5.0  , you need write navigation links in Run time repository (CRM_IC.XML) file.
    Kathir.

  • Is it possible to Create dynamic outbound plug and it's navigation link?

    Hi,
    i am trying to create an outbound plug in runtime dynamically, is it possible?
    I have found out how to create the outbound plug in wdDoModifyView: "<b>view.getViewInfo().createOutboundPlug()</b>"
    but the problem is how do i set the plug name, and how do i create it's navigation link to bind him to an inbound plug in another view.
    Thanks,
    Carmit

    Hi Carmit,
    the following code snippet creates a link between a newly created outbound plug (outbound plug name is not really necessary) and an already existing inbound plug:
    /* targetViewInfo is the IWDAbstractViewInfo of navigation target
       srcViewInfo is the IWDAbstractViewInfo of navigation source
       Find inbound plug, must exist */
    IWDInboundPlugInfo targetPlug = targetViewInfo.findInInboundPlugs(inboundPlugName);
    /* Create outbound plug with "automatic" name */
    IWDOutboundPlugInfo srcPlug = srcViewInfo.createOutboundPlug();
    /* Create link from out to in */
    IWDNavigationTargetReferenceInfo targetReferenceInfo =
      srcViewUsage.createNavigationTarget(srcPlug.getName(), targetViewUsage, targetPlug.getName());
    /* Fire srcPlug somewhere...*/
    Hope that helps.
    Regards
    Stefan

  • Unable to pass the values from one report to another using navigation links

    Hi All,
    I am facing a strange issue where I have to pass a column value from one report to other.
    I have kept navigation link in the 1st report and 'is prompted' option in the 2nd report
    Issue was , I'm not getting the filtered result in the 2nd report (all the records are being displayed)
    Can anyone advice where I was going wrong
    Thank you,
    AO

    Hi,
    The column which you have given navigation link and 'is prompted' column should same and exist in both the reports.You have to give the guided navigation in the value interaction of the column in the report1.
    mark if helpful/correct.........
    thanks,
    prasanna

  • BI Report in Web UI - Cross Navigational Link

    HI Gurus,
    I made the neccessary customizing settings in CRMC_UI_NBLINKS to display my BI reports in the CRM Web-UI.
    Now I want to use the 'Cross Navigational links for InfoObjects' to be able to navigate from a BI report to a CRM UI component.
    I am using a report about activity partners (0BP_ACTIVIT/0BPARTNER).
    My settings in CRMC_UI_NBLINKS for this report:
    InfoObject: 0BP_ACTIVIT
    Navigational Link ID: Z_XXX
    Seq.: 1
    Object Type: BP_ACCOUNT
    Object Action: B Display
    Text: BP Link
    However in the context menu on the report I do not see any 'BP link'. I tried 3.x and 7.x web templates and 3.x and 7.x queries, no luck.
    What am I missing?
    Regards,
    Michael

    Hi,
    We are facing the same problem.
    Can you tell us how you solved it, if you did.
    Thank you,
    A.Morais & I.Llopis

  • OBIEE Guided Navigation Link - How to open in New page.

    Hi,
    I am using Guided navigation links in OBIEE dashboards to link some of my reports.
    When i click on the Link it opens the report on the same page. Instead i have to open the report in a new page. This Option is available in 'Link OR Image' section, not in 'Guided Nav. Link' section. Please suggest me if there is any way to achieve this.
    Thanks
    Swami

    Hi
    We have the same need: from within a report we have guided navigation to a detail report, that uses the values of the record in the master report as filterparameters. When clicking a row in the master report , we should open the detail report in a new window, while leaving the master report in the dashboard open. How can we achieve this?
    Swami just mentioned the Link or Image object to indicate that this possibility of choosing the same or a new window is present there, and asked where to find the same choosing option for guided navigation.
    Frits

  • How to Open a Navigation Link in a new Window?

    Hi guys,
       I am trying to add a link to one of my team site. And i have activated the SharePoint server publishing infrastructure service. In the navigation link i am sure the clicked the check box open in new window. But i not getting the new window.
    The link still open in the same tab. How to open it in new tab ?!!
    I am using SharePoint 2013. I am using free trail pack.

    Hi
    one way is to code.
    open the page using Deisgner, goto that hlink, and insert inside it target="_blank"
    like
    <a href="the_URL" taget="_blank">you text or a xslt tag</a>
    Alose check this article
    http://www.w3schools.com/HTML/html_links.asp
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Purchase Order Authorization through Navigation link

    Hi
       I am having an requiremnet like these........
            1) 2 users entering purchase orders in diferent systems alternatively.
            2) After entering purchase order 1 user didnt allow to see other user purchase order through navigation link he can see other user purchase order
               (Note:if he navigate means only that particular users purchase orders only have to display)
            3)only manager user have to see all the users purchase order.
       Is there any Authorization will be there to acheive the above process.
    Regards
    Vinoth

    Hi Vinoth..
    Check with the data ownership authorizations.
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/05bc8224a70489e10000000a155369/content.htm
    Regards
    Kennedy

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

Maybe you are looking for

  • Forgot my iCloud email password how do I get it reset

    When I set up my new iCloud email I thought I used my apple I'd but when I go into setting the password has less characters than my apple I'd password and I can't remember what I put (even though it was only 2 days ago) how do I reset it?

  • Can i use my mac mini for a cd drive for my macbook

    I am going to purchase a macbook to replace my old mac mini.   Can I use my old macmini as a cd drive for it?

  • Payment Transaction Rejection( F110) - Urgent

    Dear SAP Gurus, The following is the peculiar problem is seen while doing Automatic Payment Transaction-F110. 1.It was observed that  few  transactions  have been rejected     during the  payment  run.  the point no.5 (ONE VENDOR IS MISSING ) The fol

  • How to set schedule in JBOSS 3.x?

    As you know, JBOSS can set schedule to do something. So I want to use this facility to schedule a task. The task is as follows, 1. At 23h59'59 everyday, the task will be done. 2. Or At 23h59'59 in the last date of month, the task will be done. I use

  • Number of rows in Excel sheet

    In ABAP reports, is there any logic to find number of rows in Excel sheet. Regards, Naseer.