Resource: Property, Field : PhotosCount
Description
A warning will appear when the PhotosCount is 0.
Error Messages
1) WARNING, 'photo count' indicates no photos, one or more photos is expected.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^WARNING, 'photo count' indicates no photos, one or more photos is expected.|LogicBlk1^TRUE]
// Output a warning if the entry is empty (photos required) or the entry is less then or equal to zero (al least one photo required)
(/*[LogicBlk1]*/IIF((.ENTRY. = .EMPTY.),(.TRUE.),(.ENTRY. <= 0)))
Syntax only
(IIF((.ENTRY. = .EMPTY.),(.TRUE.),(.ENTRY. <= 0)))
Rule Unique ID
83d811a8-b642-44b4-9cc1-ea108bed88e2
Rule Number
165