Currently I have Entity list where in I have create and Details Button.
I wish to Hide Create button if Entity list returns a record and show Create Button if Entity list returns nothing. Is this possible.
If not Entity list button I am also ok with custom button, but this button should be hidden based of if logged on Contact .
For ex select * from contact where contacid =LoggedonContactid;
There are few blogs which mentioned the same