R
Ranjana sinha
Guest
Hi Marian, I looked into the JSDO. The issue is that the ablType is in lowercase. For example for the field "Address" the abltype should be "CHARACTER" and not "character". Please find the sample JSDO example for the fields : "CHARFLD8": { "type": "string", "ablType": "CHARACTER", "default": "?", "title": "?" }, "DATEFLD": { "type": "string", "ablType": "DATE", "default": "2015-07-07", "title": "?", "format": "date" }, "DECFLD1": { "type": "number", "ablType": "DECIMAL", "default": 0, "title": "?" }, "DECFLD2": { "type": "number", "ablType": "DECIMAL", "default": 0, "title": "?" }, "DECFLD3": { "type": "number", "ablType": "DECIMAL", "default": 0, "title": "?" }, Could you please modify the JSON and then try. Let me know if you still face issues. Regards, Ranjana Sinha
Continue reading...
Continue reading...