CI relationships multilevel downstream in a list
Suppose we have a CI XIts parents are P,Q and children are Y,ZNow Y has children C and D and Z has children E and F.I have to get all child CI's ( Y,Z,C,D,E, F) in a single list.I am using the code (sample)var childlist = [] ;var prel = new GlideReco...
