Re: Map an Object in ERRest
Re: Map an Object in ERRest
- Subject: Re: Map an Object in ERRest
- From: Rodrigo de Sousa <email@hidden>
- Date: Thu, 09 Jun 2016 23:37:02 -0400
Hello Samuel,
Thanks for your answer.
I forgot to mention, but in my case I got this problem to create the object.
The method that I got the error is this:
ERXRouteController.create(String entityName, ERXKeyFilter filter)
I know that I can use the filter to use with primitive attributes but it not work with Object.
Do you have any idea in my case to create an object and don't change my old API?
Thanks again,
Rodrigo.