SuitePeople: Employee Record Schema Additions
The Employee record adds several first-class fields previously implemented as custom fields by most accounts — including preferred name, pronouns, and a normalized work-location reference.
2026.1 adds native fields to the Employee record that most customers had implemented as custentity_* fields. Useful — but also a code smell waiting to happen.
Fields added
preferredname— stringpronouns— list/select against a new system listworklocation— list/select against Locations
Why this needs a migration plan
Any script, workflow, saved search, or integration that currently reads custentity_preferred_name (or your account's equivalent) will not automatically start reading the new native field. You will end up with two fields holding the same data and drifting apart over time.
Treat this as a coordinated cutover:
- Backfill the new native field from the custom field.
- Update SuiteScripts and integrations to read/write the new field.
- Mark the old custom field read-only and rename it with a deprecation prefix.
- Drop the custom field one full release cycle later.
Source: Oracle NetSuite Release Notes