Google Maps in HRM App

0
I have included the google map add-on in the data view of the employee master detail view and added the button that calls a microflow to get the geo coordinates. However the button is displayed as disabled Why?
asked
3 answers
1

2 things that you have to take care of,

  1. The Latitude and Longitude are Decimal Values in the imported Module and the one the one that you are using might be a float.
  2. Check for Security Issues on the App. Also you have to Associate your outer data view Entity with your google maps Entity.
answered
0

If a button is disabled it most likely indicates that the view that it is in is empty (i.e. the source configured for the nested view returned empty). I'm assuming your view is nested in a containing data view, which might mean that top-level data view object does not have a reference to the nested object.

answered
0

I have checked the "Disabled During Action" option for the button and it got enabled.

answered