cancel
Showing results for 
Search instead for 
Did you mean: 

Asset manager app name change

vairavelb
Explorer
0 Kudos

Hi,

After installing the addtional component of field operating worker, SAP asset manager became SAP field operations worker. How can i change it back to SAP Asset manager.

Thanks in advance.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

balamurugan.vairavel
Were you able to resolve your issue? If the below response helped you, then please mark the helpful answer by accepting it OR post an answer so others might benefit from your findings and then close this discussion.

Regards,
Jitendra (SAP Community Moderator)

Accepted Solutions (0)

Answers (2)

Answers (2)

muhammad_rafay
Advisor
Advisor
0 Kudos

Components override the i18n files so in your case, the i18n file for SAM is being overridden by Field Operation Worker. Also, there are different places where the app name is displayed i.e. inside the device under the app icon, inside the first page of onboarding, and on the overview page.

For the app name on device = Check the MDKProject.json

For the Onboarding page = Check BrandedSettings.json

For the overview page = Check the cim file for i18n file and replaced the key for the component with the intended one

james_murphy01
Product and Topic Expert
Product and Topic Expert
0 Kudos

You need to update the MDKProject.json file, where you will see the app name thats displayed on the mobile device home screen.

Building the SAP Asset Manager Application Overview - SAP Help Portal

Otherwise check the i18n file for the localised Name for the Based app (app_display_name=SAP Asset Manager)
open the overview page and check the cation for the page ("Caption": "$(L,app_display_name)", )