Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

lookup object with edit form

Locked
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

lookup object with edit form

Unread post by massiws »

Hi, I would improve the autocomplete function of a lookup object to give users the possibility to insert a new record if the autocomplete function have a negative search.

Now the users can search the record in the customer table using autocomplete or lookup function, as they want, but if a record doesn't exist the job isn't so simple.
They have to:
- open the browse table by the lookup object;
- push the New button to open the edit screen;
- insert the new record and save;
- select again the record just inserted to populate the lookup object on the table (hoping it's in the first page, otherwise they have to find it with the form search field!);

Is there a simpler method?

My idea is to give the users the autocomplete function and, if the record don't exist, alert them if they wanto to insert a new record: if they answer yes open the edit form, insert the new record and, when saved, populate the lookup object.
Is this a wrong idea?

Any suggestion will be apreciated.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: lookup object with edit form

Unread post by admin »

massiws,

version 2.7.3 will be out soon and will have this feature..

When adding a record from a Lookup's Browse Form, the new record is taken straight back to the Lookup Object when saved.

Steven
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: lookup object with edit form

Unread post by massiws »

That's a good news: nuBuilder is getting better! :D

Thanks Steven.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: lookup object with edit form

Unread post by admin »

.
Locked