Aller au contenu principal

Form Rules -> ValueService -> Linkeditors

Commentaires

2 commentaires

  • Zendesk API User
    Author: hoebbel - 5/13/2025 12:58

    Hello cheitee,

    you can access the UID of the template of the outer section (the one which is a child of the body) with this rule:

    <RULE when="ONLOCK"> <WITH> <PROPERTY name="TEMPLATE" source="#global"/> </WITH> <DO> <PROPERTY name="VALUE" source="st_text"/> </DO> </RULE>

    This rule would write the UID into a (CMS_INPUT_TEXT) input component with the name "st_text". (just an example, so you can see how it can be used)

    Since you wrote, that you are using different section templates, this way you can identify the different places where the CATALOGs are used. (and only show the desired CMS_INPUT_LINK input component)

    best regards
    Holger

    0
  • Zendesk API User
    Author: cheitee - 5/13/2025 15:28

    Thank you Holger

     

    0

Vous devez vous connecter pour laisser un commentaire.