I don't even know how to word the question...
Below is an email from a company we deal with daily and they have a question.
Help???
What do I tell these people?
"We are in the process of updating some information, and would like to verify if you are using a provider to submit your pricebook. We would also like to confirm what software and version is used to send the pricebook over to us."
Thank you!
This is the very simple script I wrote with Macro Scheduler 12
-------------script--------------------
Month>mm
Day>dd
Year>yyyy
RenameFile>C:\tPriceBook.csv,C:\tPriceBook_%yyyy%%mm%%dd%.csv
Let>pricebook=C:\tPriceBook_%yyyy%%mm%%dd%.csv
Let>FTP_STATUS=1
Let>FTP_PASSIVE=1
FTPPutFile>xx.xx.xxx.xx,user,password,21,%pricebook%,/,*,A
MessageModal>Result of FTP - %FTP_RESULT%
exit
ftp software/version info needed
Moderators: Dorian (MJT support), JRL
- CyberCitizen
- Automation Wizard
- Posts: 721
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
Re: ftp software/version info needed
First off is the pricebook coming from you or is it going from them to someone else. The question almost sounds like its someone else asking them how it is being sent to them.pauljohn wrote:"We are in the process of updating some information, and would like to verify if you are using a provider to submit your pricebook. We would also like to confirm what software and version is used to send the pricebook over to us."
My response would be something along the lines of the PriceBook is being sent directly from us, no third party / provider. The program being used to submit the Price Book was written for us in MSSL. You could include the version of Macro Scheduler you used if you wanted.
FIREFIGHTER