Show and Hide ribbon button in PowerApps haven't change for so long. Most of the implementation are not using first party app or its core functionality thus some of buttons are not relevant for the business to have any value. Hiding the button is easy though using ribbon workbench by tampering the ribbon XML. Hiding … Continue reading [PowerTips] Hide button for non-admin users without any scripting
Tag: Client Side Script
Confirmation dialog while saving Dataverse record
There are times we might need to have a confirmation dialog before saving the record and in the case of cancel, needs to refresh the form data to previous state. Confirmation dialog is achievable using the client side SDK scripts. It is pretty easy to put the confirmation dialog in the save event, the tricky … Continue reading Confirmation dialog while saving Dataverse record

