Difference between revisions of "NF1.0 Configurable Copy Fields"
CarlosRuiz (talk | contribs) (technical) |
m (Add language link) |
||
| Line 30: | Line 30: | ||
NOTE the column configuration also affects the copied columns when you programatically calls a PO.copyValues - if you want a column to be copied with PO.copyValues but not in a window, then you must allow copy on column and disallow it on field. | NOTE the column configuration also affects the copied columns when you programatically calls a PO.copyValues - if you want a column to be copied with PO.copyValues but not in a window, then you must allow copy on column and disallow it on field. | ||
| + | |||
| + | [[en:NF001 Configurable Copy Fields]] | ||
| + | [[de:NF001 Kopie von Feldern konfigurieren]] | ||
[[Category:New Features v0.01|F]] | [[Category:New Features v0.01|F]] | ||
Revision as of 21:11, 28 October 2013
Feature: Configurable Copy Fields
Goal: Functional
Sponsor: Trek Global
Description:
The system administrator can determin which fields are copied When you copy a register using the "Copy Record" option in any window.
How to configure which field to copy when using the "copy register" button in any window:
1. Log in with user "System".
2. Open "Table and Column" window.
3. Find any table.
4. Go to "Column".
* "Allow Copy" determine if a column must be copied when pushing the button to "Copy Record" in the toolbar button.
It is also possible to override this configuration in the "Field" tab of the "Window, Tab Field" window.
* "Allow Copy" determine if a column must be copied when pushing the button to "Copy Record" in the toolbar button.
Technical Info: IDEMPIERE-686
NOTE the column configuration also affects the copied columns when you programatically calls a PO.copyValues - if you want a column to be copied with PO.copyValues but not in a window, then you must allow copy on column and disallow it on field.


