Hello,
I am in a lookup field and I would like to modify the linked record.
--> I cannot do that from the lookup field.
Scenario :
I have a linked record in which I have to change it smthg.
1-I hit the manifying glass to open the related record.
From here, I cannot neither edit it to modify nor hit on a modify action button to make my modifications.
Any idea about how to improve that ?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Modify a record from a lookup field Topic is solved
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Modify a record from a lookup field
What I usually do is add a new button next to the magnify glass.
This additional button can serve as a "Modify" or "Edit" action, allowing you to make the desired modifications to the linked record more conveniently.
This additional button can serve as a "Modify" or "Edit" action, allowing you to make the desired modifications to the linked record more conveniently.
-
- Posts: 347
- Joined: Sun Mar 14, 2021 8:48 am
- Location: Geneva
- Has thanked: 94 times
- Been thanked: 12 times
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Modify a record from a lookup field
Code: Select all
nuPopup('form_id_to_open',object_id_of_your_lookup_here.value,'');