Hi,
recently I was developing in a scenario where I need to add a custom UI in OEE Dashboard. For that I followed the SAP How to guide for Custom UI. As per the guide I developed the view.js file controller.js file and then set them in activity configuration. It was stated in the how to doc that we have to put upto the name of the view page not the extension. Interestingly I found one thing here.
OEE always expects a folder path for that view file is such a way http://<host>:<port>/<Project name>/Web/WebContent/customActivity/<View page>.
Main problem to use that is, we can't add any specific folder in between any of the folder and even we can't change the name of the folder. I have tried with "customactivity", it didn't work.
I think this kind of limitation anyone can't expect while developing. I just post this here to explore that if I am doing anything wrong or that is a issue. Another point is in the how to doc it is not mentioned anywhere.
Thanks and Regards,
Suman