how to add multi value property in service now
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2024 10:13 PM
How to add multi value property in service now. For example, a work order should have multiple Material or Assets linked to it
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2024 11:31 AM - edited ‎06-20-2024 11:33 AM
Hi @nikhilagarw
Create a String type system property and in value, put the sys_Id's of Asset and Material with comma separated, something like
this 245f4889b7320110d033d76cde11a9d2,bed65049fffb2010635f056d793bf152
Did I get you correct?