NetSuite Applications Suite (2024)

Employee status values can be used to categorize employees' work status. Example values include part-time, full-time, temporary, regular. These values display on the Human Resources subtab of employee records.

For help working with this record in the user interface, see Setting Up Employee Related Lists.

The internal ID for this record is employeestatus.

See the SuiteScript Records Browser for all internal IDs associated with this record.

For information about scripting with this record in SuiteScript, see the following:

Supported Script Types

The employee status record is scriptable in both client and server SuiteScript.

Supported Functions

The following SuiteScript functionality is supported:

  • Read

  • Create

  • Update

  • Copy

  • Delete

  • Search

Script Sample

The following sample shows how to create an employee status record.

 require(['N/record'], function (record) { var myRecord = record.create({ type: record.Type.EMPLOYEE_STATUS }); myRecord.setValue({ fieldId: 'name', value: Active }); myRecord.save(); });  

General Notices

NetSuite Applications Suite (2024)
Top Articles
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 5888

Rating: 4 / 5 (41 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Ms. Lucile Johns

Birthday: 1999-11-16

Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

Phone: +59115435987187

Job: Education Supervisor

Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.