function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JEndoJEndo 

Truncated list of ChildRelationships using Flex Toolkit vs Java Toolkit?

I've run up against some interesting behavior that I'm hoping someone will be able to help me out with-  While running a describe call on objects using the Flex toolkit, it appears I'm missing a large amount of data from the childRelationships field.

When executing the describeSObjects call on the User entity from the Java toolkit, I get back an array of something like 285+ childRelationships. 
When executing the same call with the Flex toolkit, I get back 4...  one of which is labelled 'undefined'.

I'm using the Flex Toolkit Release 3.11 and the 11.0 API.  Has anyone encountered similar issues?

Thanks-

-Jesse
Ron HessRon Hess
Looks like a bug in the Flex Toolkit, i think it will be easy to find.
Thanks for reporting this issue.
JEndoJEndo
Thanks for looking into it Ron.

-Jesse
Ron HessRon Hess
i've checked in a fix and test case, this will be included in the next build.
Probably later this week.

Thanks again.
Ron HessRon Hess
I've posted a new Flex Toolkit build, look for version 4.1.  This should address the issue you reported.
JEndoJEndo
Thanks very much Ron-

-Jesse