Hello community,
I am implementing a way to import/export organizational data. The thing I want to do is create a business process that will transfer the data from SysAdminUnitCopy to SysAdminUnit and vice versa. For the transfer of this data I created a script in sql server which transfers this data and executes successfully.
The next thing i need to do now is put this script in a sql script type schema and call it from a process.
Is there any way to call/execute a sql script schema from a business process?
Like
1 comments
17:50 Mar 02, 2022
Hello,
It is possible. See https://customerfx.com/article/executing-direct-sql-statements-in-a-pro…
Ryan
Show all comments