...
Debugging, troubleshooting
Debugging in the UI layer
Poster - Firefox plug-in for POSTing
https://addons.mozilla.org/en-US/firefox/addon/poster/
...
to see response data from the app layerChris identified she needs to make a change to the XML/JSON conversion class to preserve the type as Boolean
Debugging in the App layer
Testing if a new field is working in the app layer
Set up new test in cspi-services
maybe not for extension
Inspect uispec, uischema coming out of the app layer
You should at least see the name of the field in there somewhere
(See App layer calls below for more details.)
Logging for troubleshooting
...
- new base-...xml file
- new domain-...xml file
- edit base-relations.xml to add new record type as a relate-able record type
- Per Chris M, has an 'all' keyword for all relation types
- add an xml include line to point to your new procedure's base-* file, to *-tenant.xml (in app layer tree) or in our-tenant-tenant.xml (in the mini-build)
- edit the id / number pattern config file to add any automatically generated number patterns needed (also need to make the generator(s) in the services layer; there's a document on the DOC wiki about that)
...
Inspect uispec, uischema coming out of the app layer You should at least see the name of the field in there somewhere
(See App layer calls below for more details.)
...
set datatype to boolean in app layer config, default value is false
Chris identified she needs to make a change to the XML/JSON conversion class to preserve the type as Boolean
Documentation
John K:
Removing lots of old cruft from the DOC wiki in the customizing area
some docs partly useful, but ...
...