Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UI Builder Record Producer

Cobee
Tera Expert

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

1 REPLY 1

NathanC1
Tera Contributor

Have you tried action.setRedirectURL(current);?