Company Parameters

Company Parameters

Dan Waterfield avatar
Written by Dan Waterfield
Updated over a week ago

This article describes the parameters used to run the Auto Credit Info Process. In this module the parameters are set as user codes in each company.

User codes are under the CodeTypID 'CredInfo', with the following structure:

  • CodeDesc: Parameter name

  • LongDesc: Parameter value

Name

Function

EnableTrace

Boolean determining whether the system writes diagnostic data to the server trace.

EnableVerboseTraceTaskLog

Boolean determining whether the tracing contains verbose data.

LogFile

Boolean determining whether the system writes diagnostic data to 'Auto Credit Info' specific log file.

ErrorAlertEmails

String containing a list of email addresses that report and errors will sent to separated by ';'.

FileImport

Boolean determining whether the system attempts to import data from a file.

TargetFolder

String containing the folder location for data files to be imported from.

ImportFilePrefix

String that must be at the start of a file's name for it to be imported.

apiImport

Boolean determining whether the system attempts to import data from a web service.

apiSave

Boolean determining whether the system save requests to and responses from the web service.

apiURL

String containing the Web Service's base URL.

apiUser

String containing the Web Service's User name.

apiPass

String containing the Web Service's password.

FtpActive

Boolean determining whether the system attempts to import files from an ftp/sftp location.

FtpHost

String containing the Ftp's host address.

FtpRootDirectory

String containing the Ftp's folder location.

FtpUsername

String containing the Ftp's username.

FtpPassword

String containing the Ftp's password.

FtpPort

Integer containing the Ftp's port number.

FtpExplicitEncryption

Boolean determining whether the system uses explicit encryption when accessing the FTP.

UncompressFiles

Boolean determining whether the system attempts to extract zip files before processing files.

EmailActive

Boolean determining whether the system attempts to import files from email attachments in an inbox.

EmailUser

String containing the Email inbox's username.

EmailPass

String containing the Email inbox's password.

DaysUntilIdle

Integer containing the number of days a customer is not updated before it's considered idle.

combineReports

Determines whether the over-recommended customer tables contain ingested data or just data from Epicor

fillEmptyValues

Determines whether the ingest will fill empty credit score values even if the don't update attribute is assigned to a customer

SecAgencyReportInterval

Integer value of how often to produce a report for second agency customers.

LastSecAgencyReport

Date the last second agency report was sent

SecAgencyReportUnit

Unit for SecAgencyReportInterval value. Can be 'Days', 'Weeks' or 'Months'

Did this answer your question?