I want a button which does a server-side operation to execute a stored procedure which deletes a row out of a custom table in my metastorm database, so I used the 'execute stored procedure' option in the designer. I'm passing in a number as a parameter, and I know the stored procedure exists. It all deploys ok, but when I press the button I get a message 'Failed to execute deployed method 'WhenChanged' using entity 'btnDelete', specified method is not supported.'
Does this not work, or is it something I'm doing wrong with it?