Morning All, If the below is my contextobject how ...
# suitescript
k
Morning All, If the below is my contextobject how do I get the values out of the arrays? Am struggling with this on an MR.
Copy code
{
  "recordType": "customrecord3",
  "id": "4763233",
  "values": {
    "custrecord_partnumber_item": [
      {
        "value": "147861",
        "text": "103 : 103-NM-4362"
      }
    ],
    "custrecord_partnumber_brand": [
      {
        "value": "26",
        "text": "Numatic"
      }
    ],
    "name": "000-206"
  }
}