{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
And Operator
Usage:
x and y
Returns:
Returns TRUE if both x and y are true.
Examples:
(1<2) and (3>2) -> Returns TRUE