Miscellaneous utilities

DOESIMAGEEXIST – Test for existence of image

163 views June 1, 2018 admin 0

Overview

This Custom Field returns TRUE if an image exists within a folder location (set using Field Options > Picture Content > Location) as defined by the given field.

Syntax

DOESIMAGEEXIST(ImageRef)

Element Description
ImageRef A given field.

Example

DOESIMAGEEXIST(‘ProductImage’)

If image names are located in the ‘ProductImage’ field, this Custom Field will return TRUE if the image itself can be found within the specified folder. If no image is found within the folder, it will return FALSE.

See also

N/A

Was this helpful?