UI Action
I created a UI action on Case table.with below details.name: my UI actionaction: takeActionForm button: checked Client : checkedonClick : onClick()Script : function onClick(){alert('hi');} But, When I click on the form button alert message is not po...