Populate Category and Subcategory based on CI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 05:23 AM
Hello All,
We have a requirement on Incident form where the category and subcategory should be populated based on CI and also if category and sub category is changed the CI should be modified.
We have a table 'ABC' which contains all the 3 fields Category, subcategory and their respective CI.
Now my question is I'm able to do the first scenario ie, populating the category and subcaterogy based on CI. But to do achieve the second scenario my two fields category and subcategory cannot be normal string fields, they should be referencing to my ABC table, but the display value of my ABC table is the CI name.
Can anyone tell me how can I achieve this by using the same table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 12:34 PM
Hi
You don't have to change the catagory and subcategory fields - keep them as strings.
You can build it in a client script or a business rule, depending on when you want the fields to change (real time or when the record is saved)
The client script or business rule will run when the category and subcategory fields are changed and will query the ABC table for the specific combination.
The record which matches, will contain the CI while you will then apply to the CI field on the incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2024 05:00 AM
Hi Sowmya,
Were you able to achieve both the scenarios? Can you share your insights for both solutions please?
Thank you!