Hello Everyone, I am trying to attach a file to an...
# suitescript
p
Hello Everyone, I am trying to attach a file to an Inbound Shipment record using the following code: record.attach({ record: { type: 'file', id: fileId }, to: { type: 'inboundshipment', id: shipment.id } }); However, I am encountering the error: 'Attaching of record type file to inboundshipment is not supported.' Does anyone have any ideas on how to attach a file to an Inbound Shipment record?