score:1

(closing an old thread..) list is not a field you can simply create on service builder by declaring it, as the rational is the same you would probably use when thinking about a db schema, you would normally create an auxiliary table with foreign keys and values, or embed the data in a single data field to be encoded (not great).

on sb, though, you can using mapping tables or an extra entity to reformulate your list representation. besides that you can add lists as a parameter on you localserviceimpl class that consumes or build lists in a higher level.


Related Query

More Query from same tag