Author Topic: ReferenceData in MDG?  (Read 2353 times)

carolin.boeckler

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
ReferenceData in MDG?
« on: June 17, 2020, 07:30:10 pm »
Hi

I have a Question to the MDG Technology: Is it possible to Import the Reference Data to a MDG Technology.
Many years before, I had an AddIn. Through this it was possible to insert reference data to a Special EA model. But it is really complicated. So I hope it is also possible to insert the reference data to the MDG Technology.

LG, Caro

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: ReferenceData in MDG?
« Reply #1 on: June 17, 2020, 07:59:03 pm »
I don't think so. Referece data are purely EA internal things. You need to fall back to your addin. IIRC it's not that complicated.
Code: [Select]
xmlres = Respository.CustomCommand("Repository", "ImportRefData", sXML);
q.

carolin.boeckler

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Re: ReferenceData in MDG?
« Reply #2 on: June 17, 2020, 11:48:43 pm »
What a pity!
But thanks for your answer.
lg, caro

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: ReferenceData in MDG?
« Reply #3 on: June 18, 2020, 02:29:46 am »
Hello Carolin,

Recent versions allow you to upload reference data to RAS. You can also share reference data between repositories.
I haven't used either of these in a production setting, but they might be worth a look.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.