Skip to main content

I have 3 custom buttons in parent object. in my child object based on documentation name i need to call the parent object custom button from snippet.

can any one suggest how to call salesforce custom button from Snippet.

raj,


You can add a Skuid button to your page that ‘maps’ to a Salesforce button.  Make sure that the button set or page title has a model to your parent object.


Add a model action to your child object to run when the checkbox is checked.  Add a snippet to click the Skuid button that you added.


Thanks,


Bill