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
AbAb 

Activity added to custom object are not visible

Hello,

I have a Custom Object "Object_X__c", I have added a Custom Field "field__c" on Activity, and hence i have added a related list on the page layout.

I checked the profile permissions for Activity, task, event and Object_X__c, the user has all permissions.

I get option to create new Event or Task but once saved, the activities are not visible on the  pagelayout of Object_X__c
Best Answer chosen by Ab
Rupali PophaliyaRupali Pophaliya
Below few things you can cross check to debug issue:
  1. Is there any trigger present on Task or Event object, which is throwing exception while inserting records?
  2. Are you trying to create shared activities? There is a known issue: https://success.salesforce.com/issues_view?id=a1p30000000Su0FAAS
  3. Can you query on Task / Event object to check whether the record has been saved or not?