Hi Frederick, is it that you want to have some child objects of a group selected and found by the script to export?
Does it work ok if you remove line #12 which has this? :
code:
objectpicker.allowTopLevelObjects();
Or you could also change this to:
code:
objectpicker.allowStandaloneObjects();
- Michael
|