Hello Guys,
Could you please tell me ,if there is any way to hide the new button in crm list ?
Thanks in advance,
Mena
*This post is locked for comments
Hello Guys,
Could you please tell me ,if there is any way to hide the new button in crm list ?
Thanks in advance,
Mena
*This post is locked for comments
Hi Mena Khalaf,
You could try using the unsupported customizations below. Register the following Javascript function on the load of the form.
function RemoveNewButtonFromLookUp(lookupName) { $('#' + lookupName).attr('isinlinenewenabled','0'); }
Do not forget to add Jquery library to the form.
See the link below for more details.
crmtipsbyprm.wordpress.com/.../hide-new-button-on-inline-lookup-menu/
Hope this helps.
Hi Mena,
Have you thought of changing the mapings in the relation instead? As the others said there is no supported way of doing this.
What are the mapping problems?
Cheers,
Hi Mena,
There is no supported way to hide this button without removing the create privileges. As you mentioned you are facing some problems with mapping & filtration, you should look for ways to fix these.
What issues you are facing?
I want to allow adding from the main view only, because adding a new record from here is causing problems in the mapping and filtration. I don't want to prevent adding records at all.
Hi Mena,
You would need to remove the ability for the user to create the entity by removing this security privilege from their roles.
Hope this helps.
Thanks,
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156