- 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 02:58 AM
You are doing this onload of a client script. A better alternative would be to use the UI action's condition to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:08 AM
Can you please explain. because i am trying this since morning. not getting exact results

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:16 AM
Hi Amol,
You can put the condition in the ui action condition field or else onload should also work just check if it could be == sign instead of '>' -1.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 03:03 AM
Hi Amol,
Kalai is correct.
Use the condition field in that particular UI action to achieve this.
Raj