Hi all,
how to configure related action in an interface?
Thanks,
Discussion posts and replies are publicly visible
H muralid1772 Related actions you can go through this link to create related actions
Hi Abhishek Karumuru actually my question is I need to perform related action in interface instead of running it in the record.
Could please elaborate your requirement
You can make use of the a!recordActionField() in the interface. Below is the reference documentation.
Record Action Component
Hi Konduru Chaitanya ,
I referencing from that a!recordActionFiled but there rv!identifier is showing as Improperly scoped variable and when i am trying with another method I am getting this type of error:
An Error Has Occurred An error occurred while applying the context for the WLA Customer related action [identifier=319]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it
HiAbhishek Karumuru , I need to trigger related action from interface instead of triggering it in record.
muralid1772 said:instead of triggering it in record
It's still pretty unclear what you mean by this. AFAIK you can use a Record Action field wherever you like and pass in whatever data you want - of course the action itself must be sourced from a configured record action on a specific record type.
(In case you really just want to launch an arbitrary process model, you can instead look into using a!startProcessLink(), which can reference any process model and pass in any arbitrary data. Unfortunately there is not an option to open this in a new tab and/or a pop-up window, no matter how much or how often i've begged them to add such feature-completeness.)