Skip to main content

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

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!


Reply