Hello, I have a lookup where I am trying to get a values from a vendor bill. I am not getting the correct value from a custom field. Can you tell me what I am doing wrong? var soId = search.lookupFields({
"type" : "transaction",
"id" : sourcetran,
"columns" : [ "custbody_pi_createdfrompi","createdfrom" ]
});