[progress Communities] [progress Openedge Abl] Forum Post: Re: Object Import - Jsdo

  • Thread starter Thread starter Ranjana sinha
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top