- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:30 AM
Hi All,
How to set default value (a specific group from cmdb_ci_group table ) for reference variable of record producer.
Shall I need to define a script include and call it using javascript: 'scriptinclude name' from the default value tab of the variable? or do we have any easy way?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:37 AM
Hi @learn nv
Just add the sys_id or backend name in the default value section.
Please mark this as helpful and accept as a solution if this resolves your query.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:37 AM
Hi @learn nv
Just add the sys_id or backend name in the default value section.
Please mark this as helpful and accept as a solution if this resolves your query.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:42 AM - edited 02-23-2024 12:45 AM
@learn nv : Try using this code of line.
javascript : GetIDValue('cmdb_ci_group', 'group name');
Hope it helps. Kindly mark helpful/accepted if it helps.
Regards,
Priyanka Salunke