You need to sign in to do that
Don't have an account?
JSremoting with PageBlockTableEnhancer Only Displays ID as Text Instead of Lookup
Hi everyone. I used PageBlockTableEnhancer to show my records from an object. The problem is I can't list more than 1k records due to limits so I searched and found that you can with JSremoting from here @http://blogforce9.blogspot.com/2014/10/showing-more-than-1k-records-using-pbe.html . I was able to display 1.4k records successfully but I noticed that lookup data is only shown as ID and is just considered text. Is there a workaround for it to behave the same as without using JSremoting? The lookup data shows fine with just PageBlockTableEnhancer.

SELECT Id, Name, Platform__c, Platform__r.Name FROM Object__c
Platform__c would return the 18 character Id and Platform__r.Name would return the name of the actual related lookup record.
Uncaught Type Error: Cannot read property "Name" of null
anyone have suggestions/ideas?