Book a Demo

Author Topic: How to open another repository with java script?  (Read 3407 times)

windrider

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to open another repository with java script?
« on: April 03, 2012, 07:27:57 pm »
Hi all,

I would like to write a script in java script, that accesses another repository to read some data and update elements in the current model.

This line does not work (error message "Repository is not a constructor"):

var sourceRepository = new Repository();

Does anyone know, how to instantiate a new repository object?

Thanks and regards!