I have a custom record with two custom form, form-...
# suitescript
l
I have a custom record with two custom form, form-A with 10 Fields, form-B with 15 Fields. when I use
nlapiLoadRecord
load two record from each form, all I got is fields only on form-A, Did anyone know how debug or fix this?
m
Did you change the customform field of one of those records to form-B?
You may only be loading forms that are form-A type, which would make sense why the form-B fields would't show up
Not sure if that will help though