Hi Community,
I am trying to call for a specific item card using the filter possibility in the Web Client URL.
I've found the documentation but this doesn't seem to fully satisfy my needs.
docs.microsoft.com/.../devenv-web-client-urls
When try to call for specific Item Card (page 30)
{{local}} ?company={{company}}&page=30&filter=%27No.%27%20IS%20%27S6050%27
I end up on the item card of the first item in the list containing "S6050"
I want to end up at item "S6050"
I also tried to use the systemid instead:
{{local}} ?company={{company}}&page=30&filter=%27$systemid%27%20IS%20%2731cb2de4-3d44-eb11-8fee-000d3abafafa%27
But this results in an error:
Does any of you have an idea how to solve this?