Hey Team!
How do i edit these checkboxes for my profile page in Dynamics 365 portal?
I want to hide the last one.
Thanks
*This post is locked for comments
Hey Team!
How do i edit these checkboxes for my profile page in Dynamics 365 portal?
I want to hide the last one.
Thanks
*This post is locked for comments
Hi Saad,
I want to populate the empty cell of a column with an icon on a webpage of the portal. The records are rendered through entity list on the webpage.
Kindly help me with this.
Do you know on what Web Entity I can find "How may we contact you? Select all that apply" where I have the check boxes I want to hide?
You can play with DOM and try to hide Fax using JQuery
Hi!
If I set value from true to false, all options will be hidden.
Is there a way to hide only Fax?
Mahender do you know how to get away with this searchbox?
Now i found!
Thank you
You can add a new setting with the same, no need to write any code. Simply create a site setting record with above configuration.
Mahender
Cant find Profile/ShowMarketingOptionsPanel in my settings!
Thank you Saad!
It works
Have you tried doing it with javascript. Use this script in profile page on portal to hide last option
$(document).ready
(
function()
{
$('.checkbox')[3].style.display='none'
}
);
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156