F
franchiset
Guest
Hi Anil, The database tables that we used do not have hypens in the table names, but I'm almost positive there are fields that have hypens in their names. If there are any such fields in the tables we are using, should we go into the TT definition include file (that is included in the business entity class) and add a SERIALIZE-NAME clause (with a name without hypens) for each such field? E.g. ... FIELD sell-price AS DECIMAL ... SERIALIZE-NAME "sellPrice" ... Thanks and Regards, Carl
Continue reading...
Continue reading...