Skip to content

Full compatibility for automatic 2016.1->2016.2 conversion

Compare
Choose a tag to compare
@eduard93 eduard93 released this 30 Jan 13:48
· 52 commits to master since this release

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()