Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:b_i:applicability_rules_is_defined [2026/08/13 00:42] – removed - external edit (Unknown date) 127.0.0.1ref:b_i:applicability_rules_is_defined [2026/08/13 00:42] (current) – ↷ Page moved from b_i:applicability_rules_is_defined to ref:b_i:applicability_rules_is_defined localdev
Line 1: Line 1:
 +{{tag>Known_Issues, Issue:}}
  
 +<invisible> This is the template for known issues pages - add a tag to Issue: to allow this to show on the tagged page</invisible>
 +
 +==== Applicability Rules & IS UNDEFINED ====
 +<grid>
 +<col sm="1"><invisible> This is a spacer column</invisible></col>
 +<col sm="5">===Problem/Limitation Description===
 +
 +Using ''IS UNDEFINED'' in an applicability rule will not have the expected results when the attribute is a reference attribute.
 +<code aim>Event.Organiser IS UNDEFINED</code>
 +
 +</col>
 +<col sm="1"><invisible> This is a spacer column</invisible></col>
 +<col sm="5">===Work Around===
 +
 +Refer to an attribute on the reference attribute instead
 +<code aim>Event.Organiser.ID IS UNDEFINED</code>
 +
 +</col>
 +</grid>