I am tying to create a custom alert with single alert status return, and have created a procedure with output parameters as required, but are getting The procedure call does not contain the required #ALERTVALUE# parameter. I am fairly certain that I am just not calling the procedure correctly from the Alert Parameters section and can find no documentation or examples anywhere to help.
My procedure signature is:
ALTER PROCEDURE alert.OrdersProcessing
@ALERTVALUE varchar(15) OUTPUT,
@ALERTSTRING varchar(200) OUTPUT
AS
and in alert parameters I have simply put... alert.OrdersProcessing