Skip to main content

RULES on COMBOBOX and VISIBLE property

Comments

2 comments

  • 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

Please sign in to leave a comment.