select formatId, formatName from tbl_EAI_inboundFileFormats where formatName = 'SALES_CALLS_TXT' and ownerId = 0 and ownerType = '*'

Importing Sales Calls is not immediate. Once the import has been started you will be able to do other things. An email will be sent to you when the import is complete.

Your request to import Sales Calls has been received, validated and queued for processing.

Your request will be processed within 24 hours. Once your request has been processed you will be notified by email.

fileReader.init( qmd_batch.fileName ); bufferedReader.init( fileReader ); reader = bufferedReader; multiLineReader.init( bufferedReader, _fileFormat.multiLineStartRegEx ); reader = multiLineReader; _heading = reader.readLine(); reader.close(); if( isDefined( "multiLineReader" )) { StructDelete( variables, "multiLineReader" ); } StructDelete( variables, "bufferedReader" ); StructDelete( variables, "fileReader" );

Your import request CANNOT BE PROCESSED at this time due to format incompatibilities.

Please review the information below and make the necessary adjustments to the import file before uploading it again.

Click here to view the Sales Call Import file format specification.

File Layout Problems
Field # Name Type Len. Message
#right( "000#currentRow#", 3 )#XXX #fieldName# #fieldDataType#&##160; #fieldLength#&##160; #_message#&##160;
select message, count(*) lineCount, min( lineNumber ) firstLine from tbl_EAI_InboundBatchMessages where batchId = and lineNumber > 0 group by message order by message
File Content Problems
Message First Line Total Lines
#htmleditformat( message )# #firstLine# #lineCount#