-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API - UI Displaying Person Giving Notice for some Legacy Registration Unit Notes #20615
Comments
Hey @doug-lovett , here are some examples in TEST where the Person Giving Notice is displayed for the legacy registrations residential exemption unit notes. Could you please take a look, thanks! |
@chdivyareddy the change I made was for the post data migration, no DB2 configuration where the issue was originally raised in 20535. I will expand the change to include pre data migration DB2 unit note information. |
@chdivyareddy the update to include legacy DB2 unit notes when conditionally displaying the person giving notice is now in TEST. |
Thank you @doug-lovett for the quick fix:) Verified in TEST! |
All other Unit notes should have a section for Person Giving Notice (CAU, CAUE, CAUC, 102, NPUB, NCON, TAXN)
Background:
As part of the data migration data quality analysis, note records were identified where the note name and address was identical to the submitting party name and address. The decision was made to retain such note name and address information.
An API change is required to remove person giving notice information if the document type is not in the above list.
Note document types to exclude: REG_103E,EXNR,NCAN,REG_103,NRED,STAT,REST,REGC,EXRS
In Dev
Design
The text was updated successfully, but these errors were encountered: