The new portal has quite nice features to work with tasks and cases, but we don't know how to resolve the following usecase

We want to provide on assignment a notification message with a link that launches the ivy portal for that specific task.

But we haven't seen a way to address a specific task via a static link, as the portal seems to use only session oriented , dynamic url's.

Any hints how to achieve that?

thanks Frank

asked 01.11.2016 at 15:16

Foberlae's gravatar image

Foberlae
(suspended)
accept rate: 0%


I assume that your task will show a normal HtmlDialog to the end user. Then you could let your dialog view extend the TaskTemplate. And trough the template the portal will be rendered around your dialog.

http://developer.axonivy.com/doc/latest/PortalKitHtml/axonivyportal.components.html#axonivyportal-components-layouttemplates-tasktemplate

With this approach any default task-link will work. They can for instance be generated by using ivy.html.taskStartRef(ITask)

link

answered 07.11.2016 at 08:52

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×68

Asked: 01.11.2016 at 15:16

Seen: 1,558 times

Last updated: 07.11.2016 at 08:52