Link AppGini membership_users table with my Customers table

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
amlan1995
Posts: 3
Joined: 2016-12-25 19:17

Link AppGini membership_users table with my Customers table

Post by amlan1995 » 2017-01-19 09:45

Hi,

I'm new to AppGini and I've created a Invoicing app with tables called "Customers" and "Invoices".

So I'm wondering if there's a way to add the new user automatically to appgini "membership_users" table as soon as I add a new user to my "Customers" table.

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

Are these possible, and how would I go about these if so?

Thanks!

Authen-TIC
Posts: 13
Joined: 2015-12-16 12:54

Re: Link AppGini membership_users table with my Customers table

Post by Authen-TIC » 2017-01-30 00:34

I search for that too.

Post Reply