Page 1 of 1

Modify a record from a lookup field

Posted: Sun Jun 18, 2023 10:36 pm
by yvesf
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 ?

Re: Modify a record from a lookup field

Posted: Mon Jun 19, 2023 7:45 am
by kev1n
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.

Re: Modify a record from a lookup field

Posted: Mon Jun 19, 2023 9:36 am
by yvesf
Thx Kev1n,

What is the code behind the button ?
Thx

Re: Modify a record from a lookup field

Posted: Mon Jun 19, 2023 10:37 am
by kev1n

Code: Select all

nuPopup('form_id_to_open',object_id_of_your_lookup_here.value,'');
form_id_to_open e.g. 62f133224725631

Re: Modify a record from a lookup field

Posted: Mon Jun 19, 2023 7:41 pm
by yvesf
Perfect. Thx Kev1n,

Yves