cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use SQL triggers to start a process

SanjayKumar2
Level 3
We all know that the backend database is SQL. So, is it possible to use SQL triggers to start a process. If any one has any experience on this. Could you please share the same. Thanks, Sanjay
2 REPLIES 2

John__Carter
Staff
Staff
I would advise not to take the chance Sanjay. As you know the DB is the heart of the BP environment and must be kept healthy and secure. Directly manipulating the data risks causing widespread problems.

kirankumar_nell
Level 2
Hi, Adding to the above query, can we trigger the BP webservice using SQL triggers? SQL Trigger: On record insertion and update If yes, can someone help us with a small sample where we can learn and take it forward.