- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2019 07:50 AM
Hi All,
How can I make Requested_for field editable on Catalog task?
Requested_for field is extended from Request table which is editable on Request table I want to make it editable on Catalog task.
PS : Checked Dictionary and Read Only is unchecked.
Also, checked UI policy and client script on Catalog task and No conflicts I can see.
What can be the possible errors ?
Thanks and Regards,
Meenal
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 05:39 AM
Hi,
Ok. I have a solution, so follow along:
Firstly, the dot-walked field for "Requested for" on sc_task seems to have be the requested item's...requested for field which itself...is a dot-walk from request...see below screenshot from Configure > Form Layout:
So...you'd want to swap this out and dot-walk from Request table and use that Requested For field.
Once you've made that change. Right-click gray header bar in sc_task record and go to "Configure > Dictionary":
Now...from here, you'll see a list of columns that say stuff like "Table, Column name, Type", etc. Click the gear icon to add the "Read only" column to this list view:
Now...look for the line item talking about request and you'll see that the Read only setting for this is "true" change it to "false" then go back to your sc_task record and voila...Requested for is now editable.
For fun...I left the original Requested for that was there (that I mentioned in the beginning of my post) and that is still read-only, but the one we added is not...which is why I had you do that 😉
https://hi.service-now.com/kb_view.do?sysparm_article=KB0687623
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2019 08:26 AM
Great, glad you got it!
If you don't mind, please mark any other reply of mine as Helpful, if it was.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 03:55 AM
I have same issue..Can you please elaborate the step 'look for the line item talking about request'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 06:00 AM
Hi,
If you've completed the other steps in my instructions, then when you get to the dictionary list of fields for sc_task, you'll see a record for Request. Use that and complete the rest of the steps.
Please mark reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2020 07:31 AM