Workflow and ServiceDesk Community

 View Only
  • 1.  Is there a WF Component to find display/video resolution

    Posted May 02, 2011 02:33 PM

    I am trying to adjust my forms dynamically, based on the resoltion a user is working with... so I need to find out their screen/display resolution before I present the interaction form (Form Builder Component), is there a component to determine what display resoltion each user is working with, thank.



  • 2.  RE: Is there a WF Component to find display/video resolution

    Posted May 04, 2011 02:09 PM

    I do not know of a specific component that would do this, but you could probably use the Code (Script) Component from the Scripting library and some C# code to pull it. I did a quick search and found quite a few samples of how to do this using C#. I am not quite sure how you would tie the two together, though.