Aller au contenu principal

RULES on COMBOBOX and VISIBLE property

Commentaires

2 commentaires

  • Zendesk API User
    Author: hoebbel - 5/19/2022 9:44

    Dear Marcos,

    I would use the <MATCHES> tag. Something like this:


    <RULE>
        <WITH>
            <MATCHES regex="^(Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday)$">
                <PROPERTY name="ENTRY" source="st_weekdays"/>
            </MATCHES>
        </WITH>
        <DO>
            <PROPERTY name="VISIBLE" source="st_radio"/>
        </DO>
    </RULE>

    Maybe the regex expression doesn't work. Just test a little (e.g. with just "(Sunday|Monday)", till you find a working one  

    Best regards
    Holger

    0
  • Zendesk API User
    Author: marcos - 5/19/2022 10:28

    Dear Holger

    That does indeed solve my problem.

    Thank you for your time.

     

    Best regards

    Marcos

    0

Vous devez vous connecter pour laisser un commentaire.