Hello, Could anyone tell me if it is possible to: - display images in

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
  • 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


Reply
  • 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


Children
No Data