Error: SOQL statements cannot query more than 25 different parent types

Hello Arpit, There is a SOQL limit that prevents you from referencing more than 25 unique parent object types across all of your reference fields. You can have up to 25 custom lookup fields, I believe, but I think that other standard reference fields, such as OwnerId, CreatedById, LastModifiedById, ParentId, will contribute to this limit as well, so if you were querying for Object1Lookup__c, Object2Lookup__c, Object3Lookup__c, …, Object25Lookup__c, and all of these pointed to a different parent object type, and none of these point to the User object, and then you are ALSO querying on one of the other standard fields, such as OwnerId, then you would exceed the 25 unique reference fields limit. If you can post the page XML we may be able to better diagnose the cause of the problem. Regards, Zach