T
tenzi
Guest
Thanks for your answers! I have created an Object from External Metadata using OpenEdge Service option. As I have read, for this option Rollbase should Import Objects and Relationships from uploaded OpenEdge JSDO catalog file. I tried two different scenarios for this option: 1. A REST Service with a dataset containing three tables: ttOrder, ttOrderLine and ttItem, and the relationships between them. I have attached the json returned by this service ( OrderItemsService.json ). For this use case the relations were created in Rollbase. I created a new tab OrderLines in Order tab, but the related OrderLine records were not displayed and an error was trown (Error loading query). 2. Three REST Services, each containing a dataset with a single table. Please find attached also these services ( OrderService.json , OrderLineService.json and ItemService.json ); But as I understood from your answer: Rollbase can't create new schema elements in objects 'owned' externally, so for this use case Rollbase cannot create relationships between ttOrder and ttOrderLine, etc. I think the first scenario should work because for each table from dataset is created an Object also the relationships are created, probably something is wrong with created relations, or maybe with the service?
Continue reading...
Continue reading...