CisModel

The CisModel class plays two roles. The first role is to provide the metadata that describes the currently loaded model instance. The methods that serve this role are static methods, e.g., defined directly on the CisModel prototype object. These methods are accessible using the syntax CisModel.function(params), assuming you are in the main frame. If not, use main.CisModel.function(params). Instance methods and variables are, of course, accessible through any instance of CisModel, e.g. model.pageData or model.getValue('ACCT_​ID').