<remove> tag
The <remove> tag removes global variables
previously added to the screen customization (event). The <remove>
tag has the following attributes:
- enabled
- Indicates whether the global variable defined on the name attribute is enabled for removal. The default is true.
- name
- Specifies the name of the global variable to be removed.
- remove Type
- Specifies the type of the global variable to be removed. Types include oneLocal, oneShared, allLocal, allShared, and all.