Hi all,
I’ve been trying to test some of the calls related to Work Tasks using the WorkTasksHandling projection and the JtTaskSet entity but it’s always returning empty results even though there are existing Work Tasks in the system:
Here’s an example of trying to retrieve a single record from the JtTaskSet entity using an existing Work Task ID:
However, there are other projections that do return results. Here’s an example using the PersonHandling projection and the PersonInfoSet entity:
Here’s the setup for the Client User that I’m using to test these calls:
Let me know if I’m missing anything and if anybody has any insights on this issue. Thanks!