Solved

Copy the relationship from a column to another

  • 8 April 2022
  • 6 replies
  • 82 views

Userlevel 1
Badge +1

Hello,

 

I want to copy some columns from a linked table to another table. I want to know if it's possible to select with check boxes in a pop up screen which columns have to be copied?

icon

Best answer by Mark Jongeling 6 May 2022, 10:42

View original

This topic has been closed for comments

6 replies

Userlevel 7
Badge +23

Hi,

Could the Copy columns screen help out?:

Data model > Tables > Columns > Copy columns

 

Userlevel 1
Badge +1

I want to select them from the GUI

Userlevel 7
Badge +23

Can you elaborate more on what you wishing to do? Maybe some images can help me get an understanding.

Or do you mean copying data out of columns and pasting them in another row/screen?; similar to your last question but then in different forms/screens.

Userlevel 1
Badge +1

 

 

I have a quotation with some linked elements into sales line overview. I created a task that copies a row from create quotation and now I want to copy in the new quotation some elements from sales order line and select them with a check box in a pop up screen.

 

Userlevel 7
Badge +23

Hey, I've been quite busy lately and had a holiday so sorry for the late reply.

What you can do is create a Task for this, that copies the selected Quotation and connects the New quotation to the copied quotation. Using a process flow, this then opens a View that combines the New quotation and the linked elements of the copied quotation and contains a checkbox. If you then check the box, an Instead of trigger can then ensure that the selected elements of the copied quotation are copied to the New quotation.

But there are other ways this can be implemented. The main thought should be, how users would experience this. Is it logical to them or should it be made different so it is better to understand for example.

Userlevel 7
Badge +23

Hi, Did my previous reply help answer your question(s)?