- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In MRVS how to get only 1st Category from multiple Model Categories
Under cmdb_model table we have field Model Categories how i can take only first Category and add to MRVS data.
Now adding it takes all the categories.
Example:
Model Categories- Disk,Server,Linux,test
in MRVS i need only first Record to add here is 'Disk' how to get only 1st Value.
Thanks,
Shekhar,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
thats right from client script you can call the script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Please find the screen shot of MRVS i am adding for Model and Model Category:
Ref Field - Asset details Model - cmdb_model
Ref Field - Model Catgory - cmdb_model_category
For Model Category field i have added Auto Populate
Product Model cmdb_model and dot walk path toe Model Categories.
Here i am getting multiple categories so user needs only first one like:
Model Categories- Disk,Server,Linux,test
Only it should get the Disk in Model Category.
MRVS Pop up:
Above code is there but not sure where i can use that code from Client side.