Guest User

Untitled

a guest
Apr 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. INVALID_FIELD Cannot reference a foreign key field cms__Content_Layout__r.
  2. === cms__Content_Template_Relationship__cRef86 [1]
  3. STATUSCODE MESSAGE FIELDS
  4. ───────────── ──────────────────────────────────────────────────────────── ──────
  5. INVALID_FIELD Cannot reference a foreign key field cms__Content_Layout__r.
  6.  
  7. Select c.cms__hasChildren__c
  8.  
  9. ...
  10.  
  11. ,(SELECT d.cms__Auto_Create__c
  12. ,...
  13.  
  14. ,d.cms__Content_Layout__r.cms__isPageCacheable__c
  15.  
  16. ...
  17. FROM cms__ContentTemplateRelationships__r d
  18. ORDER BY d.cms__Content_Layout__r.cms__Name__c ASC
  19. )
  20. FROM cms__Content_Type__c c
  21. WHERE c.cms__Site_Name__c = 'IXPortal'
  22. ORDER BY c.cms__Name__c ASC
Add Comment
Please, Sign In to add comment