Integrate NetSuite ERP with Field Nation for automated work order creation and service management synchronization.
The NetSuite connector enables seamless integration between NetSuite ERP and Field Nation:
Authentication
Token-Based Authentication (TBA) - Account ID + Consumer Key/Secret + Token Key/Secret
Supported Records
Service Orders, Cases, Custom Records
Trigger Mechanism
SuiteScript + Webhooks
Data Flow
Bidirectional (create, update, financial)
Deploy custom SuiteScript in NetSuite that monitors service records
SuiteScript evaluates conditions (status change, custom field) and sends webhook
Integration Broker receives notification with NetSuite record ID
Broker retrieves complete record via SuiteTalk SOAP API
Transformed data creates Field Nation work order
Service Order Status = "Ready for Dispatch"
→ SuiteScript triggers
→ Work order created
→ Service order updatedCase Type = "On-Site Service"
AND Status = "Escalated"
→ Webhook fires
→ Field technician dispatchedFN Work Order = "Approved"
→ NetSuite Service Order updated
→ Costs synchronized
→ Invoice generatedProp
Type
Description
Work Order Creation?InboundCreate FN work order from NetSuite service record
Cost Sync?OutboundUpdate NetSuite with actual costs from Field Nation
Status Updates?BidirectionalSync status changes both directions
NetSuite uses Token-Based Authentication (TBA) with OAuth 1.0:
Account ID: {account_id}
Consumer Key: {consumer_key}
Consumer Secret: {consumer_secret}
Token ID: {token_id}
Token Secret: {token_secret}Generate Credentials:
Security: Token Secret shown ONCE during generation. Save immediately to secure location.
Last updated on