What is the use of Entity Path in the navigate task in designer2? Explain with an example…
4 Likes
@Neeraj_Kumar
In this box, you can configure the entity if you want to map an entity to a page. You can map an entity to a page when the a page is loaded or created.
For more details : Click
2 Likes
This was introduced with the concept of making a page reusable by mapping an entity to the page—for example, mapping an Employee entity. At the time of navigation, you can specify the path of the corresponding entity to dynamically bind it to the page. Once mapped, all data read and write operations on the page will interact with the referenced entity. This approach allows a single page to be reused across multiple entities of the same type, even if they belong to different hierarchies.
2 Likes