Use process for copy window

Hi
i would like to use the process to copy an existing window. I can execute the process just fine but cant find the new window afterwards…
could somebody tell me how the copied windows are named? “name (copy1)” for example?
Many thanks
Simon

hi Simon,

the process copies all elements from another window into the window you have currently selected.
A better name for it would be " Copy from other window into this window".

So the steps are:

  1. create a new empty window
  2. run the process “copy window” and select the window you want to copy everything from
  3. create a new menu node for your new window
  4. change the zoom to destination of the table the window is for (e.g. new sales order window needs to be configured on c_order table)
  5. set permissions so you can see it using either “role access update” or adding the window manually to your role
  6. optional: you can use “template tabs” to link tabs into the new window instead of duplicating them which solves the problem of maintaining changes coming from metasfresh release in the originating window.

enjoy your new window!

Norbert

1 Like

thank you very much, that way it worked perfectly.
Cheers
Simon

FYI, just added some updates for that process, after i was scratching my head myself and found this post very useful :slight_smile: