Hi,
I have created a stored procedure which takes some input parameters and based on parameters, Insert query gets executed. I want to Call this Procedure either through SAIL Interface or Process Model. I cannot use fn!executestoredprocedure function as i am writing to db.
Can someone suggest on the same
Regards
Venkatesh
Discussion posts and replies are publicly visible
You can use Execute Stored Procedure smart service in process model.
What is the data source name for this?
Hi Abk, the data source name can be found in the Data Store object in which your data store entities are defined.