rsoesemann / visualforce-table-grid

Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
MIT License
124 stars 72 forks source link

Error using Advanced Lookup #15

Open dschueler opened 9 years ago

dschueler commented 9 years ago

This may just be a SF limitation but the problem I am trying to solve is a LOOKUP field on a PARENT and this single field lookup is a lookup to a CHILD of the PARENT that field is on

contact (parent) education records (child)

my field Education_Link_1__c that is on Contact is a LOOKUP then to Education Records.

I was hoping your component could solve this. When I try this on native SF I can define it but I never can get this list to return any results with NO Filter or any other filter like Education Link 1: Contact: Contact ID EQUALS Contact: Contact ID (and many others)

Here is the error I get with your component on this. Let me know your thoughts.

FATAL
Error: TableGrid Initialization Error: Field Name is not editable (Please contact your administrator)

rsoesemann commented 7 years ago

@dschueler could you solve this? Would you mind merging you solution back?