s.typeForName("ChangeRequest").Properties this returns a collection of property objects. you need to iterate over the collection and produce a collection of property names (strings) fl2.populateNow "ChangeRequest", pNames, 0 0 means - current folder only. -1 means - recursively apply to this and all descendant folders which may contain CRs
↧