cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Extension Part is not reflecting on Launchpad

former_member259572
Participant
0 Kudos

ear Experts,

I have extended a Fiori app (My Inbox), have added few lines of code in controller and have added a new iconTabBar in Detail Page.

And I have successfully implemented and deployed the same on Launchpad, application is running fine but the changes made are not available on the screen.

I can see the code in ECC system, but the same is not reflecting on screen.

Even tried with clear cache transactions, but no luck.

A little help would be appreciated.

Thank you in advance.

Regards,

Farooq.

TheGokke
Active Participant
0 Kudos

No it doesn't, it has to point to the Z BSP name and the custom ID. How else will the system know to load the custom app instead of the standard one...

0 Kudos

Component.js file says so

TheGokke
Active Participant
0 Kudos

that is just a comment that is always generated by the webide. Like I said, you need to point to the Z app. How else would you configure the tile to the standard app (which you can still use next to the Z app)?

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor

create your tile and target mapping.

for now, the id in your target mapping is not correct. it should be id of your component.

former_member259572
Participant
0 Kudos

Dear Jun Wu,

Thank you for your reply, I have created custom tile and mapping.

And the ID in the component is cross.fnd.fiori.inbox hence have the same id as component.

Regards,

Farooq.

junwu
Active Contributor

cross.fnd.fiori.inbox.CA_FIORI_INBOX_Final this should be your id.

junwu
Active Contributor
0 Kudos
don't know what you are talking.....
former_member259572
Participant
0 Kudos

Dear Jun Wu,

Thank you so much for your help in finding the issue.

I had tried with "cross.fnd.fiori.inbox.CA_FIORI_INBOX_Final", still getting standard app loaded not my custom.

Appreciate your help.

Regards,

Farooq.

TheGokke
Active Participant
0 Kudos

did you activate the sicf service in the system? also run /UI2/INVALIDATE_GLOBAL_CACHES & /UI2/INVALIDATE_CLIENT_CACHES and clear the SMICM server cache

vedaradhya
Participant

Hi Mohammed Farooq Koppal,

Check which application is loading on click of My Inbox tile in debugger tool

is it standard application "ca_fiori_inbox" or your extended one..

if it's showing Standard one then you need to configure tile for extended one

former_member259572
Participant
0 Kudos

Dear Vedaradhya Agrahar,

Thank you so much for your quick response.

I have configured my extended app. you can find that it is custom app being loaded.

And in few blogs I have seen that we have to provide same Semantic Object and Action as of Standard, tried with that also but no luck.

But it is loading the following. Any suggestion on configuration?

Regards,

Farooq.