Hi,
After upgrading our environment to 8.2.1, we've discovered that there are more buttons in the 'Disqualify' section. I would like to hide some of them, but without deleting the value from the Disqualification reason' lookup.
I found this code in the LeadPageV2 of Lead package.
Does anybody know where exactly these buttons/values are created?
Thank you!
Like
1 comments
19:17 Mar 04, 2025
Hello.
Those are formed in the initDisqualifyButtonItems method of the LeadPageV2 (along with others getActions methods in the LeadPageV2 (study them from the "Sources" tab of the developer console in the browser), but still you can remove actionMenuItems elements from the method you highlighted and as a result they won't appear in the "Actions" button list.
Show all comments