Assessment and Assessment Question on Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 03:06 PM
Hello I am having an reporting issue that I hope someone can help me with. I have created and Assessment Metric based on the "sn_grc_profile" table to issue assessments against entities. When I issue an assessment, the assessment instance does not have any tie to what entity it is related to. So I thought I would create a new field on the Assessment Instance and have a business rule copy that information from the Assessment Instance Question related list. For some reason it is not working and was wondering if someone could catch my mistake?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 09:35 PM
Hi @idevelop4fun ,
Assuming you have configure similar Document ID field on asmt_assessment_instance table as asmt_assessment_instance_question table.
You are only updating the value of the "Source" field in your business rule, however the Document ID field needed two inputs in order to set the value.
1. Table (ex. sn_grc_profile)
2. sys_id or Record
Please create another field with type "Table Name" and add it as Dependent on your custom Field. From BR set values for both fields Table and Record similar as asmt_assessment_instance_question table.
Regards,
Aakash