Customization suitecrm

Hi ,
We have created a custom module called my employee. we have added custom tabs to this module on edit view now we want to save data from the tabs created from editview to custom table. Can you please guide us the way to do.

Thanks in Advance

You shall have a DB table with the same name as your module. When you save the data it will populate that table. For using another table simultaneously, you can use hooks like Before Save or After save to push the data into your other table.