Hi
Id like to add a dashboard to this bpm data form, however there appears to be no Parent Docking Sheet and so therefore I cannot embed a dashboard. Does anyone know a way around this?
Many thanks
Carla
Hi
Id like to add a dashboard to this bpm data form, however there appears to be no Parent Docking Sheet and so therefore I cannot embed a dashboard. Does anyone know a way around this?
Many thanks
Carla
You may have to add a docking sheet first.
As a side note, dashboards on a customization don’t perform very fast typically. If you are willing to use code, do a search here for BAQView.
Im struggling how to add a docking sheet ?
Ill take a look at baq view thankyou
The sheet wizard has a checkbox for that. Add the docking sheet, then the dashboard sheet. I’ve not tried it in a BPMDataForm thoigh
Yes there does not appear to have the option to add docking sheet
Then BAQView is your best best.
Hi
Thanks im working hard on using the baq view, and populating the parameters required for the BAQ to run with the BPMData fields.
Is there a way I can on load of form populate one field with some text ‘GENBAN2STG’.
Ive tried:
But getting compile errors. Basically I want this text to be filled in automatically when this customisation is loaded and then passed in code to the baq
if you are using TextBox Control.
this.txtPartRev.Text = PartRev;