Skip to main content

I am attempting to invoke the TimeRegistrationEmployeeHandling.ReportDateRangeWithIntervals function and have encountered the following error:

Projection call with name ReportDateRangeWithIntervals is not supported as it contains at least one parameter that is not a primitive.

Indeed, one of the parameters is a complex type, which seems to be a limitation. Has anyone faced a similar issue or have any suggestions on how to resolve this?

 


 


ver. 24.2.3

You’re correct. This is a limitation in workflows. I’m also curious to know what people usually do in these kind of scenarios.


 

@Tomasz Grzebula is there an entity api you can use instead

 


@paul harland,
Thanks for your suggestion. With the support of the consultant, we found an alternative method. Unfortunately, the same problem persists. It uses Structure as a parameter.
 

 


Reply