Change the reference of auto-fill fields

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
ohinrichs
Posts: 7
Joined: 2013-11-21 10:22

Change the reference of auto-fill fields

Post by ohinrichs » 2014-02-03 10:14

Hello!

Is there a way to change the reference of auto-fill fields? I have a table which uses two lookup-fields from the same table "persons", which are called "initiator" and "user". Appgini use for auto-fill the first lookup-field(initiator) as reference. I need to use the auto-fill function for the 2nd lookup-field(user). See the pic below.

Can anybody help me?

Image

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: Change the reference of auto-fill fields

Post by a.gneady » 2014-03-01 08:43

Currently, the first lookup field to a table is the one used as "reference" for auto-fills. So, moving the "User" field above the "Initiator" would do the trick. I plan to add support for specifying the reference field in future releases.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply