Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
nubuilder architecture
-
- Posts: 315
- Joined: Sun Mar 14, 2021 8:48 am
- Location: Geneva
- Has thanked: 87 times
- Been thanked: 11 times
nubuilder architecture
I would like to best use nubuilder framework and limit as much as possible coding. I have 2 tables, task and user. In the task form, I have a select field that request the user via a lookup field. From the task form, I can easily create as end-uer, a new task for a new or existing user. Finally I have a list of task with a list of users related to each task. The problem is when I would like to see the selected user from the task form. I cannot open directly the related user from the task form. I have to create a run button to perform that. Is it possible to make this possible without writing any line of code maybe by changing the way the end-user interacts with the interface ? Is is it the best approach ? Many thanks for your help
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: nubuilder architecture
I don't fully understand this. Is it possible to upload a screenshots to illustrate your question/problem?The problem is when I would like to see the selected user from the task form. I cannot open directly the related user from the task form.
-
- Posts: 315
- Joined: Sun Mar 14, 2021 8:48 am
- Location: Geneva
- Has thanked: 87 times
- Been thanked: 11 times
Re: nubuilder architecture
If I click on the magnifying glass icon, it pop-ups the user list and not the user form. Is there a way to pop-up directly the selected record in the form ?
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: nubuilder architecture
If you would override the functionality when clicking the magnifying glass, a patient can no longer be selected/changed but the selected patient is opened in an edit form. Is that really what you want?
To open the patient's edit form, you probably cannot do without creating an additional Run button.
To open the patient's edit form, you probably cannot do without creating an additional Run button.
-
- Posts: 315
- Joined: Sun Mar 14, 2021 8:48 am
- Location: Geneva
- Has thanked: 87 times
- Been thanked: 11 times
Re: nubuilder architecture
Ok, thanks, you described exactly what I want.So the run button is the solution
. How to pass the current selected user ? Many thanks.

-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: nubuilder architecture
In the button's run tab, add the object's Hash Cookie in the Record Id.
E.g if the patient's id is patient, write #patient# in the Record Id field.
E.g if the patient's id is patient, write #patient# in the Record Id field.