Did you make it work yet?In the workspace you need to use the g_modal api. With g_modal.showFrame you can use your UI page in the workspace.Example:function onClick(g_form) {g_modal.showFrame({url: 'url',size: 'lg',title: 'Your Title',callback: funct...
Hi,I currently have an open case with SN. I discovered that the TenableIOProcessor script include has an exception for vulnerabilities with family_id '39'. The SN docs state that the Tenable.SC should have this exception! So this is the practical rea...
Hi,Hopefully you had already figured this out in the meantime, but it appears that you did not select anything for 'data to filter'. So you have your filter source, the user table, but then you also need to specify on which field you want to apply th...
Hi! Thank you very much for your reply. In the meantime we had identified the issue. It was indeed due to the setWorkflow(false), which was called in a while loop - in an if statement. And because it wasn't set to true after the update, once it would...