Hello team. I have a custom form on a Journal Entr...
# suitescript
a
Hello team. I have a custom form on a Journal Entry and the custom form is set to “Store form with Record”. What I am trying to do is to store the form when creating the record via record.create, setting field “customform”. But this is giving me some errors. Anyone has done this? Is this possible?
b
a
Ok, found the solution. There is a field customform that can be set when storing a record using the N/record module. The only trick is that this field needs to be set before other fields, like subsidiary, because setting the form resets the other fields. Thanks.