Id | Integer | The unique id for this record | No |
Orm | VarChar | The object this geo is in reference to | No |
RecId | Integer | The internal identifier of the associated Orm object | No |
Longitude | Float | The longitude of the geo location | Yes |
Latitude | Float | The latitude of the geo location | Yes |
Accuracy | Float | The accuracy of the recorded geo location | No |
No | VarChar | The number of the address | No |
Street | VarChar | The street of the address | No |
Suburb | Varchar | The suburb of the address | No |
State | VarChar | The state of the address | No |
Country | Integer | The id of the country for the address | No |
Action | VarChar | The action performed while recording this geo record. Current options "TimesheetStart", "TimesheetEnd", "TimesheetPause" | |
Creator | Integer | The id of the user who created the record | No |
Created | DateTime | The time the record was originally created | No |
Modified | DateTime | The last time the record was updated | |