- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 09:23 PM
Dear experts,
I would like to ask how do I populate the risk field which is defined in the metric for KRI to my risk mitigation task tab that is linked through a relationship defined beforehand. I want the risk field in the risk mitigation task form to populate the same risk that is defined under the metric for KRI record when creating a new risk mitigation task record. Below is the screenshot for the risk mitigation task form now and the relationship linked through the related list.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 02:41 AM
@ChauN how are you expecting the risk mitigation to be created? If created manually by an end user you have to make a client script to pre-populate fields. If it is created automatically, you can update the flow of business rule creating the risk mitigation to dot walk and copy the fields from the related metric.
Here is how others have tackled the pre population for other record types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 02:41 AM
@ChauN how are you expecting the risk mitigation to be created? If created manually by an end user you have to make a client script to pre-populate fields. If it is created automatically, you can update the flow of business rule creating the risk mitigation to dot walk and copy the fields from the related metric.
Here is how others have tackled the pre population for other record types