https://netsuiteprofessionals.com logo
e

erictgrubaugh

02/23/2018, 5:55 PM
Example on the
record.attach
Help page:
Copy code
var id = record.attach({
    record: {
        type: 'file',
        id: '200'
    },
    to: {
        type: 'customer',
        id: '90'
    }
});