Home › Forums › Development › From the outside to the framework
Tagged: External site, navigation
- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by Paolo Aparo.
-
AuthorPosts
-
-
February 1, 2019 at 10:16 am #10056Paolo AparoParticipant
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 -
February 1, 2019 at 3:20 pm #10065Ed ShawKeymaster
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.
XHTML1…/ui/portal URL has a # suffix: …/ui/portal…#<workspace>/<portlet>;ctxname1=ctxval1,…,ctxnameN=ctxvalN;argname1=argval1,…,argnameM=argvalMfor example
Java1http://localhost:7081/nexj/ui/portal#Contacts/refPersonJournalActivities;EntityId=10BD62C79A92924594B5A25D5D661075D5will 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 -
February 4, 2019 at 3:21 am #10089Paolo AparoParticipant
Thank you for the answer.
Paolo
0 -
February 4, 2019 at 7:58 am #10105Paolo AparoParticipant
I’d like to know, if possible, when the implementation you talked about for point 1 will be available for us, thanks
Paolo
0
-
-
AuthorPosts
- You must be logged in to reply to this topic.