trigger AccountrTrigger on Account (before insert) {
if(Trigger.isBefore && Trigger.isInsert){
for(Account act : Trigger.New){
act.Ownership = 'Public';
}
}
}
Sign in
Welcome! Log into your account
Forgot your password? Get help
Privacy Policy
Password recovery
Recover your password
A password will be e-mailed to you.