Button to Open Dashboard Menu Item first launched message box

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:

image

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");
	}

Turn off developer mode

1 Like