Difference between revisions of "NF1.0 Configurable Copy Fields"
CarlosRuiz (talk | contribs) m (Text replace - "http://jira.idempiere.com" to "http://idempiere.atlassian.net") |
|||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 27: | Line 27: | ||
* "Allow Copy" determine if a column must be copied when pushing the button to "Copy Record" in the toolbar button. | * "Allow Copy" determine if a column must be copied when pushing the button to "Copy Record" in the toolbar button. | ||
| − | '''Technical Info:''' [http:// | + | '''Technical Info:''' [http://idempiere.atlassian.net/browse/IDEMPIERE-686 IDEMPIERE-686] |
| − | [[Category:New Features | + | 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:NF1.0 Configurable Copy Fields]] | ||
| + | [[de:NF1.0 Kopie von Feldern konfigurieren]] | ||
| + | |||
| + | [[Category:New Features|F]] | ||
| + | [[Category:New Features v1.0|F]] | ||
| + | [[Category:New Features Functional]] | ||
| + | [[Category:User Manual]] | ||
Latest revision as of 20:53, 2 September 2016
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.


