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
madhavareddymadhavareddy 

Write a trigger on account object to invoke create,insert,delete operations

Q) Create a trigger on Account object to invoke Create , Delete and Insert Operations ?

 

Q) Create a trigger on Account object it will be available to all logged in users ( Regardless SysAdmin & Standard user)

 

 

Urgent.....

 

 

Thanks In Advance

 

Regards 

 

Maddy

AquilaDeveloperAquilaDeveloper

Be clear with your question .....

 

On insert, delete operations on Account Object you need trigger ??

 

And For all logged users trigger ??

madhavareddymadhavareddy

2nd Q) for all logged in users...

AquilaDeveloperAquilaDeveloper

Users consideration won't comes for triggers .... When you are writing a trigger it would invoke based on condition not on basis of user i suspect

Rahul SharmaRahul Sharma

madhavareddy wrote:

Q) Create a trigger on Account object to invoke Create , Delete and Insert Operations ?

     -- There are 4 events in triggers, insert, update, delete and undelete with choice if we want to use it for before or after operation. 

 

Q) Create a trigger on Account object it will be available to all logged in users ( Regardless SysAdmin & Standard user)

 -- Whoever may be the user, if they perform any operation on Account having trigger on account on same event, The trigger executes. 

 

Urgent.....

 

 

Thanks In Advance

 

Regards 

 

Maddy


I hope the answers are clear to you.

madhavareddymadhavareddy

for 2nd question ...what i am trying to ask is account obj can be acessed by all users except for sys admin and standard user this can be acheived by using trigger