You need to sign in to do that
Don't have an account?
Pavan kumar 546
Why does trigger.new and trigger.old return a list?
Why does trigger.new and trigger.old return a list?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
To be able to accept bulk record inserts and updates, trigger.new is designed to return a list that can be iterated over by a for loop to work on each new record coming thru.