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
Currently, there is no implementation of the expected functionality related to the 'Status' mapping field, leading to inconsistencies in record processing.
Expected behavior
Records without a status should default to "draft" and be processed accordingly.
Records explicitly set to "draft" should be processed and visible on the draft page.
Records with an assigned status should require a facility mapping field; otherwise, they should not be processed.(user should be notified about the mandatory field in this case)
Users should receive notifications about any records that were not processed due to invalid status values.
Steps to reproduce the issue
Prepare a bulk count CSV file with varying status values.
Upload the file using the bulk count upload feature.
Observe the behavior of the records based on the provided statuses.
Environment details
App version : v2.1.0
App environment : UAT
The text was updated successfully, but these errors were encountered:
Current behavior
Currently, there is no implementation of the expected functionality related to the 'Status' mapping field, leading to inconsistencies in record processing.
Expected behavior
Records without a status should default to "draft" and be processed accordingly.
Records explicitly set to "draft" should be processed and visible on the draft page.
Records with an assigned status should require a facility mapping field; otherwise, they should not be processed.(user should be notified about the mandatory field in this case)
Users should receive notifications about any records that were not processed due to invalid status values.
Steps to reproduce the issue
Prepare a bulk count CSV file with varying status values.
Upload the file using the bulk count upload feature.
Observe the behavior of the records based on the provided statuses.
Environment details
App version : v2.1.0
App environment : UAT
The text was updated successfully, but these errors were encountered: