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
  • Hi Chris ,

    Thanks for replying.

    Name of my XML file is ui_resources.xml.

    I also tried copy pasting XML file from PLM/xml folder to my DR/xml folder. But I can't access that XML also.

    JavaScript content is some business logic, which unfortunately I can't share here. But there is only one line which deals with accessing data from this file  -

    var text = aras.getResource("DR","test");

    if i try

    var text = aras.getResource("PLM","xxxx") - it works.  xxxx = some id already present in ui_resources.xml

Children
No Data