Documentation Index
Fetch the complete documentation index at: https://www.c1.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Roles |
Account provisioning
The NetSuite connector supports creating new employee accounts directly from C1. When configuring an account provisioning policy, you can map the following fields.Required fields
| Field | Description |
|---|---|
email | The employee’s email address. Used as the login identifier in NetSuite. |
firstName | The employee’s first name. |
lastName | The employee’s last name. |
Optional fields
| Field | Description | Default |
|---|---|---|
subsidiary | Name or internal ID of the NetSuite subsidiary to assign to the employee. | None |
entityId | Custom entity ID for the employee record. If omitted, NetSuite auto-generates one. | Auto-generated |
roleID | Internal ID of the NetSuite role to assign to the employee at creation time. | Employee Center |
giveAccess | Whether the employee should have login access to NetSuite (true or false). | true |
skipDefaultRole | When true, skips assigning the default Employee Center role if no roleID is provided. Use this when the role will be assigned separately via a grant step. | false |
Role assignment and login access
giveAccess controls whether the employee can log into NetSuite. skipDefaultRole controls whether the connector assigns the Employee Center role when no roleID is provided.
If roleID is provided, the specified role is always assigned. skipDefaultRole is ignored. Login access is determined by giveAccess.
If roleID is not provided, skipDefaultRole is false (default), and giveAccess is true (default), the connector assigns the Employee Center role automatically. This requires the Employee Center role to exist and be assignable in your NetSuite tenant.
If roleID is not provided and skipDefaultRole is true, no role is included in the create request.
If roleID is not provided and giveAccess is false, no role is included in the create request regardless of skipDefaultRole.
To add
giveAccess or skipDefaultRole to your mapping, click Add mapping in the Optional mappings section of the provisioning policy configuration.Gather NetSuite credentials
Configuring the connector requires you to pass in credentials generated in NetSuite. Gather these credentials before you move on.Locate your NetSuite Account ID
Generate a consumer key and consumer secret
In NetSuite, navigate to Setup > Integrations > Manage Integrations. Click New to create a new integration.
Create a NetSuite role and add it to a user
Assign the following permissions to the role:
- Setup - REST Web Services
- Setup - Log in using Access Tokens
- Setup - Bulk Manage Roles
- Reports- Suite Analytics Workbook
- Lists - Employee Record
- Lists - Employees
Next, assign the new role to a user. You might want to create a new user for this purpose rather than assigning the role to an existing user. Navigate to Lists > Employees > Employees, then search for the employee by email.
Generate a token key and token secret
Select the application (integration), role, and user you created in the previous steps, and give the token a name.
Configure the NetSuite connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your NetSuite connector is now pulling access data into C1.
Choose how to set up the new NetSuite connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
(Optional) In the Custom Employee Fields field, enter a comma-separated list of custom employee field IDs to include in the sync (e.g.
custentity_zone,custentity_cost_center). See Custom Fields for details.Custom Fields
The NetSuite connector supports syncing custom employee fields. Custom field values are added to the user profile attributes in C1, making them available for access reviews and reporting.Finding custom field IDs
Custom field IDs can be found in NetSuite under Customization > Lists, Records, & Fields > Entity Fields. The field ID is shown in the ID column (e.g.custentity_zone).
Permissions for custom fields
Each custom field in NetSuite has its own field-level access controls, separate from the base employee record permissions. The connector’s role must have at least View-level access to each custom field being synced. Field access is configured per-field in NetSuite:- Navigate to Customization > Lists, Records, & Fields > Entity Fields.
- Click on the custom field.
- Go to the Access subtab.
- Ensure the connector’s role has View, Run, or Edit access.