Table of Contents

, , ,

TO_LOWER_CASE

Description

Returns the text being the lower case representation of the provided text

Parameters

Attribute of the Plain Text type or string constant or calculation producing text

Example

IF TO_LOWER_CASE (Account.Name) = 'john smith' THEN ...