Excluding new claims created before Edit Claim form is dismissed

For complex topics that regular users would not be interested in. For power users and database administrators.
Post Reply
mandmdiet
Posts: 113
Joined: Tue Aug 17, 2021 9:37 am

Excluding new claims created before Edit Claim form is dismissed

Post by mandmdiet » Thu Jan 26, 2023 8:42 am

When the New Claim button is clicked, the claim is created immediately and the Edit Claim window appears. However, if the user clicks Cancel on the Edit Claim window, the claim is deleted. I'm trying to figure out a way I can ignore that new claim until the user has clicked the OK button on the Edit Claim window because I don't want to pull a claim that may be deleted in a few moments. When I say pull, I mean via SQL query against the database directly. Is there a way to do this? I looked at the source and couldn't tell but it does look like the claim appears on the form that appears when clicking Send Claims as well.

Thank you for any help you can provide.

Post Reply