SBM AppScript Reference → Programming SBM AppScript → Working with SBM Database Fields
There are two types of fields in the database depending on the type of table you are working with:
When writing scripts where you specify field names for system tables, enter the name entirely in lowercase characters (without the TS_ prefix) or the field will not be found.
Field names for variable fields should be provided in uppercase characters for database column names characters (without the TS_ prefix) or in lowercase or mixed case characters for display names (for Title, for example).
Keep this distinction in mind as you work with functions that require you to specify field names (such as GetFieldValue and SetFieldValue).
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.