Default Values for Business Object Fields
The Default Value property in the Business Object Field Editor stores the value that is used for the field by default when a new row is created.
The add-in populates the field for a new row with this value during row creation. If the field is editable, the business user can change the value before upload.
You can use an expression in the default value field. Some functions are supported depending on the data type. For example, the add-in supports the Now()
and Today()
functions for the date data types. See About Expressions.
Note:
Reserved words are not supported.Default values do not apply to:
- Read-only fields
- Fields with lists of values (LOV)
- Fields with object or unsupported data types