- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 07:22 AM
ok this is weird. I had noticed the redirect commented out so i un commented it yesterday and it still redirected me to service_catalog.do
with the redirect still commented out If i go into the service catalog-->Record Producers and select the record producer in question and then click 'try it' the record producer will submit into the system with the correct redirect.
current.u_incident_description = producer.u_incident_description_detailed + producer.u_incident_description_how;
current.u_employee = producer.u_employee_name;
current.u_employee_name = producer.u_employee;
gs.include("FormInfoHeader");
var fi = new FormInfoHeader();
var s = 'Your HSSE Incident has been submitted.<br/>';
s += 'We will contact you if we need any further information.<br/>';
fi.addMessage(s);
//producer.redirect = "hsse_quality_incident_status.do";