The following section covers parameters related to fields on a view of a class.
The following are notes about fields using specific data types.
-
Integers: The Max integer size is dependent on the database. If the database is 64 bit then the max int will be 64 bit. This value will return as a string due to JavaScript only supporting a max of 53 bits.
-
Boolean: Data set properties are never available for Boolean attributes even if configured with a data set in OnBase Studio.
-
Document: Data set properties are never available for Document attributes even if configured with a data set in OnBase Studio.
-
Formatted Text: Data set properties are never available for Formatted Text attributes even if configured with a data set in OnBase Studio
Also, when setting a value to formatted text that includes an image, the tab index should be set to -1.