I have a customer. They manage 20-30 investment funds. Each are separate standalone MAS90 entities. They want to pull in an adjusting entry automatically each week on Friday. This would have to happen for each of the 20-30 standalone MAS companies.
What they'd like to do is:
1. Have this automatically import a separate entry to each of the 20-30 entries
2. Without the user having to do anything (assume VI and Windows scheduler).
A couple things that I've not had to deal with before:
1. Using SQL as the source (I always use CSV because I perceive Sage's track record at supporting other file formats as poor).
Is there a specific version SQL that VI is certified as being able to read?
I've had really poor results when customers tried to use Lotus or Excel files as sources and picture my luck not being much different with SQL.
2. The customer wants to be queried for a data range of transactions to pull in. I'm uncertain this can be unattended. I also think there's a huge potential for mistaken double postings.
QUESTIONS:
1. Is this easier to do with scripting? Or maybe I should ask can it be done into 20-30 separate companies unattended?
2. Anyone devise a similar VI type routine that might fire for automatically for this # of companies - and are there hidden ""gotcha's""?
3. What's the wisdom of using SQL as the VI source data file? I tend to avoid anything except CSV.