Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute Name

Description

Name (required)

The name of the Temp-Table which is described here

ReadOnly

Logical value, describing if the Temp-Table is considered read-only in this Business Entity

MandatoryColumns

Comma delimited list of mandatory columns

ReadOnlyColumns

Comma delimited list of columns that are read-only

GetInitialValuesLogical value, indicating whether the Business Entity's GetInitialValues method is called to set initial values for a new record. If FALSE, the temp-tables's default initial values are used. The default value is FALSE.
AddOnlyColumnsReturns the list of columns only enabled during add
DefaultSortReturns the default sort option. Including the BY and the table name
PrimaryKeyComma delimited list of column (field) names that represent the Primary Key Fields
NonFilterableColumnsComma delimited list of column (field) names of columns that do not support filtering
NonSortableColumnsComma delimited list of column (field) names of columns that do not support sorting
PerformValidation

Logical value, indicating whether the Business Entity should perform automatic validation based on AddOnlyColumns, MandatoryColumns, ReadOnly, ReadOnlyColumns. The

 default value is FALSE.

@BusinessEntityView

The BusinessEntityView annotation allows to describe views of the Business Entity, similar to the parameters required in the SmartBusinessEntityAdapter when accessing the Business Entity:

...