Hi Experts,
We are using globoal search to show the cases when we search some cases. Once we search the result appears like this.
a . Now my requirement is to stop the user from opening this record based on security role, is this possible - I can achieve this by writing the JS code but the problem I am facing that since the function is getting called on the onload of the form, entire page gets load and then only my onload function is triggered. Is there a possiblity to call my function before loading the entire case form?