Reading Case Objects

From within a script, you can read case objects by using either the read method on the appropriate case access class, or the readclassName method on the appropriate case reference object.

Case Access Class Method Description
read(List<classNameRef>) Returns a list containing a local object of the className class for each case object identified by the specified className case references.
Case Reference Object Method Description
readclassName Returns a copy of the latest version of the referenced case object as a local object.