Can’t query custom object salesforce sobject type is not supported

Can SameSame query run without tooling API in Salesforce? Same query runs fine without the Tooling API. I am the System Admin in a Developer Edition org. Any ideas? Thanks. Tooling API facilitates the development of any organization-based user interface or user experience that requires create, read, update, or delete operations to Salesforce metadata. Why … Read more

Can’t query attachments in email message trigger salesforce

How do I query attachments from Mailmessage in Salesforce? EmailMessage msg = [select e. TextBody, (select Name from Attachments) from EmailMessage e WHERE e.Id = ’02s0m000000asfSAAQ’ ]; System. debug(msg. Attachments); How do I search for attachments in Salesforce? In Salesforce Classic, you can also search for files using the Files search: Optionally, on the Files … Read more

Can’t post snapshot in salesforce

In Salesforce Classic: To display the menu, hover over a component. To clear the hover menu, click an empty part of the screen. In Lightning Experience: First expand a component by clicking, then click. In Salesforce Classic: Choose where you want your snapshot to appear. To show it in a dashboard, click Post Snapshot to … Read more

Can’t open report in lightning salesforce

Clicking on the name of a Queue from report results in Lightning Experience returns an error message: “You can’t view this item in Lightning Experience. Open in Salesforce Classic” Repro (1) Create a cases report in Lightning Experience. (2) Ensure your report includes the standard “Case Owner” column. Full Answer Why is my report type … Read more

Can’t open intel forum salesforce error

How to debug internal server errors in Salesforce? System.debug (‘The following error has occurred.’); Unfortunately, “Internal Server Errors” are VERY difficult to debug. They typically involve a call into Salesforce to look up a “Gack” (only a few internal Salesforce employees have the ability do do this). Why can’t I validate my data in Salesforce? … Read more

Can’t open a salesforce report sent to me

The error that occurs when opening the particular report is: Insufficient Privileges You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. For more information, see Insufficient Privileges Errors. Full Answer Why is my report type … Read more