On server side - how to update 'table B' in the create event of 'table A' ??

Hi -

In the server side code (Java) of ‘after create’ event of a table (say A), how can I access object of another table (say B) ?
The object passed in afterCreate() function is of Type A - is there anyway to search and update another table row ?

Thanks.

Regards,
Aditya

use the API to load the object from B and do whatever you need with it.