Multiple Forms for 1 table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 07:56 AM
I have a table that I want to have multiple workspaces dump data into (i.e. partitioned parts of the database so not all of it is visible to everyone). With this- I'd like to have each workspace use it's own form but with different field labels. I have played with the form views where I can add different fields but when I try to change the labels it replicates to the main form and all form views. Is this possible. See example below:
MAIN TABLE
FIELD #1
FIELD #2
FIELD #3
WORKSPACE #1
FIELD #1 (LABEL: GREEN)
FIELD #2 (LABEL: BLUE)
FIELD #3 (LABEL: YELLOW)
WORKSPACE #2
FIELD #1 (LABEL: RED)
FIELD #2 (LABEL: ORANGE)
FIELD #3 (LABEL: PURPLE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 09:40 AM
Hi @mclaug3
I try to change the labels it replicates to the main form and all form views.
Atul: Labels can't be view specific , sorry
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 10:02 AM
I've done some reading on client-side scripting. Is it able to be done via this route?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2024 10:05 AM
Hi @mclaug3
https://www.servicenow.com/community/developer-forum/change-field-label-via-script/m-p/1511643
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************