Skip to content
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

VEDUHSF Fixes -Confirm Veteran Evidence doc upload validations met #81481

Open
freeheeling opened this issue Apr 23, 2024 · 0 comments
Open

VEDUHSF Fixes -Confirm Veteran Evidence doc upload validations met #81481

freeheeling opened this issue Apr 23, 2024 · 0 comments
Labels
code-yellow Related to an ongoing Code Yellow issue DBEX-Carbs Disability Benefits Experience - Team Carbs disability-experience

Comments

@freeheeling
Copy link
Contributor

freeheeling commented Apr 23, 2024

Verify that all of the following file upload validations are met prior to submitting to EVSS:

  • pid is valid
  • file is not null
  • docType is not null
  • docTypeDescription is not null
  • claimId is not null and must be alphanumeric
  • systemName is not null
  • doc cannot exceed maximum allowed size or be empty
  • BENEFICIARY is not null
  • SSN is not null
  • FIRST_NAME is not null
  • LAST_NAME is not null
  • Error stamping PDF with “Submitted Electronically”
  • ReceivedDt is not null
  • Filename is not null
  • file text encoding is UTF-8
  • MimeType must equal the implied file name based on the extension of the file
  • PDF is not corrupt

error message returned from POST requests of uploaded files to .../wss-document-services-web-3.7/rest

Datadog log query sample and terms: "EVSS::DisabilityCompensationForm::SubmitUploads" "died with error"

@freeheeling freeheeling added the DBEX-Carbs Disability Benefits Experience - Team Carbs label Apr 23, 2024
@lisacapaccioli lisacapaccioli changed the title Confirm doc upload validations met Confirm Veteran Evidence doc upload validations met Jun 21, 2024
@ajones446 ajones446 self-assigned this Aug 14, 2024
@lisacapaccioli lisacapaccioli added the code-yellow Related to an ongoing Code Yellow issue label Aug 23, 2024
@lisacapaccioli lisacapaccioli changed the title Confirm Veteran Evidence doc upload validations met VEDUHSF Fixes -Confirm Veteran Evidence doc upload validations met Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-yellow Related to an ongoing Code Yellow issue DBEX-Carbs Disability Benefits Experience - Team Carbs disability-experience
Projects
None yet
Development

No branches or pull requests

3 participants