my field is an object, and the data I have is push...
# suitescript
m
my field is an object, and the data I have is pushed into the object, but it is not setting the field with the data.
c
Do you need to call a
save()
method?
m
i am calling a save
after setting the field
but i am getting also, invalid field value error
b
generally you can tell what type of field you are setting from visual inspection in the ui
you can do it in code using Field.type
that said, you can try sharing the code you use to set your field