- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 02:55 AM
Hi Experts,
I have written this code but it is not able to run can you please suggest what to do any update on below code. please suggest
No error No warnings.
still not able to run. please suggest.
Solved! Go to Solution.
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:20 AM
Hi Amol,
Search for the ui action that you want to hide.
Open it, you will find condition field in it. You can mention your condition for the visibility of that ui action there.
Below is the snapshot for reference.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:12 AM
I want to hide this button on state change. thats way i was trying it on client script.
can you please elaborate what exactly would be the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:30 AM
Thank you So much Raj.
Its Working Now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:20 AM
Hi Amol,
Inspact the button by pressing F12, and get the button element id.
After getting the is as per above image use below code in client script :
document.getElementById('resolve_incident').style.display = 'none';
Hope it will resolve your problem, if you have any doubt please let me know.
Thanks,
Param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:31 AM
Thank you. I tried this method too but Ui Action helps there this function is not working.
But really thank you so much for your help. you help a lot in this