ApEx trigger [message #435916] |
Fri, 18 December 2009 23:35 |
|
delna.sexy
Messages: 941 Registered: December 2008 Location: Surat, The Diamond City
|
Senior Member |
|
|
Hi all,
Can anybody please let me know, what is ApEx triggers?
How to create them?
How to use them?
And some other details regarding that?
regards,
Delna
|
|
|
|
|
Re: ApEx trigger [message #436005 is a reply to message #435986] |
Mon, 21 December 2009 00:53 |
|
delna.sexy
Messages: 941 Registered: December 2008 Location: Surat, The Diamond City
|
Senior Member |
|
|
Hi ramoradba,
What do you think, can't I google on my own?
Don't I have access to Google?
Have you gone through, all the links you provided?
Each and everyone is irrelavent.
No one can help me.
Anyone else, who can help me in this regard?
regards,
Delna
[Updated on: Mon, 21 December 2009 00:54] Report message to a moderator
|
|
|
|
|
|
|
|
Re: ApEx trigger [message #436100 is a reply to message #435916] |
Mon, 21 December 2009 09:06 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
Perhaps if you could show us the context in which you have seen references to Apex Triggers, we might be able to be more help.
|
|
|
|
|
|
Re: ApEx trigger [message #436217 is a reply to message #436176] |
Tue, 22 December 2009 03:12 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
Apex blogs
I got the above link from this and i found this
Apex Trigger :
A trigger is Apex code that executes before or after the following types of
operations on database objects:
insert, update, delete, merge, upsert, and undelete.
These are similar to database triggers written in Oracle's PL/SQL or Microsoft's tSQL.
One important note is that all Apex triggers are bulk triggers.
That means that a trigger can be invoked by a single record transaction or by a bulk
operation such as an API call that has a batch of up to 200 records.
For example, if I create an Account in the user interface,
any triggers on the Account object will be invoked with a single record as the input.
Conversely,
if there is an integration sending a batch of 200 records to the API,
that same Apex trigger on the Account object will be invoked only ONCE,
but with 200 Account records as input. on the web.
even some presentation with sample code on it. Hope this info helpful.
sriram
[Updated on: Tue, 22 December 2009 03:13] Report message to a moderator
|
|
|
|
|
|
Re: ApEx trigger [message #436353 is a reply to message #436352] |
Tue, 22 December 2009 23:18 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
And Delna, You know one thing,What ever you agreed with my post all are posted at my first reply...if you observed or not
the same link from different website....
Apex_Code
so thats why here i request not only you but all the members of this forum to read the content of the link provided by any user completely then only post the comment/reply on that.
Thank you
Goodluck
sriram
[Updated on: Tue, 22 December 2009 23:30] Report message to a moderator
|
|
|