Solved

Copy some values from selected column

  • 5 April 2022
  • 1 reply
  • 52 views

Userlevel 1
Badge +1

Hello,

 

I want to create a new row in my table with certain columns from another row. It is possible?

icon

Best answer by Mark Jongeling 6 April 2022, 08:35

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +23

Hi!

Yes that is possible in all GUI's. 

In the Universal GUI, you can use this button to copy values from the selected row and start adding a new row using these values: 

Copy button

Or in Windows GUI:

Copy button

This will copy all columns that have been selected to be included as specified in the model (project). 

In the Software Factory > Default menu > User Interface > Subjects > [Desired table] > Columns, you can set columns to be Included in copy. Setting this value to True will make the GUI copy this value to your new row when pressing the Copy button.

Field Project_id is Included in copy

Make sure the setting for Copy is set to true. This will allow your users to be able to use the Copy button:
 

Subjects > [Desired table] > Settings > tab: Permissions

Hope this helps!