Application_ScreenRefs_ScreenRef
ScreenRef
Properties
caption : CaptionTypeThe caption is displayed in the screen selector and menu of the application.
Valid values based on“string”. 80 (maxLength) Caption can be a maximum of 80 characters long.
icon : stringIcon for the screen. The icon is displayed in the screen selector and menu of the application.
name : uiIdentifierUniquely identifies the ScreenRef under the collection.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
screen : stringName of the screen to include in the application.
topLevel : booleanMarks the screen to be exposed in the toolbar as a button.
Parents
Application_ScreenRefs - The set of screens defined for the application.
Parent topic: Application_ScreenRefs