I’ve created a tab panel which has 2 tabs; Stock Items and Favorite. In Stock Items I’ve added nested list with following tree structure.
Stock Items -> Item1
-> Item2 -> Item3 -> MyForm
Favorite -> MyForm
When user clicked on Item3 then ‘MyForm’ screen launched. User can favorite this screen if he/she does not want to travell long path to open MyForm screen so in this way he/she can add this screen in favorite list and after adding this screen in favorite, this screen will visible in Favorite tab section from where user can launch ‘MyForm’ screen without travelling long path.
So let me know how can perform this task?. Any help is appreiciated!!