You need to sign in to do that
Don't have an account?
CvrK
Is it possible to use perform DML operation using trigger.Newmap or trigger.old map without trigger.new or trigger.old in the same trigger code?
Hi ,
Does trigger.newmap or trigger.oldmap used only to compare the values or is it possible to perform DML operation based on them alone,i mean without using trigger.new or trigger.old in the same trigger code
Does trigger.newmap or trigger.oldmap used only to compare the values or is it possible to perform DML operation based on them alone,i mean without using trigger.new or trigger.old in the same trigger code
pcon
What? Trigger.new will always exist if Trigger.newMap exists. Can you expand upon what you are trying to do?