Are you saying that a menu item is automatically created when a BAQReport is created?
Where is LaunchForm located on a UDForm?
Are you saying that a menu item is automatically created when a BAQReport is created?
Where is LaunchForm located on a UDForm?
Heās talking about making a BAQ report.
You would then use the LaunchForm process in a customization to launch the baq report.
Something Like:
Dim lfo as LaunchFormOptions = New LaunchFormOptions()
//lfo.ValueIn = "IfYouNeedIt"
ProcessCaller.LaunchForm(oTrans, "BAQ Report Menu ID", opts)
End Sub
Yes. Your button would call a bpm via the dynamic query adapter, and launch a custom action
in a UBAQ. In that custom action you would basically do (close to) the exact same code for the ssrs report you are launching from the client, but it would be launched server side from the UBAQ/BPM.
I see. I thought you were originally suggesting having no customization and doing everything via the directive. What you are suggesting does seem like a cleaner more upgrade friendly approach that I will have to look into in the future.
Iāve got about 6 projects being deployed at my plant at the same time right now,
including a new phone system.
My explanation skills are currently lacking