SBM ModScript Reference → Programming SBM ModScript → 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 without the TS_ prefix or the field will not be found.
Field names for variable fields should be provided in uppercase characters for database name characters (without the TS_ prefix) or in lowercase/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–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.