Good morning, I have a question. I am programming a create method which has 
parameters that have to be entered by the user, but there is a parameter that 
is an enum that in the base that what I have chosen has to disable or enable 
another parameter, that can be done in isis?

Another question is whether it is possible to hide the Id from the entity?
Because I put the annotation: @ javax.jdo.annotations.DatastoreIdentity 
(strategy = javax.jdo.annotations.IdGeneratorStrategy.IDENTITY, column = 
"clientId")
and now the Id appears in the Metadata column but I do not want that to be seen 
by the user

Thank you

Reply via email to