[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: tableRef is being ignored in JSDO for Angular 6

Status
Not open for further replies.
R

rnicoara

Guest
Since we’re discussing the tableRef and viewTable settings, it might also be worth mentioning that our Angular data source implementation also supports working with a subset of the ProDataSet, by means of a “partialDataSet” setting. For example, when working with something like: eOrder -> eCustomer eOrder -> eOrderLine eOrderLine -> eItem We can use two different JSDO configurations: tableRef = eOrder, viewTables = eCustomer and tableRef = eOrderLine, viewTabels = eItem It follows the MVVM pattern, in that the backend uses a model optimised for the business logic and the client adopts different “views”, depending on what is needed for the use case. However, this is handled by our data source and not our version of the JSDO. I believe that support for scenarios like this would also be a great addition to the JSDO.

Continue reading...
 
Status
Not open for further replies.
Top