2024 April Release

Struct FSCVENV@1.1001:ObjectVersionList Permanent link for this heading

Object version aggregate to show the whole settings in a view (View).

Properties Permanent link for this heading

Type

Property

Name

User

versby

Saved by

date

verschangedat

Last Change on/at

date

verscreatedat

Started on/at

date

versdate

Version Date

string

versdescription

Description

integer

versnr

Number

date

verssavedat

Saved on/at

Symbol

verssymbol

Symbol

Properties Permanent link for this heading


Saved by (COOSYSTEM@1.1:versby) Permanent link for this heading

Defines the user who saved the object version. Its value is set by the kernel and must not be changed. However, for the purpose of migrations, a custom value can be passed to ObjectFixVersion. In that case, the kernel value is stored in versrealsavedby.

Explanation:
Shows the user who saved the version.

User COOSYSTEM@1.1:versby not null readonly


Last Change on/at (COOSYSTEM@1.1:verschangedat) Permanent link for this heading

Defines the date and time the last change of the object version was done. Its value is set by the kernel and must not be changed. However, for the purpose of migrations, a custom value can be passed to ObjectFixVersion. In that case, the kernel value is stored in versrealchangedat.

Explanation:
Shows the time the version was changed at last.

date COOSYSTEM@1.1:verschangedat local not null readonly


Started on/at (COOSYSTEM@1.1:verscreatedat) Permanent link for this heading

Defines the date and time the version of the object was created. Its value is set by the kernel and must not be changed. However, for the purpose of migrations, a custom value can be set using objcreatedat or objactverscreated at object creation time. Additionally, a custom value for the next object version can be passed to ObjectFixVersion by initializing verschangedat. In both cases, the kernel value is stored in objrealactverscreated and versrealcreatedat.

Explanation:
Shows the starting time of the version. When creating an object the first version is started. If a version is saved, this is also the time when a new version is started.

date COOSYSTEM@1.1:verscreatedat local not null readonly


Version Date (FSCVENV@1.1001:versdate) Permanent link for this heading

Date/Time property for displaying the version date in version dialogs.

date FSCVENV@1.1001:versdate local not null


Description (COOSYSTEM@1.1:versdescription) Permanent link for this heading

Defines the description of the version. If the object version was created by a user, this property stores the description the user entered during the creation. If the object version was created automatically, the property value describes the reason for the automatic creation of the version. The value of this property may have a maximum length of 254 characters. Its value is set by the kernel and must not be changed.

Explanation:
Contains a description of the version.

string COOSYSTEM@1.1:versdescription not null readonly


Number (COOSYSTEM@1.1:versnr) Permanent link for this heading

Defines the unique number of the object version. The number is increased by 1 with each new version. Its value is set by the kernel and must not be changed.

Explanation:
A sequential number starting with 1 is assigned to each version.

unsigned integer COOSYSTEM@1.1:versnr not null readonly


Saved on/at (COOSYSTEM@1.1:verssavedat) Permanent link for this heading

Defines the date and time the version of the object was saved. Its value is set by the kernel and must not be changed. However, for the purpose of migrations, a custom value can be passed to ObjectFixVersion. In that case, the kernel value is stored in versrealsavedat.

Explanation:
Shows the time when the version was saved.

date COOSYSTEM@1.1:verssavedat local readonly


Symbol (FSCVENV@1.1001:verssymbol) Permanent link for this heading

Property of integer to specify an input field, in a view (View)

Symbol FSCVENV@1.1001:verssymbol not null

Additional Information