website logo
Navigate through spaces
Carrot reference
⌘K
Carrot reference
Getting started with Carrot
Premade Carrot filters
Operator precedence
Expression truthiness
Carrot fields
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Elements of Carrot expressions
Functions
Operators
Keywords
Aggregators
Docs powered by archbee 
website logo

Name

A Carrot datatype used by fields that store employee names.

The Name datatype is not supported by Custom Fields. The Name datatype is currently limited to the default field name.

Properties

The Name datatype supports the following properties:

Property

Definition

name.last

Returns last name, ex. "Morrison."

name.first

Returns first name, ex. "Jim."

name.pref

Returns preferred first name, ex. "Jimmy."

name.prefLast

Returns preferred last name, ex "Morrison."

name.middle

Returns middle name, ex. "Douglas."

name.full

Returns full name.

name.preferred

Returns preferred full name.

name.lastPreferred

Returns preferred full name, reversed, ex. "Morrison, Jimmy."

name.firstLast

Returns full name.

name.lastFirst

Returns full name, reversed, ex. "Morrison, Jim."

Sample usage

name.last returns the last name of a record.

Updated 01 Feb 2023
Did this page help you?
Yes
No
UP NEXT
Number
Docs powered by archbee