Skip to main content

Questions tagged [contentnote]

0 votes
0 answers
51 views

I'm trying to prevent a saved note from being edited once it has been created. Below is the apex trigger I wrote to prevent editing which works but I'm running into a problem now where I can't create ...
plootyy's user avatar
0 votes
1 answer
909 views

I am running the below SOQL to query to show 5 to 10 Notes records on in a LWC component based on certain conditions SELECT Id, Title, LatestPublishedVersion.VersionNumber, LatestPublishedVersion....
RedDevil's user avatar
  • 7,901
0 votes
1 answer
487 views

We enabled notes in setup. Most objects have "Notes" in the related list. However, it is missing for PersonEducation. From the documentation, LinkedEntityId in ContentDocumentLink does ...
flowgician's user avatar
0 votes
1 answer
412 views

Very new to Salesforce. I'm trying to put together a little Apex Class to use as an action in a Flow. The Goal is to take the Content from a contentNote and clear the Blob data to then display the ...
dfadams's user avatar
0 votes
1 answer
245 views

I am trying to access the content from the contentnote object. I queried ContentDocumentLink where i passed account id as LinkedEntityId and got the ContentDocumentId. Using ContentDocumentId, I ...
sudeep's user avatar
  • 3
0 votes
0 answers
466 views

I am having an issue getting this trigger to fire. The requirements are that when a new ContentNote is created on the Opportunity record, I need Opportunity.Last_Note__c to update with the Title of ...
Laura's user avatar
  • 23
0 votes
2 answers
166 views

Is there a more performant way to dynamically detect if Content Notes is enabled? I see that getGlobalDescribe can be used to check the presence ContentNote, if it present then is enabled. Usually, ...
Jeferson Chaves's user avatar
7 votes
1 answer
365 views

I'm trying to create a read-only "enhanced note" and I see that there is a property on ContentNote for IsReadOnly which would work perfectly for the use case but unfortunately: Line: 1, Column: 17 ...
Mark Pond's user avatar
  • 23.2k

15 30 50 per page
1
2 3 4 5