Closed
Is it possible to call Stored procedures in Pega ?
If so, Please explain briefly. Can I directly use the stored procedure in Connect-SQL rules?
Please let me know if anybody has implemented this in your respective projects and how. That would be very useful for me. Thanks
Hi
In the "Open" tab for Connect-SQL rule you can write :
exec <StroredProcname> {<Key>}
example : exec usp_GetRecord {.ClientID}
Regards