• Niranjana Ramanathan 3
  • NEWBIE
  • 35 Points
  • Member since 2020

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

I'm trying to get related Files and Notes of objects in Salesforce, this is the UI representation of what I want to get:
User-added image

So far I've tried these queries:
SELECT Id FROM Attachment WHERE ParentId='{objectId}'
SELECT Id FROM Note WHERE ParentId='{objectId}'
But the results are empty arrays..

Does anyone know a way to get this data, at least the count of related files and notes?

How can i remove the status field in Path settings? See highlighted below. Thanks! User-added image
How to give view access to Reports and Dashboards for Experience Cloud site users. The users are External and they have customer community plus login license. I have added reports and dashboards, its visible for System administrator not for site users. Any ideas?
How can i remove the status field in Path settings? See highlighted below. Thanks! User-added image
I have two Authenticated Website profiles in my tenant.
This is causing provisioning error to Auzre AD.
How am I able to delete one of the Authenticated Websites?

Thank you.

I'm trying to get related Files and Notes of objects in Salesforce, this is the UI representation of what I want to get:
User-added image

So far I've tried these queries:
SELECT Id FROM Attachment WHERE ParentId='{objectId}'
SELECT Id FROM Note WHERE ParentId='{objectId}'
But the results are empty arrays..

Does anyone know a way to get this data, at least the count of related files and notes?