• HoneyFaye
  • NEWBIE
  • 10 Points
  • Member since 2022
  • Sr Manager
  • Rescale

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
I'm getting Unknown Error Parsing Query for the below. How can I fix it?

SELECT ContentDocumentId, LinkedEntityId
FROM ContentDocumentLink
WHERE LinkedEntityId in ( SELECT Id FROM Account
WHERE Id LIKE '001%' )
AND LinkedEntity.Type = 'Account' AND ContentDocument.Title LIKE '%Account Plan%'
I'm getting Unknown Error Parsing Query for the below. How can I fix it?

SELECT ContentDocumentId, LinkedEntityId
FROM ContentDocumentLink
WHERE LinkedEntityId in ( SELECT Id FROM Account
WHERE Id LIKE '001%' )
AND LinkedEntity.Type = 'Account' AND ContentDocument.Title LIKE '%Account Plan%'
Hi,

I am preparing a word tempalte there i am printing two tables information from one Object 

like these 
{{TableStart:QueryData}}

table 1 info

table 2 info

{{TableEnd:QueryData2}}

there are mutiple records each record info should print in new page, so how can i give pagebreak in conga.


  • October 16, 2014
  • Like
  • 0