Skip to Content
0
Feb 03, 2022 at 01:51 PM

How to load UI5 MasterDetail app on specific ID?

76 Views Last edit Feb 04, 2022 at 07:22 AM 6 rev

I have a master detail ui5 application. SplitApp

loio2d145878ee8d475da971b21419109ce8-hires.jpeg

The application works fine when its loaded on home page,

but when i try to load an item with specific ID in the URL (ex:00205) the request fails:

http://localhost:4004/myapp/webapp/index.html#/Items/00205

Request failed with status code 404:<br>

it seems that the data is not being synced when loading on specific item.

What is the best practice for loading item from the url?