Hi. I have a problem where when I getValue() a cus...
# suitescript
n
Hi. I have a problem where when I getValue() a custom calculated field ( via saved search ), the calculated field gets set to blank even though I am only reading the value. I am setting a different value with that calculated fields value. Both of the values are on the addressbook sublist, and I am committing the line afterwards. The script is a scheduled script. Not sure why that value gets reset, any ideas?
s
If you are dynamically populating a field value with a saved search then the value is not stored on the record. Therefore you cannot access that value outside of viewing the record.