Issue in accessing custom ui_resources.xml

I am trying to add XML file for Custom Error messages which will be used in JavaScript in my application. Location where I have added ui_resources.xml is - \Aras_Dev14\Innovator\Client\Solutions\DR\xml
However , I am not able to access any value in this XML. If I access XML from any other folder I can do that. So I believe this issue is related to some kind of folder mapping that needs to be done in ARAS.
can you please help me with this?

Parents Reply Children
  • Hello,

    I wasn't able to reproduce this issue in a local instance of 11.0 SP15 I have running. I added a folder called DR to my local instance and put a ui_resources.xml file in an /xml/ folder there. After that, I was able to get the resources I had defined by using aras.getResource("DR", "my_resource_key"); .

    Could you let me know what version of Aras Innovator you are using? You can check this under Help > About in the main menu of Aras Innovator. Additionally, can you try clearing your browser cache? It's possible an old cache is causing the new file to not be recognized.

    Chris