Skip to main content
Nintex Community Menu Bar
Question

Calling salesforce Custom Button from Snippet based on child field checkbox

  • July 11, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+6

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.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+10

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