- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 01:40 AM
We have created a new variable editor using UI formatter on custom table which is in Scoped application. When i submit the record producer it is showing the variable editor as read- only by default.
I've used below script to make it editable. But no luck. Can Some one help me to achieve this.
function onLoad() {
g_form.setVariablesReadOnly(false);
}
@Ankur Bawiskar Please help me 🙂
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 06:45 AM
is it normal client script or catalog client script?
it should be normal client script on that custom table and create it in scope app
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 06:45 AM
is it normal client script or catalog client script?
it should be normal client script on that custom table and create it in scope app
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 12:03 AM
Hi
Still i am unable to edit the variable editor on the target record
@Ankur Bawiskar Please help me 🙂