Hi,
I’m trying to trigger some code upon save in an updatable dashboard. When I trace the save, I can see that the BPM that gets called is the DynamicQuery’s Update function. I’ve been having trouble trying to get my code to work properly in this BPM and figured I’d have a easier time in the customization script editor of the dashboard.
I was wondering if there was a way to trigger code on save within the customization of the dashboard. I’ve dug around and found that you can use the form event wizard’s AfterAdapterMethod. However, it comes up blank. Is there any way to get it to update this dropdown list to show DynamicQuery Adapter? Or is there another way to get code trigger upon save?