website logo
ChartHop documentation
Carrot reference
Release notes
Navigate through spaces
ChartHop documentation
Carrot reference
Release notes
⌘K
Getting started
Getting started with Carrot
Operator precedence
Filtering with Carrot
Data categories
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Address
Boolean
Comp
Comp Band
Currency
Date
DateTime
DaysOff
Enum
EnumList
File
Group
Image
Job
List
Money
Name
Number
Null
Percent
Person
PersonList
Shares
StockGrant
String
TimeOff
User
Operators
+ (add)
- (subtract)
* (multiply)
/ (divide)
% (modulus)
&& (and)
|| (or)
if
: (match)
= (equals)
!= (not-equals)
! (not)
> (greater-than)
>= (greater-than-equals)
< (less-than)
<= (less-than-equals)
[ ](array)
. (dot)
? (ternary)
?: (elvis)
Functions
abs()
asOf()
boolean()
compHistory()
compBetween()
costBetween()
date()
day()
daysOffBetween()
diffYears()
diffMonths()
distance()
monthEnd()
formatMoney()
formatRound()
formatNumber()
formatPercent()
formatDate()
grantedShares()
length()
max()
mean()
money()
month()
min()
nextAnniversary()
number()
pluralize()
percent()
random()
round()
roundUp()
roundDown()
string()
subString()
stockPrice()
monthStart()
split()
vestValue()
vestShares()
year()
Aggregators
count{}
max{}
mean{}
min{}
sum{}
Docs powered by archbee 
5min

Recruiting

Includes fields related to time off including sick days, jury duty, vacation, etc.

Fields

Field name

Description

Code name

Active (Days)



daysActive

Annual Budget Cost



budgetCost

Backfill For

Returns Org member for whom an open role is a backfill.

backfill

Backfill Job

Returns whether a job should be backfilled at all. (Yes/No).

backfillJob

Candidates (Active)



applyActive

Hiring Manager



hireMgr

Interviews (Active)



applyInterview

Lever Req ID



leverReqId

Offer Accept Date



offerAcceptDate

Offers (Active)



applyOffer

Offers (Total)



applyTotalOffer

Open (days)

Returns the number of days that Job has been open, even if not actively recruiting.

daysOpen

Priority (Recruiting)

The relative priority of hiring an open job.

recruitPriority

Recruit Active Date



recruitActiveDate

Recruiter

The person who is responsible for recruiting this role. Can be set to "External Recruiter" to mark external recruiters.

recruiter

Recruiting



The status of an open job, where:

  • Active means the job is being recruited for
  • Passive means inbound candidates are being reviewed, but no active search is in progress
  • Inactive means the role is currently not being recruited
  • Offer means an offer is out but not yet accepted
  • Pending means someone is hired to start

recruit

Time to Fill (days)

Measured as the time between starting active recruitment for a role (e.g., job posting published) and having an offer acceptance or:



Offer Accept Date - Recruit Active Date

fillDays

Recruit Active Date

The date that active recruitment started.

recruitActiveDate

Offer Accept Date

The date that an offer was accepted.

offerAcceptDate

Updated 07 Nov 2022
Did this page help you?
Yes
No
UP NEXT
Active (Days)
Docs powered by archbee 
TABLE OF CONTENTS
Fields