Open Custom Form in A New Tab

Hello 

Is there a way to open a custom Form in a New tab rather than as a Dialog in ARAS.

I believe Aras requires an item to open any window. But Mine is simply an independent Custom Form that I want to display in a new tab.

Please let me know if anyone has a workaround for the above issue.

Thanks,

Shruti

Parents Reply
  • Some additional remark. Out of own interest I made a quick check of the code. My Methods above are more used for the Izenda Reporter.

    But take a look at codetree file ...\Client\javascript\aras_object.js

    There you can find Aras.prototype.targetReport. This one triggers yet another useful function:

    --> var openReportInTab = function (mode, report_location, url)

    Sounds promising!!!

Children