We have a custom DS form based on HR11 that has some JavaScript added to the XML file to support features to open/view a PDF document, click an acknowledgment and perform an update to the Employee table to record the event.
After migrating the form from S3 V9 to V10, the form and buttons do not work.
While running as preview in DS using IE11 Developer Mode (with personality set to IE10) I am seeing an error that the "on click" function I have coded is not defined (although it is clearly in the code).
It appears V10 interprets inserted JS code and functions differently.
Has anyone encountered this and if so what is the workaround?
Thanks.