Home Forums Development From the outside to the framework

Viewing 3 reply threads
  • Author
    Posts
    • #10056
      Paolo AparoPaolo Aparo
      Participant

      Hello,

      I’d like to know if there is the possibility, somehow, to go inside a specific workspace/tab, and even better if from there we can also launch a specific UI Event, by using an external link.

      I’ll try to make a clear exemple: let’s say that i’m inside an external site (www.external.site.com) and click on a link that redirect me to the “service request” workspace. Or even better directly inside a spacific tab, and fire a UI event to trigger a pop-up.
      Is this, or something like this possible?

      Thanks in advance, Paolo.

      0
    • #10065
      Ed ShawEd Shaw
      Keymaster

      Paolo,

      I think there are two scenarios.

      The first is where we want to include a link in a web page or email somewhere that will navigate to a particular portal, and even a particular Contact or Opportunity, etc.  This can (just added last week, so you may need a code update) be done with the following format in the URL.

      for example

      will navigate to the Journal Portlet within Contacts Workspace with the contact set to Dee Lamont (EnityId=10BD62C79A92924594B5A25D5D661075D5).

       

      The second scenario is where you want to navigate from an iFrame portlet to another location in the application.  i.e.  I have a calendar portlet that is being hosted from another server and want to press a button in that portlet and have the application navigate to a specific contact’s detail page.  This will be done with the PortalAPI.  You will simply raise a “navigate” event with the appropriate parameters (contact identifier and portlet name).  This capability is coming in the Q1 2019 timeframe (9.2).  We will notify you when it is completed.

      Thanks,

      Ed

       

      0
    • #10089
      Paolo AparoPaolo Aparo
      Participant

      Thank you for the answer.

      Paolo

      0
    • #10105
      Paolo AparoPaolo Aparo
      Participant

      I’d like to know, if possible, when the implementation you talked about for point 1 will be available for us, thanks

      Paolo

      0
Viewing 3 reply threads
  • You must be logged in to reply to this topic.