Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036666Openbravo ERPA. Platformpublic2017-08-18 11:132022-02-01 08:08
martinsdan 
Triage Platform Base 
normalmajoralways
acknowledgedopen 
4510.12
 
 
Google Chrome
Core
No
0036666: Selector Out Fields don't work for Process Definition windows
Selector fields marked as Out Fields but not shown are not working on Process Definition windows. We can only have that information if the field is marked as "Show in Picklist" or "Show in Grid"
- Create a new Reference
    - Parent reference: OBUISEL_Selector Reference
- Add the Defined Selector tab entry properties
- Create a new Defined Selector Field
   - Show in Picklist: No
   - Show in Grid: No
   - Out Field: Yes
- Create a new Process Definition entry
- Add a parameter using the new created reference
   - Add an On Change Function for debug purposes

We don't have the out field information on the js function
No tags attached.
Issue History
2017-08-18 11:13martinsdanNew Issue
2017-08-18 11:13martinsdanAssigned To => platform
2017-08-18 11:13martinsdanWeb browser => Google Chrome
2017-08-18 11:13martinsdanModules => Core
2017-08-18 11:13martinsdanTriggers an Emergency Pack => No
2017-08-21 12:43egoitzWeb browserGoogle Chrome => Google Chrome
2017-08-30 13:59caristuWeb browserGoogle Chrome => Google Chrome
2017-08-30 13:59caristuTypedefect => design defect
2017-08-30 14:06caristuNote Added: 0098733
2017-08-30 14:06caristuStatusnew => acknowledged
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0098733)
caristu   
2017-08-30 14:06   
Moved to design defect: currently out fields are only supported for the tabs of the standard windows.

The solution would require to adapt the changes in the client side[1] to include the out fields values inside the process definition form and also ensure that when generating the process definition view, the out fields information is included[2] which currently is not.

[1] https://code.openbravo.com/erp/devel/pi/file/1dc42ad30d5c/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js#l892 [^]
[2] https://code.openbravo.com/erp/devel/pi/file/1dc42ad30d5c/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java#l506 [^]