Auto populate the field value in problem form based on problem task form fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2023 10:44 AM
Hi all, i have requirement on problem table. i have created new field on problem table , i need to auto-populate this new field value based on category and root cause subcategory. And also this category and subcategory fields are dropdown fields, these fields are auto populated based on problem task category and sub category field on problem form ,this configuration was already done...i just need to auto-populate this new field.
condition
1)problem task type need to be RCA
2)based on category and subcategory value on problem task form
3)need to auto populate new field value on problem form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:06 AM
Hey Anupriya,
If I'm understanding this correctly you should be able to do this with a business rule or client script. If the user needs to see the value then client script is your best bet. I would look for what was configured for the other RCA fields and add some logic for your new field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:12 AM
@Anupriya_11 You can choose to implement this solution using a GlideAjax + Client Callable script include (if the value need to be shown to user before form submission) or an After Update business rule if the value need not to be shown at the time of form submission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 12:15 PM
@Anupriya_11 this could be done with a business rule or a client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:26 PM
Hi all, i have written a Business rule and client script , now the new field value is populating. but once the state is changed the field is getting emptied. could you please help me how to fix it.
Thanks