Adding new records to custom table

Justin W
Tera Contributor

Hello,

I am reaching out because I was wondering how to add a new record to a custom table?  Most of the time I don't have to build/update custom tables.

So for example, there is a custom table that has been created that will contain a list of approvers.  How would I add a new user to that table (note:  The approver already exists and has a user profile).

Any help would be greatly appreciated!

Thanks!

1 ACCEPTED SOLUTION

dmathur09
Kilo Sage
Kilo Sage

Hi Justin,

It seems you have not added any field in the table. You can open the form and right click on banner and click on Form Design.

Add the relevant fields and save. Once you have the form you can provide all the details and save the form.

In case you are unable to find the module to the custom table. You can type in your custom table backend name and end it with .do. For eg custom_table.do.

Hope this helps.

Regards,

Deepankar Mathur

View solution in original post

6 REPLIES 6

Aman Kumar S
Kilo Patron

Is this new custom table, extended from "sys_user" table or its completely built from scratch?

Best Regards
Aman Kumar

Thank you for your quick response!

 

dmathur09
Kilo Sage
Kilo Sage

Hi Justin,

It seems you have not added any field in the table. You can open the form and right click on banner and click on Form Design.

Add the relevant fields and save. Once you have the form you can provide all the details and save the form.

In case you are unable to find the module to the custom table. You can type in your custom table backend name and end it with .do. For eg custom_table.do.

Hope this helps.

Regards,

Deepankar Mathur

Thank you very much I think that solves it using the custom_table.do!