Is there any way on an Assembly Build to push data...
# suitescript
e
Is there any way on an Assembly Build to push data over to the Inventory Detail (on the header) - this is not supported on the beforeLoad User Event, and in the Client (currentRecord) I also get errors writing to the subrecord sublist. Any ideas?
I see in the API docs that the currentRecord subrecord is Read Only on the Client. beforeLoad I get an unsupported error (this action is not yet supported, or something to that affect). Any way to accomplish this short of going to the DOM?
Bump…
n
have you tried doing it on the beforeSubmit? Not sure you can manipulate it in beforeLoad.
e
I need it in the form on the client, that's the issue. Before load is not supported, and neither is client it seems...