```[ { recordType: "job", id: "861"...
# suitescript
n
Copy code
[
   {
      recordType: "job",
      id: "861",
      values: {
         "customer.internalid": [
            {
               value: "850",
               text: "850"
            }
         ],
         custentitycert_billing_uom: [
            {
               value: "3",
               text: "INVOICE GJ"
            }
         ]
      }
   }
]
looking to get either "value" or "text" from this object... can't seem to get it to work (it is a line in a search result) thanks!