IS NEW Expression

UDP ›› Rule Conditions ››
Parent Previous Next

IS NEW Expression

The IS NEW Expression is used in the conditional part of a rule (see Rule Condition) to check whether a particular business object specified in the expression is being created (does not exist in the system yet), for example

   

If NOT (Message IS NEW) Then PROTECT Message.Subject  

   

In this example the Subject attribute of the Message object is protected if the object already exists in the system.