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
VJ@ForceVJ@Force 

Activity Parent-Child Relationship

 

Hi All,

 

I am working on the requirement of Parent-child Task hierarchical relationship.

Salesforce Activity Object does not support Lookup relationships to other object or addition of Self relationship.

Is there any way using custom field to implement multilevel parent-child activity relationship in SFDC.

 

Thank you Board.

Vijay

Navatar_DbSupNavatar_DbSup

HI,


Think you can’t do this as you have written sales force is not providing to create a lookup field on Activity Object.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

MarinaMartinMarinaMartin

You would have to use a custom object to hold the lookup value(s) and run triggers off that object to create new tasks assigned to the right people. Could that work?

 

Marina

VJ@ForceVJ@Force

Hi Marina,

 

If I could understand it correctly, you mean, create a custom object to maintain a Task reference and use task trigger to populate the reference. Please elaborate. Thanks.