/
Trailing spaces in "FullName" field of the user [5.2.2-B1]

Trailing spaces in "FullName" field of the user [5.2.2-B1]

The "FullName" calculated of the field of the user is dynamically calculated using following formula: "First Name" + "space" + "Last Name".

Unfortunately when either or both values are empty the resulting value isn't empty, but instead contains a trailing whitespace.

Solution

Remove trailing whitespaces from either side of "FullName" calcualted field value of the user.

Related Tasks