Schema tab
The Schema tab provides a list of data elements organized by data source.
Click the Schema tab to see a list of available
data sources and their elements. This tab is in the window to the
left of the coding window. For example, you might see document1
as
a data source and under it subject [Text]
and Body
[Rich Text]
as elements.
Right-click on an element to see a list of applicable methods.
Selecting a method inserts it in the editor applying the data source
and element names. For example, right-clicking on
subject
[Text]
under document1
and selecting getItemValue(String
name)
makes the following insertion in the editor:document1.getItemValue("subject");