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
  • 0 オフライン in reply to AngelaIp

    Hi Angela, 

    This definitely helped. Thanks a Ton! 

    In my case I am invoking the html form from a CUI action and using

               this.arasTabsobj.updateTitleTab(newWindowName, {
                  label: "Validation Report",
                  image: '../images/TabDefault.svg'
               });

    I am able to set the Tab name. and the Image is a good bonus Slight smile

    Thanks,

    Shruti Suresh.

Children