Pierre Smits created OFBIZ-11592:
------------------------------------
Summary: Have view entities show dynamic stamp fields of member
entities
Key: OFBIZ-11592
URL: https://issues.apache.org/jira/browse/OFBIZ-11592
Project: OFBiz
Issue Type: Improvement
Components: framework/entity, framework/service, framework/webtools
Affects Versions: Trunk
Environment: *
Reporter: Pierre Smits
Assignee: Pierre Smits
Currently the stamp fields of (normal) entity definitions are not defined in
the entity models, and are added dynamically when the service engine creates
the tables in the underlying RDBMS. And when records are retrieved (either in
web tools or via specific functions) the service engine ensures that the stamp
field values are retrieved from the table in the RDBMS.
With view entities retrieval of stamp field values, however, this is not
possible, due to:
* view definitions are based on the defintion of member entities and these
don't include stamp fields
* views don't exist in the underlying RDBMS
When accessing a view (accessed through web tools or functions) the values of
the stamp fields of the underlying member (based on construct definitions)
should be shown/retrievable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)