I definitely concur, go with the UD approach, faster, safer, data doesn't move or disappear, gets backed up with database. If you are currently using spreadsheets for your data most of it should just cut and paste insert directly into a UD table. A simple find first statement is all that is needed to retrieve the data from the UD table. Same approach works in Vantage and E9.
Jim Kinneman
Encompass Solutions, Inc
Jim Kinneman
Encompass Solutions, Inc
--- In vantage@yahoogroups.com, Mark Wonsil <mark_wonsil@...> wrote:
>
> > Ned: Would you at all be able to give an example of what the FileLookup.p
> > parameter would look like using a DFS link reference? For example, could you
> > give us an idea of what syntax we would use to replace the
> > "\\Vantage1\EPICOR\..." portion of the following statement:
> > Run ud\test\FileLookup.p("\\VANTAGE1\EPICOR\Configurator
> > Tables\AltraFormaE.csv",...)
> > Also, would we need to set this path reference up in the Propath of the
> > AppServers? Thank you both again for your suggestions and help with this! It
> > will definitely be nice to get this taken care of so that we do not have to
> > revisit this in the future.
>
> Even in V8, you can get rid of the external files by storing your data
> in UD files and call your .p programs to fill your option boxes, etc
> instead of using the file system. You don't have to wait for E9 to do
> that and I suspect that the performance would be better that always
> opening files on a DFS. This has the added benefit that you can easily
> maintain the files within Vantage AND you keep that data with your
> database.
>
> Food for thought...
>
> Mark W.
>