You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a given AWARD in findings, there should be uniqueness across the REFERENCE numbers.
award
...
reference
AWARD-0001
...
2023-001
AWARD-0001
...
2023-003
AWARD-0001
...
2023-004
AWARD-0002
...
2023-003
AWARD-0002
...
2023-005
So, award 1 has a unique set of references, {1, 3, 4}. Award 2 has a unique set of {3, 5}. It is possible for a reference to appear in multiple sets. However, it is not allowed to have a reference appear multiple times for a single award; eg. award 1 cannot be {1, 3, 3}.
Section(s):
This validation touches ALL sections
Pre-SAC
General Information
Audit Information
Federal Awards
Audit Findings
Audit findings text
CAP Text
Additional UEIs
Additional Auditors
Audit package (PDF)
Tribal data consent
Auditee certification
Auditor certification
Error(s)
This generates one error
This possibly generates multiple errors
Error text
f"Award {award-ref} repeats reference {ref}. The reference {ref} should only appear once for award {award-ref}."
Error number
AWARDREFS_202308111031
Notes
The content you are editing has changed. Please copy your edits and refresh the page.
* Added logic to handle cross validation for AWARD_REF and REF_NUMBER uniqueness
* #1791 Added test cases
* #1791 added newly created cross-validation function to the tree
Validation Description
For a given
AWARD
in findings, there should be uniqueness across theREFERENCE
numbers.So, award 1 has a unique set of references, {1, 3, 4}. Award 2 has a unique set of {3, 5}. It is possible for a reference to appear in multiple sets. However, it is not allowed to have a reference appear multiple times for a single award; eg. award 1 cannot be {1, 3, 3}.
Section(s):
Error(s)
Error text
f"Award {award-ref} repeats reference {ref}. The reference {ref} should only appear once for award {award-ref}."
Error number
Notes
Tasks
The text was updated successfully, but these errors were encountered: