- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 07:14 AM
When applying the start_locked=false attribute to the List field in my custom table, it is still displaying the fully locked icon above the unlocked slushbucket. How can I correct this?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 08:06 AM
I found that the glitch occurs when applying the List field to a UI Policy alongside the attribute value.
I applied an onLoad/onChange client script (see below link for reference on code needed) and I removed the attribute value, start_locked=false, from the field. It works fine now.
https://servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 07:19 AM
Not really sure, but it works as expected in my PDI.
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 05:26 AM
No worries, I had to delete the field and re-create it to correct the issue. Was just curious if this was something that has been seen before and if there were any alternative ways of correcting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 08:06 AM
I found that the glitch occurs when applying the List field to a UI Policy alongside the attribute value.
I applied an onLoad/onChange client script (see below link for reference on code needed) and I removed the attribute value, start_locked=false, from the field. It works fine now.
https://servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/