Skip to content

Release

Compare
Choose a tag to compare
@eduard93 eduard93 released this 30 Nov 12:47
· 56 commits to master since this release

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