appHasCondition

Version

1.4

Parameters

Parameter Type Description
pType string Condition type.
pStatus string Condition status.
pDesc string Condition name.
pImpact string Condition severity.

Returns

Returns true if the record has a record condition whose type is pType, name is pDesc, status is pStatus, and severity is pImpact; otherwise, returns false.

Notes

Use null in place of any parameter if you do not want to filter by that item. For example, to check if the record has any condition at all, use appHasCondition(null, null, null, null).