Skip to main content

Avatar PM 2022 Update 58

Product Requirements / Recommendations

Avatar PM required
RADplus required

Product Update Form Description

Validation has been added to subscriber address and guarantor address fields in the 'Financial Eligibility' form to prevent entries with certain special characters.

Included Updates

3, 9, 18, 41, 48, 55

Required Updates

None

Details

NEW1 CHANGED0 FIXED0
New (1)
Prevent use of certain special characters in the 'Financial Eligibility' form.
Validation has been added to subscriber address and guarantor address fields in the 'Financial Eligibility' form to prevent entries with certain special characters. Special characters which are not allowed are: ` ! $ % * ^ ~ @
The fields impacted are:
* Guarantor's Address - Line 1
* Guarantor's Address - Line 2
* Guarantor's Address - City
* Subscriber Address - Street Line 1
* Subscriber Address - Street Line 2
* Subscriber Address - City
* Subscriber Employer 's Add - Street
* Subscriber Employer 's Add - City
Value Added: Prevent entry of invalid special characters in Guarantor and Subscriber fields within Financial Eligibility form.
Topics
• Financial Eligibility • NX • Web Services
 
Acceptance Tests

AV-57506 Summary | Details
Prevent use of certain special characters in the 'Financial Eligibility' form.
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
  • Financial Eligibility
  • Financial Eligibility Web Service
Scenario 1: Validating address fields in Financial Eligibility form to prevent entries with certain special characters.
Steps
  1. Open the 'Financial Eligibility' form to add a new guarantor to a test client.
  2. Complete required fields.
  3. Enter a value containing a special character (List of special characters not permitted: `!$%*^~@) in any of the following fields:
  4. Guarantor's Address - Line 1
  5. Guarantor's Address - Line 2
  6. Guarantor's Address - City
  7. Subscriber Address - Street Line 1
  8. Subscriber Address - Street Line 2
  9. Subscriber Address - City
  10. Subscriber Employer 's Add - Street
  11. Subscriber Employer 's Add - City
  12. As the user tabs or clicks away from the field, the following message will display: "<Field Name> should not contain any of the following symbols: 'backtick', exclamation, dollar sign, percent, asterisk, caret, tilde, at sign."
  13. Click [OK] on the message.
  14. The invalid special characters will be removed from the field.
  15. Type the correct information into the field. No further messages regarding special characters will display.
  16. Click [Submit].
Scenario 2: Financial Eligibility Web Service - validate special characters are not permitted in select fields.
Specific Setup:
  • User must have knowledge of web service set and use in SoapUI or other web service tool.
Steps
  1. Consume the web service for 'Financial Eligibility': WEBSVC.FinancialEligibility.cls
  2. Open the 'AddFinancialElig' request.
  3. Populate required fields:
  4. SystemCode
  5. UserName
  6. Password
  7. Set the following fields to have at least one special character from the list: ` ! $ % * ^ ~ @. Example: 1 Maple Lane@Green Street
  8. Guarantor's Address - Line 1
  9. Guarantor's Address - Line 2
  10. Guarantor's Address - City
  11. Subscriber Address - Street Line 1
  12. Subscriber Address - Street Line 2
  13. Subscriber Address - City
  14. Subscriber Employer 's Add - Street
  15. Subscriber Employer 's Add - City
  16. Complete other required fields.
  17. Click [Send].
  18. Verify the Response contains the following for each line item from above:

<Message>Web service request failed with error :

Guarantor: 1 - GuarantorsAddress1 contains an invalid character.

Guarantor: 1 - GuarantorsAddress2 contains an invalid character.

Guarantor: 1 - GuarantorsAddressCity contains an invalid character.

Guarantor: 1 - SubscriberAddress1 contains an invalid character.

Guarantor: 1 - SubscriberAddress2 contains an invalid character.

Guarantor: 1 - SubscriberCity contains an invalid character.

  1. Correct the issues by removing the invalid special characters from each field.
  2. Click [Send].
  3. Verify the Response message is now "<Confirmation>Unique ID: 1075~1</Confirmation> <Message>Financial Eligibility web service has been filed successfully.</Message>"
  4. Open the 'Financial Eligibility' form for the same client.
  5. Verify the data sent in the Web Service is correct.



Topics
• Financial Eligibility • NX • Web Services