Feedback

  • Contents
 

Fax Detail Report

The Fax Detail Report displays detailed data for fax interactions for the specified date and period of time. This report includes:

  • Processing Date and time

  • Fax Direction

  • Envelope

  • Fax ID

  • Remote Number

  • Remote CSId

  • Duration of the fax transmission

  • Number of Pages in the fax transmission

  • Transmission Speed for the fax

The report also displays information on the Total Inbound and Total Outbound fax transmissions including:

  • Succeeded fax transmissions

  • Failed fax transmissions

  • Total fax transmissions

  • Duration of fax transmissions

  • Average duration of fax transmissions

Parameters

The following parameters can be specified for the Fax Detail report:

  • Date

  • Remote number

  • Sender name

Sample report

Click on the image below to view a sample of this report.

 

Report Element Descriptions

Report Element

Database Column or Computation

Processing Date

ProcessingDatetime

Direction

Computed: 1:Inbound ; 0:Outbound

Envelope

EnvelopeId

Fax ID

FaxId

Remote Number

RemoteNumber

Remote CSId

RemoteCSId

Duration

Duration

Pages

PageCount

Speed

Speed

 

Report Element

Database Column or Computation

Succeeded

Count(fax succeeded)

Failed

Count(fax failed)

Total

Computed: Count(number of faxes)

Duration

Sum(Duration)

Avg Duration

Sum(Duration)/Count(number of faxes)

 

Stored Procedure

  • sprpt_FaxDetail

 

Tables

  • FaxEnvelopeHist

  • Individual