Link membership_users table

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
amlan1995
Posts: 3
Joined: 2016-12-25 19:17

Link membership_users table

Post by amlan1995 » 2017-01-21 10:02

Hi,

I have built an Invoicing System with Appgini. Basically I have two database tables namely "Customers" and "Invoices".

I was wondering if there's a way to add the new customer automatically to the "membership_users" table as soon as I add a new customer to the "Customers" table.

Also whenever I add a new invoice for a customer to the "Invoices" table, it should automatically assign the customer as the owner of the record. So that whenever he logs in to the system, he should be able to view his own invoices.

I'll be very grateful if anyone help me out with my query.

Thanks!

Post Reply