- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 03:27 AM
I have an UI policy to make the incident state field read only when the state is closed. However I noticed that, in the list view, Im able to change the status from Closed to whatever available I want i.e) when I click on 'Closed' in Incident application or when I query for incident state is closed, the state in the query are editable or can be changed. How do I restrict this?
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 04:34 AM
Hi,
I can see the error now.
Please remove the numbers from your client script(on the left side green one like 02,03....)
Please copy the below script and paste it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 04:38 AM
Oops, didn't even notice the numbers, thinking of what could have went wrong. Thanks a lot for your help. It works now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 04:40 AM
I am glad I can be helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2014 11:27 PM
Pradeep, is it possible for you to have a look at Data Source - File Path issue and give me a solution? Many thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 04:02 AM
Hi catchdini,
Allow write ACL on Incident table to user only when the record is active or not closed.
So that after closure of record only Admin (if requires) can have write access role.
Also make sure that write ACLs do not confict each other for same table.
Thanks,
Darshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2014 04:31 AM
Hi Darshan, can you plz expain me in detail?