
Hello everybody
I am having some difficulties with my workspace. I have created many tiles formparts and links on the workspace.
They work almost exactly as intended. But there are a issues that most be resolved.
When there are multiple users working on the same workspace they get each other counts on the tiles until they manual update the tiles.
I have read in this article (https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/build-workspace) when you have multiple users on the workspace you have to create cache table, class and query.
The first counter which is pretty small is "MyProjects" which retrives its data from ProjTable where i am WorkerResponsible.
Can anybody help/guide me to creating the cache table, class and query for this workspace/tile?
Sincerly AShein
Within the same article you share you have a link to "Tile and List Caching for Workspaces". You can download the Fleet management lab from github.com/.../FMLab to follow the article.