cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

My Inbox Extension Application: Standard modules not loading

ManishMayank058
Discoverer
0 Likes
781

Hi All,

I have an extension of My Inbox application which has stopped working. This was migrated from old system and none of the experts who worked on it are there in the team. Issue is that in my odata calls, we have few custom data coming in which is supposed to be formatted through my inbox standard conversion files(These can be found inside standard my inbox app under util folder)

But for some reason when we run the application these files are not getting fetched. I don't see the in network tab or in component-preload.

 

jQuery.sap.require("cross.fnd.fiori.inbox.util.Conversions");
This don't seem to be loading the file. or somehow its not getting linked with the formatter.



I am getting below issue in the application

ManishMayank058_0-1725276995356.png

This is my component

ManishMayank058_1-1725277072829.png

This is the initial part of my custom controller

ManishMayank058_2-1725277158932.png

This is the fragment where I am using these standard js files as formatter

ManishMayank058_3-1725277265319.png

My UI is coming like this because of this

ManishMayank058_1-1725277917199.png

 

 

 

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

ManishMayank058
Discoverer
0 Likes

Issue is resolved. We moved the code of jQuery.sap.require to sap.ui.define section

ManishMayank058_0-1725359200429.png