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
Patcs_1Patcs_1 

Deleted AccountTeamMemberdata

Hi All

 

I want to get the deleted Account TeamMember data via SOQL. is there any possibility to do that.

 

Thanks in Advance!!!

 

 

digamber.prasaddigamber.prasad

Hi,

 

You can try:-

 

Select Id from AccountTeamMember where IsDeleted=true

 

However, there is a catch, your deleted record will be in recycle bin is conditional.

 

Let me know if you have any question.