Skip to content
background-image background-image

NetSuite – Employee

Transform to Time Bill

NetSuite – Employee

  • Version

    3.1

  • Agent restriction

    None

  • Processing type

    Row by row

  • Multi-input step

    Not Supported

Transform to Time Bill is a powerful action that simplifies the process of converting employee data into time bill entries within the NetSuite platform. By seamlessly integrating employee information with billing functionalities, this action enhances your ability to track and manage time-related expenses efficiently. It provides you with a clear overview of employee hours worked, ensuring accurate billing and improved financial management. This functionality is ideal for businesses of all sizes looking to streamline their billing processes and enhance overall operational efficiency.

Configuration

NetSuite - Configuration (ver. 1.0.0)

Error behavior

The available values are:

  • Fail and return response: The connector fails at the specified line but generates output with error details.

  • Fail without response: The connector fails - the error will be displayed only in the log.

  • Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.

NetSuite - Connection (ver. 1.0.0)

URL

URL of your NetSuite instance.

Account ID

Account ID for NetSuite API.

Consumer Key

Consumer key for NetSuite API.

Consumer Secret

Consumer secret for NetSuite API.

Token ID

Token ID for NetSuite API.

Token Secret

Token secret for NetSuite API.


Input & Output Schema

Input

NetSuite - Transform Employee To Time Bill Request (ver. 1.4.0)

Column Data type Allow null Description
ID String No Unique identifier for the employee in NetSuite
TimeBill NetSuite - Time Bill v1.2.0 No Represents the time billing information associated with the employee

NetSuite - Time Type (ver. 1.1.0)

Column Data type Allow null Description
ID String No Unique identifier for the employee in NetSuite
RefName String Yes Display name of the employee used in the connector
CustomFields JSON Yes Additional custom attributes related to the employee

Output

NetSuite - Response (ver. 1.0.0)

Column Data type Allow null Description
StatusCode Integer No HTTP status code returned by the NetSuite API indicating the result of the operation
IsError Bool No Indicates whether there was an error during the operation
Message String Yes Error or status message providing additional information
Status Code
  • 200 Success
  • 400 Bad request
  • 404 Not found
  • 500 Server error