- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 12:51 AM
using with OnChange script -in a new record if i have changed state value from NEW to CLOSED then form view was changed to ''state_closed''view ----working fine, after updated record ,
if we see in list of records view is displaying as like "state_closed"
when i clicked on NEW button then "state_closed " view is reflecting on NEW record , As per new record view should be Default view
i want to display Default view when i click on NEW button
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:28 AM
Try with action.setRedirectURL('incident.do?sys_id=-1&sysparm_view=default'); OR action.setRedirectURL('incident.do?sys_id=-1&sysparm_view=');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:47 AM
hi Sunil,
Shall i have to keep your UI action script under NEW button or shall i remove it???

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:48 AM
Remove the script if the above view rule is working