Menu

#20 Some variants of accessing to model field in script is not working

1.0rc4
closed
nobody
None
2014-12-17
2014-11-25
navrocky
No

memo.text = root["field1"] // not working
memo.text = root."field1" // not working
memo.text = root.field1 // not working
memo.text = root.value("field1") // working

Discussion

  • Alexander

    Alexander - 2014-12-17
    • status: open --> closed
    • Milestone: 1.0 --> 1.0rc4
     
  • Alexander

    Alexander - 2014-12-17

    These two work now in the 1.0.rc4
    memo.text = root."field1";
    memo.text = root.getValue("field1");

     

Log in to post a comment.

MongoDB Logo MongoDB