Sets whether a Character or Varchar field has to be shown and stored in uppercase.
None | The Character or Varchar field will not be shown nor stored in uppercase. |
Upper | The Character or Varchar field will be shown and stored in uppercase. |
Level: Attribute, Variable
This property is offered for attributes and variables which their data type is Character or VarChar.
It allows you to set if you want it to be entered, shown and stored with uppercase or not.
Note: If you use the Transaction object as Business Component the values assigned to the attributes will not be automatically stored with uppercase because the Business Component concept does not consider the attributes properties values related to UI. So, if this is relevant, you have to explicitly assign values with uppercase.
This property applies only at design-time.