A geographic location master arranged as a self-referencing hierarchy: parentPlaceId points at the containing place, and level/placeType describe what kind of node it is. Its main role is as the city lookup on party and document addresses - Account, Order, Invoice, Quote, Opportunity, Bill, PurchaseOrder, DeliveryOrder and ServiceOrder all reference Places through their billing-city and shipping-city lookup pairs, and PostalCode rows link to their city via cityPlaceId.
Fields
| Field | Label | Type | Required | What it does |
|---|---|---|---|---|
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Id | Id | Guid | Yes | |
Level | Level | Number | ||
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
ParentPlaceId | Parent Place | Lookup → Place | ||
PlaceType | Place Type | PickList | Values: City, District, State, Country, Locality, Territory, Region. | |
RecordTypeId | Record Type | Guid, hidden | ||
UIProps | UI Props | Text | ||
UpdatedDateTime | Modified Date | DateAndTime | Yes |
Actions
| Action | Label | Type | What it does |
|---|---|---|---|
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Related entities
- UserAccount — looks up via
CreatedById - UserAccount — looks up via
ModifiedById - Place — looks up via
ParentPlaceId - UserAccount — looks up via
OwnerId - Bill — referenced by via
BillingCityId - Account — referenced by via
ShippingCityPlaceId - Bill — referenced by via
ShippingCityId - PurchaseOrder — referenced by via
BillingCityPlaceId - ContactAddress — referenced by via
CityPlaceId - DeliveryOrder — referenced by via
ShippingCityPlaceId - DeliveryOrder — referenced by via
BillingCityPlaceId - Opportunity — referenced by via
BillingCityPlaceId - Place — referenced by via
ParentPlaceId - Invoice — referenced by via
BillingCityPlaceId - PurchaseOrder — referenced by via
ShippingCityPlaceId - ServiceOrder — referenced by via
BillingCityPlaceId - ServiceOrder — referenced by via
ShippingCityPlaceId - Order — referenced by via
BillingCityPlaceId - Account — referenced by via
BillingCityPlaceId - Order — referenced by via
ShippingCityPlaceId - Invoice — referenced by via
ShippingCityPlaceId - Opportunity — referenced by via
ShippingCityPlaceId
