• Yaman Neameh
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hello everyone

I would like to add new comment in Comments tab (not in Feeds tab), I am able to get all comments using:

SELECT Case__c,Comment__c,Id FROM RequestComments__c WHERE Case__c = '5000Q00000PwT5JQAV'

how should the body look like if I have the case id?

https://###/services/data/v47.0/sobjects/Case/5000Q00000PwT5JQAV
{"RequestComments__c" :"New Comment"} -> this doesn'T work
{"RequestComments__c":{"Comment__c":"New Comment"}} -> this doesn'T work

Thank you
Yaman Neameh

Hello,
I'm receiveing relationship error while querying for Cases Ids and their attached document Ids:

Select id, (SELECT Id FROM ContentDocumentLink) From Case limit 5

Can you please support me to run the above query in one statement?
Thank you
Yaman

Hello everyone

I would like to add new comment in Comments tab (not in Feeds tab), I am able to get all comments using:

SELECT Case__c,Comment__c,Id FROM RequestComments__c WHERE Case__c = '5000Q00000PwT5JQAV'

how should the body look like if I have the case id?

https://###/services/data/v47.0/sobjects/Case/5000Q00000PwT5JQAV
{"RequestComments__c" :"New Comment"} -> this doesn'T work
{"RequestComments__c":{"Comment__c":"New Comment"}} -> this doesn'T work

Thank you
Yaman Neameh

Hello,
I'm receiveing relationship error while querying for Cases Ids and their attached document Ids:

Select id, (SELECT Id FROM ContentDocumentLink) From Case limit 5

Can you please support me to run the above query in one statement?
Thank you
Yaman