Skip to main content

FSM Mobile Coordinates

  • June 18, 2024
  • 1 reply
  • 44 views

Forum|alt.badge.img+7

In FSM Mobile, address.geocode_lat and address.geocode_long in DebriefOverview when displayed in UI, the trailing zeros are cut OOTB. For example, if address.geocode_lat = 34.89470000, in UI it displays 34.8947. We would like depict the value as it is in the database.

 

Reference case: CS0218506

1 reply

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • 1183 replies
  • June 19, 2024

Hi @AccGeorgM 

I see that this is the value in the mobile DB. Not sure why it works like this, but seems like a design decision.

 

To workaround this I would recommend populating the values in a UDF and syncing those to the mobile. On the mobile screen display the UDFs and not the original fields. 

 

Cheers!