Skip to main content
Nintex Community Menu Bar

nifty convert Lead and Find Duplicates URL tweak

  • July 8, 2024
  • 2 replies
  • 25 views

Forum|alt.badge.img+20

Here is the standard way to make use of the Convert Lead and Find Duplicates functionality.

/lead/leadconvert.jsp?retURL=%2F{{Id}}&id={{Id}}
/lead/leadmergewizard.jsp?retURL=%2F{{Id}}&id={{Id}}

In my opinion, there is not that much to gain from attempting to create a custom Skuid page for this functionality. One thing that can be done is to remove the header and sidebar. Add the  URL parameter “&isdtp=vw”. This is especially useful if you’ve created a “skinned” experience of salesforce.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+6
  • Nintex Employee
  • July 8, 2024

isdtp is a really cool URL hack, but keep in mind that there is no official support for it from Salesforce. They could decide to just stop using it without warning. Also, I’ve seen several requests for help from people on the internet who’ve used this parameter and it’s broken something on their otherwise working page. I’d recommend avoiding this parameter whenever possible.

See https://developer.salesforce.com/forums/ForumsMain?id=906F000000099ZiIAI#ext-gen14
and https://success.salesforce.com/ideaView?id=08730000000KeoeAAC
and http://www.ca-peterson.com/2011/11/magic-isdtp-param.html


Forum|alt.badge.img+20

Yup. I’ve read those as well.

From my tests, these two URLs work fine with this parameter set.