RE: Phase 3 Filter action threw ARERR and deleted record from form

2018-03-07 Thread Grooms, Frederick W
07, 2018 8:17 AM To: ARSList <arslist@arslist.org> Subject: Phase 3 Filter action threw ARERR and deleted record from form Hi, I was under the impression that if a Phase 3 action on a submit filter met with ARERR error, then the submitted record will still be present on the form

Re: Phase 3 Filter action threw ARERR and deleted record from form

2018-03-07 Thread LJ LongWing
Radhika, Yes it's expected behavior. Remedy is designed so that everything that happens during an API call is a single transaction, and if that transaction has an error, it rolls the entire thing back. If you don't want that you have a few options. You can 'handle' the error and it won't roll

Phase 3 Filter action threw ARERR and deleted record from form

2018-03-07 Thread Narayanan, Radhika
Hi, I was under the impression that if a Phase 3 action on a submit filter met with ARERR error, then the submitted record will still be present on the form , will not get deleted or rolled back. However, I observed quite the contrary on ARS 8.1.02. Have you come across this before and how