Dan
I am working with the SPARK file controls and things are generally working well. SPARK 4.4.0.1 EE.
When a user clicks on a file name (“Doc Name”) in a BPM File List, no “On File Clicked” logic seems to execute. In addition to displaying the file contents in a File Viewer, I decided I wanted a File Viewer to popup in a Modal Section for the user. What I discovered is that no “On File Clicked” logic seems to execute. console.log(“***”) doesn’t work. alert(“***”) doesn’t work. FYI any logic I copy/paste from “On File Clicked” into “On Load” works as expected. What is odd to me is that I don’t need to call setURL() for the File Viewer (no modal) to display the contents of the current file.
I noticed this when testing with Client Side Human Services. I quick test with a Heritage Human Service suggests things work as advertised.
Dan
SPARK Support
Hello Dan,
Which version of BPM are you using?
I was able to successfully test the File List On File Clicked event in BPM 8.5.7 with both the latest SPARK UI Toolkit version 4.4.2 and 4.4.0.1 EE using a Client Side Human Service.
Regards,
Stephen P.