Description: The location is used to store address information including latitude and longitude. Locations can be assigned to resources, projects and/or activities.
Name | Type | Description | Read-Only |
---|---|---|---|
AddressLine1 | String | The first line of the address with street number and street name. | No |
AddressLine2 | String | The second line of the address with street number and street name. | No |
City | String | The city name of the address. | No |
Country | String | The country of the address. | No |
CountryCode | String | The country code of the address. | No |
CreateDate | DateTime | The date this location was created. | Yes |
CreateUser | String | The name of the user that created this location. | Yes |
LastUpdateDate | DateTime | The date this location was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this location. | Yes |
Latitude | Double | The latitude of the location. | No |
Longitude | Double | The longitude of the location. | No |
Municipality | String | The municipality name of the address. | No |
Name | String | The name of the location. | No |
ObjectId | Int | The unique ID generated by the system. | No |
PostalCode | String | The postal code of the address. | No |
State | String | The state name of the address. | No |
StateCode | String | The state abbreviation of the address. | No |