Using Visual Ribbon Editor I am attempting to create a button that calls and runs a dialog to create a new registration entity.
If I manually select a registration and run the dialog from the "Start Dialog" menu it works fine.
However, I want one of our team members to be able to click the new ribbon button, without manually selecting a registration entity, and bring up the dialog.
Below is a snip of how this button is set up now and the error that is thrown when I click the button. I know the LaunchDialog.js works because I'm using it for other buttons.
I have no VRE or java experience so I'm not sure in what order these are being called, if there is one, or which parameter I am supposed to copy from the URL to point it to the registration entity. I'm working with a build the last person in my position left.
Any thoughts?
Design in Visual Ribbon Editor
Error when button is clicked