Hai,
I would like to know if i can include bussiness logic in Trigger.
For Example:
On a insert/update on a table(primary) i want to insert values to other table(secondary ).
A insert is done on a primary table only when their are no records present w.r.t the id .If the id is present in the table an update action is performed.
I will have to check if the id is present or not.But not getting to know how to implement it in trigger.
Thank You,
Sindhu
I would like to know if i can include bussiness logic in Trigger.
For Example:
On a insert/update on a table(primary) i want to insert values to other table(secondary ).
A insert is done on a primary table only when their are no records present w.r.t the id .If the id is present in the table an update action is performed.
I will have to check if the id is present or not.But not getting to know how to implement it in trigger.
Thank You,
Sindhu
Comment