I have a custom field in the PO whose value is bas...
# suitescript
l
I have a custom field in the PO whose value is based on a summary saved search (not stored). In the Vendor Bill, I have an after record submit Set Field Value action for a custom field in the Vendor Bill whose value is to be sourced from the said custom field in the PO. I was getting this error: “That record is not editable”. So I just scripted (workflow action script in after record submit) it using this as a starting point: https://suiteanswers.custhelp.com/app/answers/detail/a_id/94356/loc/en_US but when I’m logging the value of the custom field from the PO, it doesn’t retrieve anything. Is that not possible to source a value of a custom field in the Vendor Bill from a custom field (in which the value is populated via a summary saved search in the custom field setup) in the related PO?
b
use the before record submit
after record submit is what you use when you dont care about the performance problems