I need to get a list of all the fields in a document then I can cycle through them and manipulate them as needed. I have done something like this in SSJS using doc.getItems() that returns a vector of all the fields, but there does not appear to be a similar LS function. Any ideas?
Use the "Items" property of the NotesDocument class.