Workflow and ServiceDesk Community

 View Only
  • 1.  New Tab?

    Posted Jul 18, 2013 03:37 PM

    Is it possible to open a web form page in a different tab? If so, how, and will it mess anything up?



  • 2.  RE: New Tab?

    Posted Jul 18, 2013 04:09 PM

    What exactly do you mean in a new tab? Do you mean when one form comes into another form, the "other form" gets open in a new tab?

    I don't think it would bust anything... you can probably get it working by using some custom javascript. I'll play around with it and see if I can get it working.

    EDIT: I'm so, so close. I added a custom JS event to the onclick of the button on my 1st form... the JS is

    window.open(window.location.href, '_blank');

    Problem is, it opens up the 1st web form again before opening up the 2nd form (after another click)



  • 3.  RE: New Tab?

    Posted Jul 18, 2013 05:41 PM

    To do this, login to the portal as an administrator and navigate to Admin -> Service Catalog Settings

    Once there, select the category of the form you would like to change (on the left). Now find the form you are opening, select the orange lightning bolt and click Edit Form.

    On the Form Information tab, scroll down and click Open In New Window then save your changes.

    Hope this helps!



  • 4.  RE: New Tab?

    Posted Jul 19, 2013 10:44 AM

    How do I login to the portal?



  • 5.  RE: New Tab?

    Posted Jul 19, 2013 10:51 AM

    That depends on whether or not you've installed ProcessManager. If you accepted the installer defaults, it'll be at <install>/ProcessManager.



  • 6.  RE: New Tab?

    Posted Jul 19, 2013 10:58 AM

    It's installed. It's asking for a username/PW???



  • 7.  RE: New Tab?

    Posted Jul 19, 2013 11:00 AM

    Yep... most people pump in the user they specify at install.



  • 8.  RE: New Tab?

    Posted Jul 19, 2013 11:10 AM

    Ok. I need to talk to some people to get the login info. Thank you



  • 9.  RE: New Tab?

    Posted Jul 19, 2013 11:52 AM

    I really like this way reecardo. Is it possible to get the new tab to go to the 2nd form?



  • 10.  RE: New Tab?

    Posted Jul 19, 2013 11:57 AM
      |   view attached

    Attaching my webforms project (ignore any warnings on open)

    Basically what happens is after clicking the button on the 1st form, the 1st form opens again in a new tab. Clicking the button again opens the 2nd tab in a new form. So it's "almost" working". I'm still playing with it.

     

    Attachment(s)

    package
    WebFormsProject2_0.package   66 KB 1 version


  • 11.  RE: New Tab?

    Posted Jul 19, 2013 02:29 PM

    Ok. Thank you.



  • 12.  RE: New Tab?

    Posted Jul 31, 2013 04:45 PM

    I'm using a web form workflow. The process manager doesn't help me.

     

    I''ve been using a sub dialog component. This seems to be the way to go.