Page 1 of 1

How to call data from one table to another?

Posted: Tue Jul 26, 2022 5:21 pm
by otto

I would like to call data from one table to another how could I do? in practice I should also export with data from different tables


Re: I would like to call data from one table to another

Posted: Tue Jul 26, 2022 6:01 pm
by arbei

It depends on what you want to do, you may give an example so others can help you.


Re: I would like to call data from one table to another

Posted: Tue Jul 26, 2022 7:15 pm
by otto

practically I would like to recall in the section view values of other tables, I would like to create a button with the function of opening a window in which there are the values of another table


Re: How to call data from one table to another?

Posted: Tue Jul 26, 2022 10:57 pm
by arbei

There are many ways to do that, for example, you may Create Your Own API Action.


Re: How to call data from one table to another?

Posted: Wed Jul 27, 2022 8:51 pm
by otto

Hi, I would not like to create API actions, basically I have a table called "customers" and in the view of this table I would like to create a button with the function of opening a pop-up with data from another table inside which is called " additional addresses "that must be connected via a key value, I would like to use Server Events and Client Scripts especially edit page startup script or customtemplate


Re: How to call data from one table to another?

Posted: Thu Jul 28, 2022 9:29 am
by arbei

arbei wrote:

There are many ways to do that, for example, ...

Using API is just an example, you may use whatever you prefer.

otto wrote:

I would like to use Server Events and Client Scripts especially edit page startup script or customtemplate

Then just try and write your code. If your code does not work, you may post it for discussion.