Dear All,
I have created a stored proc which is returning an output parameter 'caseid' and I would like to access the case id in stored proc smart service. But I am getting error incorrect number of argument passed. Please correct me if I am doing something wrong. I have attached the screenshots below:
Discussion posts and replies are publicly visible
Hi shubhamy, any reason why you are using a stored procedure?
Hi Richard,
I am updating the database table with some values periodically using stored procedure.