Join Slack
Powered by
my field is an object, and the data I have is push...
# suitescript
m
Marygolds3
09/18/2020, 4:18 PM
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
Chris
09/18/2020, 4:20 PM
Do you need to call a
save()
method?
m
Marygolds3
09/18/2020, 4:20 PM
i am calling a save
Marygolds3
09/18/2020, 4:20 PM
after setting the field
Marygolds3
09/18/2020, 4:21 PM
but i am getting also, invalid field value error
b
battk
09/18/2020, 4:23 PM
generally you can tell what type of field you are setting from visual inspection in the ui
battk
09/18/2020, 4:24 PM
you can do it in code using
Field.type
battk
09/18/2020, 4:25 PM
that said, you can try sharing the code you use to set your field
Open in Slack
Previous
Next