Hi All,
Following Neil's blog(https://neilparkhurst.com/2015/12/01/usd-window-navigation-rules/), I have configured something similar for a requirement and have an issue.
Here is the configuration that I have done.
In Agent Script, I am triggering a search for work order related to the contact.
The search is returning the result as expected. Single Work Order with required details.
In the search, I have configured a windows navigation rule as follows:
Order: 2
From search: WorkOrder Search
Entity: msdyn_workorder
Route Type: Onload
Destination: Tab
Field: [[WorkOrder Search.Id]]
Action: Route Window
Target Tab: WorkOrder Page
Show Tab: WorkOrder Page
Hide Navigation bar: Yes
This rule is not triggering when checked in Debugger.
The WorkOrder Page is a hosted control created by me. I changed it to be a global application as well, but still not working.
I tried to create a duplicate navigation rule as well, with Unified Interface Page as well, but that is also not triggering.
Any inputs on why the windows navigation rule is not triggered? and How to fix it will be of great help.
Regards,
Srini