raghav
07/21/2021, 1:31 PMresult ={
"recordType":"timebill",
"id":"9999",
"values":{
"internalid":[{"value":"1105","text":"1105"}],
"employee":[{"value":"200000","text":"xyz"}],
"rate":".00",
"timeSheet.startdate":"07/26/2020",
"approvalstatus":[{"value":"1","text":"Open"}],
"hours":"7:41"}};
Not able to parse through the object like we can parse a json object normally.
Unsure what is the difference between this netsuite search object and a normal json,CD
07/21/2021, 1:38 PMresult.getValue('fieldname')
as you would for any other record. Don't understand why you're thinking in JSONraghav
07/21/2021, 1:44 PMCD
07/21/2021, 1:47 PMraghav
07/21/2021, 2:00 PMtimeSheet.startdate
raghav
07/21/2021, 2:08 PMbattk
07/21/2021, 3:22 PMbattk
07/21/2021, 3:24 PMraghav
07/21/2021, 3:29 PMbattk
07/21/2021, 3:31 PMbattk
07/21/2021, 3:32 PMraghav
07/21/2021, 3:34 PMbattk
07/21/2021, 3:35 PMraghav
07/21/2021, 3:36 PMCD
07/21/2021, 3:36 PMraghav
07/21/2021, 3:50 PM