- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 05:57 AM
Hi ,
i have created an extended table , in my new table all fields are visible except description, even though in form layout its present.
This is parent table
this is extended table, also see short description some extra knowledge search option is coming
Please let me know what needs to be checked so that i can bring description field back on my form
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 06:39 AM
It appears these are two different form layouts and the field may not be placed on the form. Use the menu to bring up the form designer (Configure> Form Design) and pick the field from the fields list on the left and place it where you like in the formatter.
http://wiki.servicenow.com/?title=Form_Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 06:13 AM
Hi Anshul,
Please check on the parent or child table, if there are any UI policy or client script which is hiding the Description field?
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 06:39 AM
It appears these are two different form layouts and the field may not be placed on the form. Use the menu to bring up the form designer (Configure> Form Design) and pick the field from the fields list on the left and place it where you like in the formatter.
http://wiki.servicenow.com/?title=Form_Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 10:53 PM
I have check all the UI policies, they are same for both child and parent table, also the field is present in design and layout as well.
Any else point why this field is not visible on form

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2017 12:39 AM
Things you can try (as an admin)
- On the form, cntrl-alt-j to bring up the javascript evaluator. Execute the following code
g_form.setDisplay('description',true);
If this works, the field will show up right click on the label and select 'watch field'. Then you can determine what is hiding it
- Turn on security debugging. Search the output (at the bottom of the form) for description read rules that are presumably failing.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022