UI Builder Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 05:14 AM
Hello,
I am configuring a new app on App Engine Studio using UI Builder. I have ran into an issue when submitting a record producer that I have on one of my pages. I was successful in routing the page and submitting the record, But I noticed when I go back to the record producer the form is still filled in with the previous ticket data, as well as the submit button is grayed out. Once I refresh the page though, the form fields clear out and I'm able to submit another record using the form. Is there is a client script that I can use OOB that would automatically refresh the page after submission? and would that be added to the page or the catalog item component?
Thanks,
Cobee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:26 PM
Have you tried action.setRedirectURL(current);?