Non-persistable entity expose throught OData 4 in v10.24.1

0
Hi all,  We have been using studio 10.15 for since release and we wanted to upgrade the apps so we did on the 2 days ago to 10.24.1 We are now having an error when creating a non-persistable entity (no commit not refresh in client), in a microflow, that is exposed via OData (because it's a parameter of an exposed microflow) to call the exposed method: 'Entity UserManagement.EntUMRegisterAccountRequestBody is not remote'   Is anyone else having to deal with this? What does 'is not remote' mean?   Here's the last bit of stacktrace: Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil$.processException(MicroflowUtil.scala:73) Caused by: java.lang.IllegalArgumentException: Entity UserManagement.EntUMRegisterAccountRequestBody is not remote at com.mendix.connectionbus.handler.RemoteKeyMappingImpl$Retriever.getTableInfo(RemoteKeyMappingImpl.scala:267) at com.mendix.connectionbus.handler.RemoteKeyMappingImpl$Retriever.$init$(RemoteKeyMappingImpl.scala:259) at com.mendix.connectionbus.handler.RemoteKeyMappingImpl$IdRetriever.<init>(RemoteKeyMappingImpl.scala:45) at com.mendix.connectionbus.handler.RemoteKeyMappingImpl.getMendixIdFromPKs(RemoteKeyMappingImpl.scala:41) at com.mendix.modules.microflowengine.actions.mxobject.MappedMxIdentifierResolver.$anonfun$resolveMxIdentifier$1(MappedMxIdentifierResolver.scala:20) at scala.Option.flatMap(Option.scala:283)  
asked
0 answers