Configuring Billing Component

You can configure the Billing component by using the Server Administrator > Components node.

To configure the Billing component

  1. Start the Server Administrator.
    On the Start menu, click Upland AccuRoute > Upland AccuRoute Server Administrator.

  2. On the console, expand the Server Administrator tree.

  3. Double-click Components. The Components are listed in the details pane.

  4. Double-click Billing to open the Properties page.

  5. Click Configuration.

  6. If the component is disabled, check the box beside the Enable collection of billing data option to enable billing.

  7. Configure the Database section.

  8. In the Database section, modify the Data Source Name (DSN) to point to an external ADO compatible database.

Note: By default, the DSN points to the Archive Database which includes all billing table to collect all billing data.

  1. Verify that the CostRecoveryDatatable is selected in the Table drop-down menu. For information on this table, click here. If needed, select another table. The choices are ArchiveTable and <No table selected>.

  1. In the Select the columns to populate section, clear the columns that should not be populated in the table. By default all the columns are selected.

Note: Any column you do not select will not have data entered for them and must be either null or have defaults configured in the table itself.  When writing a billing record, if you do not have a value for that column or you are not configured to place a value into a column, the null or the default specified value is inserted in the column.

You must always have the following columns selected:

  • prGUID - The value for this column should be nvarchar and is limited to 36 characters.
  • prDateBilling - The value for this string is the billing date.

If you do not select these columns, you will see an error message indicating that the minimum requirements have not been met.

  1. Click OK to save your changes.

See also

About Billing Component

Enabling Billing Component

Capturing CostRecovery Table Custom Fields