Skip to main content
September 26, 2023
Question

Call an related action from an link in interface

  • September 26, 2023
  • 4 replies
  • 0 views

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

4 replies

stefanhelzle0001
September 26, 2023

Technically a related action is just a process model that you could start using a!startProcessLink. Would that fit your use case?

dhananjayk3480
September 26, 2023

You can just call the model in the image save into, which is used for related action by passing the required parameters, 

mikes0011
Brainy
September 26, 2023

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).

davidj137213
June 21, 2025

Yes, use a startProcessLink to execute your process — after all, even a related action executes a process.