Skip to main content
October 24, 2013
Question

How to get count of MObjects?

  • October 24, 2013
  • 3 replies
  • 783 views
Hi all,

When getting multiple Lead records, I can get the count from returnCount plus remainingCount.
What about Opportunity and OpportunityPersonRole(MObject)?
I can't find the remainingCount in the result of 'getMObjects', is there any other way to get the count number?

Best Regards,
Biao
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

October 24, 2013
In principle the remaining count is relevant when the number exceeds the batch number or the maximum a single XML response can dsiplay.

October 25, 2013
Hi bgomes,

I know remaining count can display, because i have got it when calling 'getMultipleLeads' and 'getLeadChanges'.
Now I need to get it when getting MObjects. But I can't find it in the result of 'getMObjects' at the location just like results of 'getMultipleLeads' and 'getLeadChanges'. Is it all right? Is there any way to get it?
Could you please show me an example?

Thank you very much.
Biao
March 25, 2014
I'm interested learning how to get the remaining count from getMObjects as well.