Hi all, I’m working with a custom record which has...
# suitescript
b
Hi all, I’m working with a custom record which has another custom record as its child record. When a field is checked, it triggers the
fieldChanged
function on the client script. How do I populate the child custom record on the UI from this function on the client script? I want to see line items under the sublist (child record) without clicking on save like when adding line items from the UI. Thanks in advance.
b
great.. thanks Will take a look
@battk Thanks for that resource. My approach was similar to the documentation and I was able to add line items and save to the record. What I am not able to do is show the line items being added on the UI before hitting save, so the user knows what is going to be added to the list. That should be possible, right?