<sm:Screen>
The sm:Screen tag has the following attributes.
Attribute | Description |
---|---|
DisplayName | The name of the screen on the UI. |
ExpandSelector | The name of a selector field from the primary container. An MYOB Acumatica form can contain a selector control that acts like a filter. For example, the Order Type selector control on the Sales Orders form (SO301000) works as a filter. If the ExpandSelector attribute is specified for a screen, then the mobile application represents the screen as multiple screens, where each screen corresponds to a single value of the referenced selector field. |
Icon | The name of an image that is used to display the screen icon on the main menu (and on the sidebar menu, if specified) of a mobile application. This attribute is optional. If this attribute is not specified for a screen, the screen is displayed in the UI without an icon. See the possible values and the corresponding images for the Icon attribute in Icons. |
Id | The screen identifier, such as IN201000. You can find the value to specify there in the screen URL of the corresponding MYOB Acumatica form. |
OpenAs | The display type of the screen. When the screen is opened from a menu, this
attribute specifies how to open the primary container. Otherwise, when the screen is
opened by a redirection from an action and the
RedirectToContainer attribute of this action does not
explicitly specify how to open the container, then this attribute specifies how to
open the redirected container of the screen. The value can be one of the
following:
|
Type | The type of the screen, which is one of the following values:
|
Visible | An indicator of the visibility of the screen in the main menu. If the value of this attribute is true, the screen is visible on the main menu. By default, the value is true. |