Skip to main content
The SAP SuccessFactors plugin syncs data locally. Use corsair.sapsuccessfactors.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Calibration Session

Path: sapsuccessfactors.db.calibrationSession.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Candidate

Path: sapsuccessfactors.db.candidate.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Company

Path: sapsuccessfactors.db.company.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Employment

Path: sapsuccessfactors.db.employment.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Goal

Path: sapsuccessfactors.db.goal.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Goal Plan

Path: sapsuccessfactors.db.goalPlan.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Job Application

Path: sapsuccessfactors.db.jobApplication.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Job Requisition

Path: sapsuccessfactors.db.jobRequisition.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Person

Path: sapsuccessfactors.db.person.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Personal

Path: sapsuccessfactors.db.personal.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Position

Path: sapsuccessfactors.db.position.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

User

Path: sapsuccessfactors.db.user.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.