You need to sign in to do that
Don't have an account?
FinnArild
RSS Feed - Mapping not working as documented
... or I can at least not make it work :) ...
I have a custom object "Courses" and the following query:
SELECT Name, Description__c FROM Course__c
And looking at the documentation made the following errorneous mapping:
ft:"Qt Course Calendar", et:Name, ec: "Description " Name "<br/>" Description__c, ea:"Created by Winnie Pooh"
It fails with:
- Mapping: Unexpected token IDENTIFIER(Name) at character 53 of input
Now - if I remove the fields from the ec: I can save it - but that doesn't neither give me what I need or correspond with the documentation.
All permissions should be ok - what am I doing wrong?
try the following:
ft:"Qt Course Calendar", et:Name, ec: "Description "+Name+"<br/>"+Description__c, ea:"Created by Winnie Pooh"