I have a requirement in which when an account is registered in a module(custom) , it should also be registered in the existing module.
how can i achieve it?
First you need to find out what are all the standard tables that are related to "Cash and bank management" module with the functionality you are developing. Find out that standard tables and fields that needs to be populated.
Since you are developing a custom form, you can directly override the insert method of your custom table and insert all the values to required tables and fields.
Thanks,
Girish S.
You must have created a custom table for registration in Bank management module. Use insert method of that custom table and after super insert that record in standard table in cash and bank management module.
Hi,
I created my own module called "Bank management". whenever a new registration is made in bank management, it should also be registered in "cash and bank management" module.
Hi, Please provide more information on which account, Custom and existing module are you referring.
Hi,
I am unable to understand your question.
Can you elaborate please?
Thanks,
Girish S.
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156