Skip to content

Releases: intersystems-community/RESTForms

Full compatibility for automatic 2016.1->2016.2 conversion

31 Jan 10:45
Compare
Choose a tag to compare

Full compatibility for automatic 2016.1->2016.2 conversion

30 Jan 13:48
Compare
Choose a tag to compare

To install:

  1. Import 20161.xml (for Caché 2016.1) or 20162.xml (for Caché 2016.2+) into any namespace
  2. Create new web application /forms with Dispatch class Form.REST.Main
  3. Open http://localhost:57772/forms/test?Debug in browser to validate install (should output {"Status": "OK"} and possibly prompt for password).
  4. If you want test data, call: do ##class(Form.Util.Init).populateTestForms()

Release

30 Nov 12:47
Compare
Choose a tag to compare

To install:

  1. Import 20161.xml (for Caché 2016.1) or 201162.xml (for Caché 2016.2+) into any namespace
  2. Create new web application /forms with Dispatch class Form.REST.Main
  3. Open http://localhost:57772/forms/test?Debug in browser to validate install (should output {"Status": "OK"} and possibly prompt for password).
  4. If you want test data, call: do ##class(Form.Util.Init).populateTestForms()