I might be slightly wrong (been a while) but global=true means put it
in the "globalContext". A global context is a map which is visible to
all sub-screens and other widgets, whereas a private context is only
visible to the current screen.
Please feel free to correct me if I'm off target folks.
On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte <
[hidden email]> wrote:
> Hi All,
>
> Could one of you please explain what does global="true" mean in the below?
>
> <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
>
> Regards,
> Sameer Apte