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
Balajee SelvarajBalajee Selvaraj 

Apex Find User

Hi Guys,
I struck with Two sceanrios
Senarion 1: 
In Account Standard obj there is a object called Account History.
I ahve three user A,B,C.
If the account is only created or edited by 'A'
system.debug('Valid');
If the account is only created or edited by 'A','B','C'
system.debug('INValid');


Scenario 2:
IF Account A having Notes and Attachmnets.
I wana populate all Account releated list in Account 'A' to Account 'B'