- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 02:34 AM
HI everyone,
I am trying add description field in the service portal under my requests along with assigned to person and short description. Could anyone provide possible ways to achieve this..?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 05:30 AM
You will have to do it on variable attribute level:
For example, to allow for entry of an address, set max_length=200, or other appropriate length.
Applicable variables: Single-line text, Wide single-line text
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 03:40 AM
hi dhruv,
Instance options is restricting but instance page editor can be accessed. It is showing only scripting part.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 04:50 AM
Hi
If you are able to to see the script part then:
Just add the required column names in your server side code.
var fields = $sp.getFields(gr,'assigned_to, description, short_description');
Also, you can refer to :https://community.servicenow.com/community?id=community_question&sys_id=97dd5610db89b0504819fb243996...
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 05:16 AM
thanks for the solution sandeep but as the description part is too long how can we set a character limit like 150 characters to be displayed in the portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 05:30 AM
You will have to do it on variable attribute level:
For example, to allow for entry of an address, set max_length=200, or other appropriate length.
Applicable variables: Single-line text, Wide single-line text
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 10:23 PM
Hi
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep