How can I create an ownership record ( `record.Typ...
# suitescript
a
How can I create an ownership record (
record.Type.BULK_OWNERSHIP_TRANSFER
) via suitescript? When I try to record.transform from record.Type.INBOUND_SHIPMENT, it doesn't work, as I see in the help center inbound shipment is not a record that can be transformed. If I try directly creating the ownership record, I get a message that only ownerships of
In Transit
records can be created. If one was using the Netsuite UI, they would, create an inbound shipment and then click the take ownership button, I am having trouble recreating this process in suitescript
b
id try what the Inbound Shipment example does
a
thumbs up
Interesting. In the example on line 80 they enter the id of
inboundShipmentId
for a record load of
BULK_OWNERSHIP_TRANSFER