Multiple Forms for 1 table

mclaug3
Tera Contributor

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)

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

I've done some reading on client-side scripting. Is it able to be done via this route?

Hi @mclaug3 

 

https://www.servicenow.com/community/developer-forum/using-a-client-script-to-dynamically-change-a-l...

 

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]

****************************************************************************************************************