Netsuite

Configuration

Setting Up For Field Nation You will need to enter the credentials for your company listed in the settings. »

Workflow

Setting Up for Autotask Adding a Button in Netsuite to Trigger a Work Order Create / Update Add a new script by going to Customization->Script->New Click on the + to upload a new file from computer Click choose file and upload a script. Add the following to the file: function sendToFNOnClick() { const response = nlapiRequestURL('<inbound_trigger_url>&external_id=' + nlapiGetRecordId(),'', {}); return true; } Replace with inbound trigger URL from the settings page: Select Script Type “Client” »