- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 11:57 PM
In the service catalog form there will be three fields
1. Domain-multiple choice
2.application name-reference variable (cmdb_ci_business_app)
3.security group name-single line text
By using this one hear I have a one requirement if user selects domain the domain value is populated as a prefix in the security group name
If the user select application name then it takes application number in the backend table and post populate after the domain prefix
Example security group name = domain_applicatioNumber
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 03:52 AM
@Vikasgc : Please refer the below link or Create onChange client script as below,
For Multiple Choice : https://www.servicenow.com/community/incident-management-forum/how-to-get-display-value-of-choices-i...
For Select Box type variable,
Result :
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 03:52 AM
@Vikasgc : Please refer the below link or Create onChange client script as below,
For Multiple Choice : https://www.servicenow.com/community/incident-management-forum/how-to-get-display-value-of-choices-i...
For Select Box type variable,
Result :
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 07:49 AM
In the above application name there will be one more multiple radio buttons is there one is application name and other one is team name and other name is infrastructure name if user clicks application name radio button then it shows application field then it takes application name if user select a team radio button then it need to take team name.