Hi all, trying to create a link from Dynamics NAV (from either an Order, Customer, etc.) to show a list of cases associated with that entity.
We store the GUIDs for common entities in NAV, so have this information already.
For example, creating a url:
- using the customer GUID to show a list of cases for this account
- using the sales order GUID to show a list of cases for this order
- using the invoice GUID to show a list of cases for this invoice
etc.
I can generate/display cases based on the above, but not show the Case Associated View.
Thanks.