SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63353: The Add Phone number screen in SAS® Enterprise Case Management does not require you to specify the phone number type

DetailsHotfixAboutRate It

When you create a report in SAS Enterprise Case Management, you should select the phone type when you specify a phone number in the Add Phone number screen. However, the web application might fail to report an error if you do not specify a phone type for a phone number.

For example, when editing a subject, you specify a value for Phone Number, but neglect to select the Type, as shown below:

Add Phone number screen

 

The Phone number grid in the Edit Subject screen contains a value for Phone Number, but the Type is missing:

Phone number grid in the Edit Subject screen

 

When you fail to specify a phone type for a phone number, you might see the following results:

  • When you click Validate Report, you are not notified of the missing phone type.
  • When you click Validate as E-File, the web application correctly reports an error for a missing phone type. 
  • When you submit an E-File containing a report with a missing phone number type, the E-File is rejected with errors.

To work around the problem, you can modify the user interface definition file to require a phone type for a phone number in the Add Phone number screen.

To implement the workaround, follow the steps below to download, edit, and upload the rr-fincen-sarx-01.xml user interface definition file. For more information, see detailed instructions for downloading and uploading a user interface definition file in the SAS Enterprise Case Management 6.3: Administrator's Guide.

  1. Download the rr-fincen-sarx-01.xml UI definition file in the Administration menu of SAS Enterprise Case Management.
  2. Edit the rr-fincen-sarx-01.xml UI definition file. Locate the drop-down field, X_SUBJECT_TELEPHONE_NO.X_PHONE_TYPE_CD, within the telephone screen ID
  3. Below the 20 Type label, add the following validation test:
    <validation test="matches(X_SUBJECT_TELEPHONE_NO.X_PHONE_TYPE_CD, '^[A-D]')"> 
       <errmsg>Phone number type must be set for subject</errmsg>
    </validation>
  4. Save your changes.
  5. Upload the rr-fincen-sarx-01.xml user interface definition file in the Administration menu, and clear the cache.

With the above change in place, you see the following error when you select OK in the Add Phone number screen without setting the phone type:

Phone number type must be set for subject

 

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Case ManagementLinux for x646.3_M19.4 TS1M3
64-bit Enabled Solaris6.3_M19.4 TS1M3
64-bit Enabled AIX6.3_M19.4 TS1M3
Microsoft® Windows® for x646.3_M19.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.