We updated the support package for the solman environment to level 18, after the update in some calls when executing a Status change (e.g. 40 quality to 60 awaiting approval) in solman 7.2 the error "XSRF Token not found" occurs (note 1795897).
I encountered the same problem as you a while ago, and the solution was to use the JS AutoTable library to make the call and create the jsPDF object and thus have access to the autotable. If this library doesn't work for you, try looking for another ...
Hi, if you already use the jsPDFauto table library, try making the call this way.If you don't use this library, I'll leave the link so you can download it.https://github.com/simonbengtsson/jsPDF-AutoTableAlways remember to reference your library in t...
Hi, I had a very similar problem, when migrating my projects to VSCode I noticed that the Component.preload file was not updated according to my changes to the code, so the file was not loaded correctly and the application did not start, so the I cha...
Hi, unfortunately this option is not available. try something custom by adding something like:oTableItems.bindRows("/OnlyRequest", {filtros: filter_array_identifier}) oroTableItems.bindRows("/OnlyRequest", {filters: filter_array_identifier}) or oMode...