-
Type:
New Feature
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: DMS Monthly Release - May 2020
-
Labels:
-
Company:All Clients/Multiple Clients
-
Epic Link:
Objective: As a HR Manager, I want to be able to control and validate the data format on forms so that users have specific formats to use so that I can standardize the data collected for use in an API.
Pre-requisite: I have a DMS activated. I am a CBAT customer.
Entry: I create a form
Exit: I can control the data format entered
Acceptance criteria:
- can control data entry types:
-
- Date
-
- soc sec #
-
- phone number
-
- text
- receive feedback when the data format is invalid
- hr manager can configure at set up
- user sees the required format (dd/mm/yyyy), XXX-XX-XXXX; X-XXX-XXX-XXXX
Add validations to DMS system fields.
For an example SSN must be numeric and fixed length.
Currently DMS not having any validations for system fields. But some API implemented some validations details are updated into DMS-1962.
CC – Samir
- relates to
-
DMS-2122 Add helpers on every form to sign
-
- Done
-
There are no Sub-Tasks for this issue.
Hi All,
I have done the analysis on implementing the validation for system fields in DMS for PDF.
We will be adding the validation on the basis of system fields name, but in our current scenario we don't have any fixed standard defined for creating the system fields.
For example: We need to validate the date fields in the format of MM/DD/YYYY.
So we planned to check for fields with name "date" and add validation to all the fields which include date as a part of its name.
But for some dates we are using names as dob, doj instead of dateofjoin or dateofbirth.
This will cause a fail in checking the dates field and our validation won't work in that fields.
Awaiting for further discussion in this implementation.
cc - Samir
Thanks