Hi :-)
In my scheduler I've added in a new menu item from the right click menu:
{text: "Job Card", onClick: args => location.href = args.source.data.Filelocation},
It works, opening a job card for the scheduled item. However, I need it to open in a new browser tab, or in a popup window. I've tried a million and one combinations of window.open but cannot get this to work. Can you help?
Thank you.