Create new Field and should not show on the form but present in backend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:18 AM - edited 12-26-2024 06:37 AM
Create new Field and Field should be active and should not be shown on the o form or workspace but should be available on the backend.
can anyone help on this please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:22 AM
remove it from form layout for each view
OR
hide it always using UI policy or onLoad client script
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:56 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:22 AM
Hi @XYD23 ,
Whenever you create any new field it may appear on the form, to make it hidden but available on table, you can just edit the form views by configuring the form layout.
Open form -> Right Click form header -> Form Layout -> Remove the field from selected to available in sluchbucket -> Save
Thats it, this should work
---------------------------------------------------------------------------------------------------
Please mark my answer as helpful/correct if it resolves your query.
Thanks,
Nilesh Wahule
---------------------------------------------------------------------------------------------------

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:28 AM
@XYD23 Please remove the field from the form layout from the the Views (Default/workspace etc) this way the field will not be shown to the user but will remain available on the backend.