Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0009098 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Openbravo ERP] 00. Application dictionary | major | always | 2009-05-20 08:33 | 2009-05-22 19:26 | |||||||
Reporter | alostale | View Status | public | |||||||||
Assigned To | iciordia | |||||||||||
Priority | none | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | pi | SCM revision | ||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0009098: Read Only Logic does not work if the clausure does not include a column from the table | |||||||||||
Description | Read only logic only works when the values included within it are columns for the same table than the field that affect it. It would be necessary to add the capability of adding session values too. For example a read only logic does not work if the clause is like: @#AD_User_ID@!1000000 The javascript function created is: function readOnlyLogic() { readOnlyLogicElement('ColumnName', (strAD_User_ID != 1000000)); return true; } It seems that a field called strAD_User_ID should be a column from the table. This column does not exist in the table so, the Read Only Logic does not work It exists a workaround: Create an Auxiliary input like: @SQL=SELECT AD_USER_ID FROM AD_USER WHERE AD_USER_ID = @#AD_User_ID@ In Read Only logic use: @AuxiliaryInputName@!1000000 | |||||||||||
Steps To Reproduce | Go to Application Dictionary > Tables and Columns > C_BPartner. Search column: name. In Read Only Logic add: @#AD_User_ID@!1000000 Compile the window. Login the application using an user <> 1000000 | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0016570) iciordia (manager) 2009-05-22 09:55 |
Paolo, I assign this feature request to you till you move all platform feature requests back to me (as a reminder :-) Ismael |
Issue History | |||
Date Modified | Username | Field | Change |
2009-05-20 08:33 | alostale | New Issue | |
2009-05-20 08:33 | alostale | Assigned To | => pjuvara |
2009-05-20 08:33 | alostale | Regression testing | => No |
2009-05-20 08:33 | alostale | Issue generated from | 0009083 |
2009-05-20 08:33 | alostale | Relationship added | related to 0009083 |
2009-05-21 22:34 | pjuvara | Assigned To | pjuvara => iciordia |
2009-05-22 09:55 | iciordia | Assigned To | iciordia => pjuvara |
2009-05-22 09:55 | iciordia | Note Added: 0016570 | |
2009-05-22 19:26 | pjuvara | Assigned To | pjuvara => iciordia |
Copyright © 2000 - 2009 MantisBT Group |