I have a couple of external tables (we use MS SQL Server) that I use for values in dynamic fields and lookups in Forms. These tables may change frequently (for example the table used in forms is an approval routing table). Is there a practical way to maintain these tables within Workflow or is it easier to just use Management Studio or import an Excel spreadsheet into SQL Server each time the table changes?
Question
Question
Answer
SELECTED ANSWER
replied on July 23, 2014
Depends who's responsible to maintain these tables:
> Admin User: SQL Management Studio
> End User: an Excel spreadsheet uploaded periodically by a workflow into the SQL database
Note that in either case, I recommend creating a distinct SQL database to protect your repository data.
0
0
Replies
You are not allowed to follow up in this post.