Name
StockFeed
Licensing
eBusiness Connect must be licensed.
Description
Processing stock feed data sent from suppliers in CSV or .xml format. This module handles stock feeds from an assortment of suppliers through the use of configuration files supplied with Jes.
If suppliers choose to send their feed in .xml format they will need to conform to the Jim2 .xml format, or they need a .xlst developed to map their .xml format to the Jim2 .xml format.
If suppliers choose to send their feed in CSV format, they will need to conform to the generic CSV feed file format.
The data feed file may be compressed.
For instructions on how to configure stock feeds, refer to How to Set up Stock Feed Process.
Parameters
POP3Server
string
The server that hosts the email account access via the POP3 protocol.
POP3user
string
The user Id to use to log on to the email account.
POP3Password
string
The password to use to log on to the email account.
ErrorEmail
string
The email to forward emails to that do not match any of the configured stock feed criteria. In other words, any emails that will not be processed as a stock feed will be forwarded to this email address.
SMTPServer
string
The email server via which to send emails.
FeedImmediate
Boolean
Flag to indicate if the data feed emails should be processed following startup (overriding StartExclude/EndExclude). Jes will still wait for the first EmailPollSeconds period to elapse before the feeds are processed.
Setting FeedImmediate to True is not recommended for normal running. Suggested poll period is 15 minutes. |
FeedDirectory
string
The working directory for processing feeds. The attachments from data feed emails are unpacked to this directory for processing.
StartExclude
string
The starting time that the module should not process data feed emails. The processing of data feed emails can be an intensive process, and can impact normal functioning of Jim2. It is recommended that data feed processing is not performed during normal business hours.
EndExclude
string
The ending time that the module should not process data feed emails.
EmailPollSeconds
integer
The number of seconds between checking the email box for new email.
Further information: