Skip to main content
Nintex Community Menu Bar
Question

I need a button in squid that will run this: /apex/CarePlanMerge?id={PatientId}

  • July 9, 2024
  • 3 replies
  • 15 views

Forum|alt.badge.img+17

Can someone help me with this? I need a button to run the equivalent of this apex call (hopefully that is the right terminology. I’m not a programmer):

/apex/CarePlanMerge?id={PatientId}

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+17

Never mind! I didn’t realize there was a button action type of custom Salesforce button! Thanks


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Glad you figured it out.   If you don’t have the button set up in Salesforce, you could have simply made the button type “URL redirect” with the URL being “/apex/CarePlanMerge?id={{{PatientId}}}”   (This assumes that PatientId is in your model.  Also, not the triple braces…) 


Forum|alt.badge.img+17

Great! I’ll have that tool in my pocket for the next button. Thanks.