cancel
Showing results for 
Search instead for 
Did you mean: 

Client globals declared in SAP Asset Manager mobile app + MDK

0 Kudos

Hi,

If i define some client globals in mobile app settings..

How can i retrieve this information on the mdk..Is there an api existing?

Please help.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

prashanthi.vangala2

Were you able to resolve your issue? If any of the below responses 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 (3)

Answers (3)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Client Global Config Panel settings in Asset Manager are exposed via the GlobalParameters Entity set which is one of the defining requests for the offline initialization. You can do a context.read against that entity set to retrieve a value for use within the application or your customizations.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Prashanthi,

By mobile app settings are you referring to config panel settings or are you referring to metadata globals?

--Bill

0 Kudos

Hi Bill,

pic.png

config panel settings.

robert_hunger
Participant
0 Kudos

Hi Prashanthi,

I hope this will help you

getGlobalDefinition("/MyApp/Globals/MyApplicationVersion.global")

MDK- Client API References | Global

Gr, +Robert

0 Kudos

Thank you Robert. I will try and update here.