You cannot use Auto Launched flow. The flow must be active and of type “Screen Flow” or “Field Service Mobile Flow”. Check the below link https://help.salesforce.com/articleView?id=flow_distribute_internal_action.htm&type=5 For List Button, check https://www.infallibletechie.com/2020/03/how-to-call-flow-from-related-list.html
It is not supported - https://success.salesforce.com/ideaView?id=08730000000cGX8AAM Create a quick action with Lighting Component. Call your JavaScript from the lightning component.
You have to replace it on the object level. You can replace it with VF page. For New button, check this https://www.infallibletechie.com/2019/05/how-to-override-new-button-in.html. Similarly, do it for Delete button.
Hi, how can I add an action button in a related list in standard object which triggers flow to create custom object?
ReplyDeleteThank you in advance.
You cannot use Auto Launched flow.
DeleteThe flow must be active and of type “Screen Flow” or “Field Service Mobile Flow”. Check the below link
https://help.salesforce.com/articleView?id=flow_distribute_internal_action.htm&type=5
For List Button, check https://www.infallibletechie.com/2020/03/how-to-call-flow-from-related-list.html
Hi,
ReplyDeleteCan we add a list button (OnClick JavaScript) button in related list in lightning ?
I am unable to do so.
It is not supported - https://success.salesforce.com/ideaView?id=08730000000cGX8AAM
DeleteCreate a quick action with Lighting Component. Call your JavaScript from the lightning component.
Hi
ReplyDeleteHow can I add a button in a related list individual record in custom object to override existing Delete button on individual Contact Record?
Thank you in advance.
You have to replace it on the object level. You can replace it with VF page. For New button, check this https://www.infallibletechie.com/2019/05/how-to-override-new-button-in.html. Similarly, do it for Delete button.
Delete