Updatable Dashboard GetNew Button

I have created an updatable dashboard with a BAQ. I want to add a button to the Tracker View of the Updatable BAQ which when clicked will launch the GetNew function and create a new record that I can enter in the data and save. How would I go about doing this?

Is it possible to use the New button on the existing menu bar instead of reinventing?

If your updatable dashboard has a query that allows New Record, the menu should already have the new button.

If you insist on creating a button, deploy the dashboard, put the button in the dashboard customisation. Use the event wizard to create the code. In the event, you run the GetNew… (do a trace to find out what needs to be run) and put everything in the event.

1 Like