I tried it first with a Saved Search, but the data structure just wasn't the way I needed it and changing it was going to be a mess of for loops, so I am looking at other/better ways to return what I need.
b
battk
07/12/2019, 6:45 PM
generally you can use the getValue and getSublistValue methods of your record object to get the data in specific fields
battk
07/12/2019, 6:46 PM
only log the things that you want instead of everything
battk
07/12/2019, 6:47 PM
alternatively, use JSON.stringify on your record object and use substring or substr on the string and print it in parts
m
MR
07/12/2019, 6:48 PM
hey, thank you. So I've used the getValue on Saved Search results... so that and getSublistValue would I just run that on the results on an entire record load? Like . . . .