Hi Champ,
I want to call an related action from an image component using the link parameter. Is there a way to do that?
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
Technically a related action is just a process model that you could start using a!startProcessLink. Would that fit your use case?
You can just call the model in the image save into, which is used for related action by passing the required parameters,
Agreed with Stefan. To clarify, you'll need to make a choice between an actual Related Action, versus just calling a process model using Start Process Link. Related Actions (specifically) can only be invoked from Record Actions which are limited in terms of what UI elements can be used, whereas a Start Process Link can use any link style (but can't use some of the Related Action specific stuff like opening in a pop-up dialog, unfortunately).