Alternative Condition for Affiliation View

Learn about the alternative condition for affliation view.

You can use any other field from PB (instead of the Affiliate flag) by defining a Z5 variable CORE::INDIRECT-PB-LINK of type "Condition":

In this example, adding a related company or person to an affiliation sets FreeC1 to the specified value.

Restrictions for the variable definition:

  • only '=' is supported as operator (exception: for Boolean fields '<> N' is supported as well as '= Y')
  • empty values are not supported
  • the catalog code '0' (i.e. the default value of catalog fields) is not supported
  • wildcards are not supported
    Note: You can use literal character values of ‘*‘ and ‘?’ using the escape sequences ‘\*’ and ‘\?’.