I am looking for a way to find any deleted instances in Forms 10.4. I really just want some kind of auditing if an instance was deleted. So far, I don't see a way to find that.
I found a refernce to this SQL command,
SELECT * FROM [dbo].[cf_bp_main_instances] where status=99
I don't find anything with that status in SQL.