I am playing with the new version of KUIB 1.1. I have been working on the Github samples.
https://github.com/CloudDataObject/kendo-ui-builder-samples
I am trying to duplicate the behavior in the Master/Details sample and am struggling. Can someone please post the business entity definition used for this sample. I have tried to duplicate this in my own environment and just can't seem to figure out how to get both files available into a single BE.
I am using the steps found in the Sample Workflow document to create the various pieces. Business Entities, Data Objects and even using the Developer Studio are all new 'things' to me.
I think I am struggling with how to get 2 business entities into a single data object but I could be wrong. Looking at the ABL used for the Master/Detail sample might help. It could also be that there is some magic using the Eclipse environment that is just evading me.
Thanks for helping me stop banging my head on the desk,
Bob
1) Create an ‘ABL Include’ file with specific schema (inclusive of two tables)
2) Create Business Entity by selecting the above created include file
3) This will create a Business Entity with all CRUD operations in it
4) Now we can create ABL Service (Data Object service) using the above created Business Entity file.
Hi Bob,
Please send me an e-mail (rperdiga@progress.com) with your availability tomorrow and I will help send you an invite to help you.
Warm Regards,
Ricardo Perdigao
1) Create an ‘ABL Include’ file with specific schema (inclusive of two tables)
2) Create Business Entity by selecting the above created include file
3) This will create a Business Entity with all CRUD operations in it
4) Now we can create ABL Service (Data Object service) using the above created Business Entity file.