[Progress Communities] [Progress OpenEdge ABL] Forum Post: Kendo UI Builer loads the wrong table schema

  • Thread starter Thread starter GregHiggins
  • Start date Start date
Status
Not open for further replies.
G

GregHiggins

Guest
If I have a service definition for lots of BEs, and some BEs use a single table and some BEs use multiple tables, and a singular table BE shares a table data-source name with a multiple table BE table name and the two table definition are different, only one of the definitions is loaded into KUIB event though the references are to the correct schemas. I have a table, tableA, and a BE, tableABE. I also have a multi table BE multiBE which uses TableX, TableY, TableZ and TableA. There are dozens of other tables and BEs for those tables. When I add the datasources to the multiBEApp, I must tell it I'm using multiBE.TableX, multiBE.TableY, multiBE.TableZ and multiBE.TableA. The schema for multiBE.TableA in the schema file for multiBE is different from the schema file for TableABE in the BE TableABE. Nonetheless, the fields I was being shown for multiBE.TableA were those from the TableABE schema and not those from the mutilBE schema. The two files did share a common define data-source srcA for (srcttTable | srcTable). The data-source name I use to load data into my backend should have no effect on what KUIB offers me on my front end build.

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