I have an editable list view using and oracle package/procedure to handle the storage of records being saved. When I click the Save button I have a simple rule that uses the execute SMO for all items that have been Added rule. On the ORacle side I was controling whether there is an error or not in the data or insert/update and passing the error message back out whereby I want that error to display on the screen as a simple message.
On the oracle side I know I have an error, but K2 is not seeing any error message in the passed back parameter I am storing it in before trying to display the message. What am I missing here and how do I work with K2 to identify an error when submitting for each record being inserted?
Thanks,
Steve