Workflow Soluiton

 View Only
  • 1.  Hiding components in Workflow

    Posted Oct 30, 2013 07:45 PM

    I have been racking my brains and for the life of me cant see why this doesnt work.  I have this setup:

     

    Snap 2013-10-30 at 16.37.22.png

     

    On the first Checkbox I have a Custom Event that is set as:

     

    Hide Control if Current Value is Empty.  I then have the Target Component the "Input Box"

    Did the same thing to hide the "Computer MCID" label

    When i run in debug and click the first checkbox the two entries disappear as normal.

     

    What I need to do is have the last two checkboxs either disable or hide when the first one is selected (so users cant select an existing computer, new computer or not applicable).  I have tried the Disable Control If Value as well as Hide Control If Value in the Custom Events but no matter what Value I use it doesnt do anything.

     

    Am I missing something?

     

    Thanks



  • 2.  RE: Hiding components in Workflow
    Best Answer

    Posted Oct 31, 2013 08:20 AM

    On the Existing Computer checkbox use ''Disable Control By Value' custom event. Make the target the checkbox you want to disable and set the 'Value to Validate' to 'on' (lowercase w/out the qoutes).



  • 3.  RE: Hiding components in Workflow

    Posted Oct 31, 2013 11:19 AM

    Thanks rhamner....that worked perfectly.

    I tried every other Value I could think of (yes, true, 1) didnt even occur to me to use "on".

     

    Thanks again!!!!