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
6 replies
Subscribers
7 subscribers
Views
2197 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello, Could anyone tell me if it is possible to: - display images in
fabienb
A Score Level 1
over 10 years ago
Hello,
Could anyone tell me if it is possible to:
- display images in a grid and add links to these images
- create a link to a related action
?
Thank you
...
OriginalPostID-116358
OriginalPostID-116358
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
This tutorial explains the ability to select rows in a grid. Assuming there's a unique identifier for those rows you can store the selection and then connect that task node to a sub-process that will run the actual "related action" which at the end is simply a process model, that's what a related action is
forum.appian.com/.../SAIL_Recipes.html
In summary the suggestion is with the current features available in SAIL grids store the data you want to pass to the model to perform the related action.
At the end a related action is nothing special but a launcher of a model that has a context to know what record to update, through your process you can mimic the same by passing the data to the sub-process the only difference is that you will not get an automatic context you will be passing the "record" (presumably as a CDT) to the sub-process to perform the update based on the selection of the user
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
This tutorial explains the ability to select rows in a grid. Assuming there's a unique identifier for those rows you can store the selection and then connect that task node to a sub-process that will run the actual "related action" which at the end is simply a process model, that's what a related action is
forum.appian.com/.../SAIL_Recipes.html
In summary the suggestion is with the current features available in SAIL grids store the data you want to pass to the model to perform the related action.
At the end a related action is nothing special but a launcher of a model that has a context to know what record to update, through your process you can mimic the same by passing the data to the sub-process the only difference is that you will not get an automatic context you will be passing the "record" (presumably as a CDT) to the sub-process to perform the update based on the selection of the user
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data