function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jamie StudzinskiJamie Studzinski 

Issue with Package: Could not find related list [AttachedContentNotes] for entity [Account]

I'm having an issue when trying to create a version for packaging. This is the message I am getting:

 

"ContactWithTasksRecordPage: Component [force:relatedListSingleContainer] attribute [relatedListApiName]: Could not find related list [AttachedContentNotes] for entity [Account]"

I am completely clueless as to why this is happening. I've got a Single Related List for Contacts that shows the Notes for the related Account on the Lightning Page. Any ideas?

Saqib_AliSaqib_Ali
Hello Jamie,

Were you able to resolve this? I am running into the same issue.
Jamie StudzinskiJamie Studzinski
Nope, still not resolved. 
Anna RudasAnna Rudas

You need to enable Note settings in your target org:
Setup -> Notes -> Notes Settings -> Enable Notes

Hope it helps.

Vickey PandeyVickey Pandey
please check for these two permission 

Special Access Rules :
1.Notes must be enabled.
2.Chatter must be enabled.

For More Information: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_attachedcontentnote.htm

Hope it helps.
Omkar RautOmkar Raut
it worked..thanks!!!