Finding Data When Creating Custom Reports for User Defined Data in Servicing Director

Finding Data When Creating Custom Reports for User Defined Data in Servicing Director

Servicing Director does not deliver any reports for User Defined Data fields or screens.

You may need to create a custom report in Servicing Director, based on the User Defined Data that you have set up.

In order to create your custom report, you need to know which tables and fields in the Servicing Director database you need to query for the data.


If you just use the delivered base User Defined Form (which only includes LoanID plus whatever you add to it), the data is stored at a loan level in a table called UserDefinedData.

If you have created your own user-defined forms (screens), then when you create one of these, a table is automatically created using the form name that you give it, and then appends the word 'USR' as a prefix.

So, for example, if you create a custom User Defined Form called Forbearance, you will find a table created called Usr_Forbearance. This table contains all loan level data that you input.

Your custom report(s) for User Defined Data needs to source the data from these tables (Usr_xxxxxxx).


ArticleNumber:

000047325

    • Related Articles

    • Creating a Servicing Director Custom Report

      To create your own report using data from the Servicing Director database. Reports are created in the program Crystal Reports XI, combined with creating a database view to query your Servicing Director database. Prerequisite: Licensed copy of Crystal ...
    • Creating a Servicing Director Custom Letter

      The procedure below describes how to create your own Servicing Director letters using data from your Servicing Director database. You create the letter using your own copy of Microsoft Word or Crystal Reports to create a custom template document. For ...
    • Servicing Director Field Maintenance Logging Reports

      Servicing Director delivers two different field logging reports. The Field Logging Rpt Found in the Event Manager Available Events > System Administration > Reports category. This report is delivered with two predefined types of criteria; however, ...
    • Creating the Servicing Director ODBC Data Sources

      The Servicing Director applications use Windows ODBC Data Sources configured with the Microsoft SQL Server driver to connect to the Servicing Director SQL server. The Data Sources for Servicing Director are automatically created by the Servicing ...
    • Creating a Servicing Director test server

      You want to create a Servicing Director test server with a copy of your production server data, and after making all the required changes, use the test server for testing and training. The procedure below is for your local IT or system administrator ...