Support Article
Js Error on flowaction
SA-1100
Summary
In our application,there is a flowaction called,Reassign proposal,which reassigns thw workobject to the user.When
the flowaction is launched,an error icon is getting displayed at the bottom of the scree.Upon clikcing on the icon a JS notification window is getting opened displaying the JS file names.
Error Messages
Object required with some js file names.
Steps to Reproduce
1. Launch the Reassing process.
2. Select the Reassing flow action then "Object required" script error is coming.
Root Cause
The root cause of this problem is a defect in customer application code/rules.
Reload section API is being called by passing section element. In some cases section element is coming as null.
Resolution
This issue is resolved through the following local change:
Before calling the reload section API checking whether section element is null or not. If it not null then only calling Reload Section API.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.