1
0
-1
2 answers
- 10-1
if you are using a userview, make a process including database update tool and put its URL on redirection property of import menu
Add your comment... - 10-1
You are using import tool in a process or in a post processing tool of the form. right??
Insert another tool (database update tool) after the import tool and write your query
- Marcus Huang
Oh, sorry. It's my mistake. It's import menu in userview, not import tool in form or process. So I can't set a tool any more.
Add your comment...
I configured one import tool and want to execute insert command after import action completed. I used the trigger which insert data when insert or update, but when I import data, import tool will be endless loop within the trigger. How could I execute sql command after import tool finished import ? As my import action is not regular, so I can't set schedule job on SQL server.