Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1629 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Embedded Interface - Task list and task submission on a single web page
harishn
over 8 years ago
Hi, If I have put a task list on embedded SAIL page, what would be the best possible solution? The scenario is like this - we need to build a web page, which on login provides the user list of task which is assigned to the logged in user. User can then click on the task and work on it - from within the same web page - no pop out /new window for the task form.
I was thinking of having a action process, which shows the list of tasks for the user (user task report). But when user clicks on the task link they are taken to a new window. Can we do in some way so that the user remains within the same Window?
OriginalPostID-237539
Discussion posts and replies are publicly visible
Parents
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
You'll have to use either a WebAPI or custom servlet to get the active task IDs for the user, but once you have that you can use javascript to dynamically insert the <appian-task> tag in your HTML page as in this example:
forum.appian.com/.../Embedded_Interfaces.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
You'll have to use either a WebAPI or custom servlet to get the active task IDs for the user, but once you have that you can use javascript to dynamically insert the <appian-task> tag in your HTML page as in this example:
forum.appian.com/.../Embedded_Interfaces.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data