Only threshold forms use the CDL. Created a dropdown for field codes based on the file type selected in the threshold form. Will refetch the cdls every time a user changes the file type.
Make sure the Field Code input field has the Names and Codes you put in for line 37 in views.py
Change the File Type field
Check your container logs to make sure that the logger printed the right code for your file type.
Change the File Type a second time. The codes should repopulate and the first code in the list should appear in the drop down. The help text should clear
These are the corresponding codes for each file type:
dc/Dental Claims
mc/Medical Claims
me/Member Eligibility
pc/Pharmacy Claims
pv/Provider
UI
Drop down field for field codes. WIll populate dynamically based on file type selected when put on QA
Helper text will dynamically update on Threshold Percentage based on Field Code.
Overview
Only threshold forms use the CDL. Created a dropdown for field codes based on the file type selected in the threshold form. Will refetch the cdls every time a user changes the file type.
Related
Changes
Testing
These are the corresponding codes for each file type:
UI
Drop down field for field codes. WIll populate dynamically based on file type selected when put on QA
Helper text will dynamically update on Threshold Percentage based on Field Code.