canModify setting
New canModify
setting affects JSON->Obj parsing.
Settingreplaces the default body of this method:
ClassMethod CanModify(pObject As Form.Adaptor, pLevel As %Integer) [ CodeMode = expression]
{
pLevel=1
}
Set it to: pObject.checkObjPermission("U")
to allow modification of non-root forms which user can edit on any level.