E
egarcia
Guest
Hello Carl, If you are planning to do paging, filtering and sorting on the server side with JFP when using SERIALIZE-NAME, then you may want to specify the origName property so that the JFP support can identify the original field name. Example: @openapi.openedge.entity.field.property (field="Cust-Num", name="origName", value="Cust-Num"). DEFINE TEMP-TABLE ttCustomer BEFORE-TABLE bttCustomer FIELD Cust-Num AS INTEGER INITIAL "0" SERIALIZE-NAME "CustNum" ... This is available via a field.property annotation that is written into the catalog. In a future version of OpenEdge, PDSOE would generate this annotation automatically. I hope this helps, Edsel
Continue reading...
Continue reading...