Event that remains in transmission when a required error occurs during record producer transmission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 03:40 AM - edited 08-30-2023 03:43 AM
We are building a screen to create records using Record Producer.
If there is a problem with the submitted content when the submit button of the record producer is pressed, the process is aborted by a business rule (setAbortaction(true);). (setAbortaction(true);)
However, after the process is aborted, if any of the required fields are not entered on the screen and the submit button of the record producer is pressed again, an error occurs and the submit button remains at "Submitting..." and the button does not return. However, after the process is interrupted, if one of the required fields is not entered on the screen and the submit button is pressed again, an error occurs and the button does not return to the "Submit..." state.
I can understand why the submit button remains in the "Submitting..." state. is not returning to the "Submitting..." state with an error message.
We are hoping that the submit button will become active as usual.
Screen capture images are attached in files 001-006.
001_RedordProducer_MandatoryField.png
002_BusinessRule.png
003_RecordProducer_submit.png
004_RecordProducer_error.png
005_RecordProducer_resubmission.png
006_RecordProducer_Submitting....png