Hi Everyone,
Is there any alternative to the executive stored procedure smart service which is depricated?
Discussion posts and replies are publicly visible
Hi Rahul,
You can use a!executeStoredProcedureForQuery or a!executeStoredProcedureOnSave functions instead in Appian 22.1 or later.
, can we use a!executeStoredProcedureOnSave function in process model script task? I cant use a!executeStoredProcedureForQuery function since the stored procedure is updating and inserting the data as well.
No, we can only call it in saveInto of a component or as part of Web API.
Any way to use in process model as currently we are calling the stored proc through process model?
Where do you see it being deprecated? I'm assuming you are referring to the plugin?
Rahul009 said:can we use a!executeStoredProcedureOnSave function in process model script task?
Why wouldn't you just be using the Execute Stored Procedure node, that is now built in?