IT Process Automation

 View Only
  • 1.  hidden option Radio Button by Form data inicialization code

    Posted Feb 25, 2016 02:56 PM

    Hi guys

    By “Assign User Task” operator that is calling that IRF a user selects a option by RADIO BUTTON object. I looking a way to hide an option or options based in a conditional evaluation.

    The issue is that I can’t set HIDDEN option by “Form data inicialization code”. I’m trying to this way:

    ---------------------------------------------------------------------------

    Form.proc = newValueMap()

    Form.proc.autorizacion.hom.hidden = true

    ---------------------------------------------------------------------------

     

    By reference:

    proc: is a Fieldset object

    autorizacian: is a Radio group object

     

    So, how could get it’s? Thank you in advance



  • 2.  Re: hidden option Radio Button by Form data inicialization code

    Posted Mar 16, 2016 01:27 PM

    Hi guys, In other words:

    - if i've a form with many objects (labels, radios, checks, etc): how i can manage the visibility to these objects (displayed or not) when the form is shown?

     

    Best regards