Comments
3 comments
-
Thanks for your post. Interestingly, that's the opposite of what I'd expect.
The extra objects are most likely appearing as they are dependencies of some other objects you were working with. If you check here you'll see that "IncludeDependencies" is one of the default options. By setting your option to just NoTransactions, that will disable ALL the default options.
As I said, it's odd because i'd expect you to now have less objects than originally rather than more. In any case, can you try specifying the default options as well, and seeing how it affects things?, i.e.
/Options:Default,NoTransactions -
Yes, specifying /options:Default,NoTransactions works perfectly!
I guess I need to pay closer attention to the online docs, I'm sure I read that page at one point but apparently forgot all about it. Thanks for the help! -
No worries - glad it seems to be sorted!
Add comment
Please sign in to leave a comment.
Is anyone else seeing the same issue? Am I doing something wrong?