All,<br><br>I am in the process of migrating my rules from the 2.1 format to the 3.0.5 format and I was wondering if the new version automatically does Null checks.&nbsp; For example I have the following:<br><br>&lt;java:condition&gt;
contact.getAccessoriesSelection() != null&lt;/java:condition&gt;<br>&lt;java:condition&gt;contact.getAccessoriesSelection().getAccessoriesTotal() != null&lt;/java:condition&gt;<br><br>I was wondering if under the new set I could do the following:
<br><br>rule &quot;total calc&quot;<br>&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contact : Contact(accessoriesSelection.accessoriesTotal != null)<br>&nbsp;&nbsp; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Add to the total<br>end<br><br>Ron<br>