I am adding a custom button to an Entity List
I want to hide/show the button depending on a specific column value of each row.
The red below code works on the ID of the row = ????, but I need to replace the data-id with a whole number column called [Count] so that if this [Count] column is 0 it wont display the button, anything above it will
$(document).ready(function () {
Hi,
If you are using the OOB functionality of the Portal. You can add filter condition on the action button.
Please refer the below link:-
www.engineeredcode.com/.../dynamics-365-portal-filter-criteria-and-action-buttons
Thanks,
Manoj.
Please mark this as VERIFIED if it helps.