netsuite_attach_file_to_record
Attach a File Cabinet file to a NetSuite record (e.g., vendor bill) using record type, record ID, and file ID. Use after uploading the file.
Instructions
Attach a File Cabinet file to a NetSuite record (e.g. vendor bill). Use after netsuite_upload_file. Required: recordType ('vendorBill', 'vendorCredit', etc.), recordId (internal ID), fileId (from upload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | File internal ID from netsuite_upload_file | |
| recordId | Yes | Record internal ID | |
| recordType | Yes | e.g. vendorBill, vendorCredit |