Object property must be MultiDimensional on $GET and $DATA
objectscriptQuality release 
        Id 
        OS0103
      Rule type 
        Bug
      Severity 
        Blocker
Blocker
      SQALE characteristic 
        - Security- Errors
 
Remediation function 
        Constant/issue
      Remediation cost 
        10min
      Non-compliant code
On following code the property Name is not multidimensional:
if $get(objPerson.Name)'="" set name=objPerson.Name

