How to insert a value in two tables at a time.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to insert a value in two tables at a time.

dhiraj.g
Hi All,
How to insert a value in two tables at a time.
Example
When i create a quote then quoteId is inserted in Quote table and as well as in another table.


Thanks
Dhiraj
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: How to insert a value in two tables at a time.

rrhati2010
Dhiraj,

You can write an EECA for it for simultaneous actions.
RRH