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?
ec
06/16/2020, 1:16 PM
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?
ec
06/22/2020, 12:54 PM
Bump…
n
NElliott
06/22/2020, 1:19 PM
have you tried doing it on the beforeSubmit? Not sure you can manipulate it in beforeLoad.
e
ec
06/22/2020, 2:24 PM
I need it in the form on the client, that's the issue. Before load is not supported, and neither is client it seems...