Reserved keywords

Reserved keywords

Reserved keywords

If you name your form field to any of following reserved keywords you will risk runtime failure when communicating with your application:
  1. script – (this seems to have been resolved, please refer to the list in further reading)
  2. type
  3. count
Background 

This post is here to address issues that randomly occur while using reserved keywords when communicating with Zoho Creator through the REST API and/or integrated Zoho services using Deluge.

Since Zoho Creator does not use namespaces and/or validates the payload that you send this will result in misleading or downright false error information that make these problems impossible to debug and resolve.

In lack of official documentation or proper error handling, these are the list of reserved keywords that I have came across but there will likely be many others. If you come across other reserved keywords, please share them in this thread.

Further reading