Does anyone know how to get a record as a object to reference to update fields on? Lets say I want to update purchase order field from a sales order field how to I get the sales order field?
a
Anthony OConnor
05/19/2023, 6:53 PM
if you have the interalid of the sales order you can just use
search.lookupFields
b
battk
05/19/2023, 8:43 PM
wrong model, you work at the record level, not the field level
battk
05/19/2023, 9:01 PM
your question should be how do i get a field from a sales order so that i can set it on a purchase order
battk
05/19/2023, 9:04 PM
the getting the field from the sales order is fairly open ended, the primary choices for that are to either search for it, query it, or to get it from the record
battk
05/19/2023, 9:05 PM
you have less options for actually setting the field, its usually going to be using N/record