Environment: On premises only
Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
Policy | String |
Read | Policy name. |
Sample
The following sample shows you how to check if the object has a description.
/*The following rule is an example of what can be done*/
/* ------------------------------------- */
/* By default, we validate the operation */
/* ------------------------------------- */
Validation = true
/* ---------------------------------------------------------------- */
/* If the object has no description, we unvalidate the creation */
/* ---------------------------------------------------------------- */
If (ThisObject.V_description =="")
Validation = false