Hi all.
I added a button to a custom dashboard that will open another custom dashboard. When I click the button, rather than opening the Menu Item, it first pops this message box:
If I click ‘OK’ the correct menu item opens. How do I bypass that message box?
Here is my code:
private void CbyWipBtn_Click(object sender, System.EventArgs args)
{
// ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(this.oTrans, "CUBDASH");
}