How can we hide out of the box Create button in Entity list in Dynamics CRM portal?
You can put a document ready function on the entity list, like below. Then you can do a show of the field/button if you grab its name. It works for fields, Im not 100% sure on buttons.
$(document).ready(function(){
//add code here
});
community.dynamics.com/.../show-or-hide-fields-on-entity-form-on-dynamics-365-portals
Actually, I want to just hide the button and show it only after the page loads completely.
Duplicate.
How can we hide out of the box Create button in Entity list in Dynamics CRM portal?
I want to show this button only after the page loads completely.
Go into the Portal Management App, Entity Lists, find your entity list. Go to the Options tab. You will see something like my image that has a create button, you can remove it there. If yours looks different send a screen shot.
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156