Hide action based on form change
I added an action button to my form for example Approve that changes some status, but in edit page when user makes change in the form he can forget to save changes and just click approve which will trigger the previous data so how can I hide the approve action button immediately after form changes are made?
2 Replies
You can call record save on approve action function
Thank you, that is one way to do it but I really needed to hide or may be disable it. Because am validating so much things before save changes