Referenz zur Tabelle/Entität Address (CustomerAddress)
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Address and shipping information. Used to store additional addresses for an account or contact.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Create | POST [org URI]/api/data/v9.0/customeraddresses Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/customeraddresses(customeraddressid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
Retrieve | GET [org URI]/api/data/v9.0/customeraddresses(customeraddressid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/customeraddresses Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
Update | PATCH [org URI]/api/data/v9.0/customeraddresses(customeraddressid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | CustomerAddresses |
DisplayCollectionName | Addresses |
DisplayName | Address |
EntitySetName | customeraddresses |
IsBPFEntity | False |
LogicalCollectionName | customeraddresses |
LogicalName | customeraddress |
OwnershipType | None |
PrimaryIdAttribute | customeraddressid |
PrimaryNameAttribute | name |
SchemaName | CustomerAddress |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- AddressNumber
- AddressTypeCode
- City
- Country
- County
- CustomerAddressId
- Fax
- FreightTermsCode
- ImportSequenceNumber
- Latitude
- Line1
- Line2
- Line3
- Longitude
- Name
- ObjectTypeCode
- OverriddenCreatedOn
- ParentId
- ParentIdTypeCode
- PostalCode
- PostOfficeBox
- PrimaryContactName
- ShippingMethodCode
- StateOrProvince
- Telephone1
- Telephone2
- Telephone3
- TimeZoneRuleVersionNumber
- TransactionCurrencyId
- UPSZone
- UTCConversionTimeZoneCode
- UTCOffset
AddressNumber
Eigenschaft | Wert |
---|---|
Description | Shows the number of the address, to indicate whether the address is the primary, secondary, or other address for the customer. |
DisplayName | Address Number |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | addressnumber |
MaxValue | 1000000000 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
AddressTypeCode
Eigenschaft | Wert |
---|---|
Description | Select the address type, such as primary or billing. |
DisplayName | Address Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | addresstypecode |
RequiredLevel | None |
Type | Picklist |
AddressTypeCode Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Bill To | |
2 | Ship To | |
3 | Primary | |
4 | Other |
City
Eigenschaft | Wert |
---|---|
Description | Type the city for the customer's address to help identify the location. |
DisplayName | City |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | city |
MaxLength | 80 |
RequiredLevel | None |
Type | String |
Country
Eigenschaft | Wert |
---|---|
Description | Type the country or region for the customer's address. |
DisplayName | Country/Region |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | country |
MaxLength | 80 |
RequiredLevel | None |
Type | String |
County
Eigenschaft | Wert |
---|---|
Description | Type the county for the customer's address. |
DisplayName | County |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | county |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
CustomerAddressId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the customer address. |
DisplayName | Address |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | customeraddressid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Fax
Eigenschaft | Wert |
---|---|
Description | Type the fax number associated with the customer's address. |
DisplayName | Fax |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | fax |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
FreightTermsCode
Eigenschaft | Wert |
---|---|
Description | Select the freight terms to make sure shipping charges are processed correctly. |
DisplayName | Freight Terms |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | freighttermscode |
RequiredLevel | None |
Type | Picklist |
FreightTermsCode Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | FOB | |
2 | No Charge |
ImportSequenceNumber
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the data import or data migration that created this record. |
DisplayName | Import Sequence Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | importsequencenumber |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
Latitude
Eigenschaft | Wert |
---|---|
Description | Type the latitude value for the customer's address, for use in mapping and other applications. |
DisplayName | Latitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | latitude |
MaxValue | 90 |
MinValue | -90 |
Precision | 5 |
RequiredLevel | None |
Type | Double |
Line1
Eigenschaft | Wert |
---|---|
Description | Type the first line of the customer's address to help identify the location. |
DisplayName | Street 1 |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | line1 |
MaxLength | 250 |
RequiredLevel | ApplicationRequired |
Type | String |
Line2
Eigenschaft | Wert |
---|---|
Description | Type the second line of the customer's address. |
DisplayName | Street 2 |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | line2 |
MaxLength | 250 |
RequiredLevel | None |
Type | String |
Line3
Eigenschaft | Wert |
---|---|
Description | Type the third line of the customer's address. |
DisplayName | Street 3 |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | line3 |
MaxLength | 250 |
RequiredLevel | None |
Type | String |
Longitude
Eigenschaft | Wert |
---|---|
Description | Type the longitude value for the customer's address, for use in mapping and other applications. |
DisplayName | Longitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | longitude |
MaxValue | 180 |
MinValue | -180 |
Precision | 5 |
RequiredLevel | None |
Type | Double |
Name
Eigenschaft | Wert |
---|---|
Description | Type a descriptive name for the customer's address, such as Corporate Headquarters. |
DisplayName | Address Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 200 |
RequiredLevel | ApplicationRequired |
Type | String |
ObjectTypeCode
Eigenschaft | Wert |
---|---|
Description | Shows the type code of the customer record to indicate whether the address belongs to a customer account or contact. |
DisplayName | Object Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | objecttypecode |
RequiredLevel | SystemRequired |
Type | EntityName |
OverriddenCreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
ParentId
Eigenschaft | Wert |
---|---|
Description | Choose the customer's address. |
DisplayName | Parent |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | parentid |
RequiredLevel | SystemRequired |
Targets | account,contact |
Type | Lookup |
ParentIdTypeCode
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Parent Object Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | parentidtypecode |
RequiredLevel | None |
Type | EntityName |
PostalCode
Eigenschaft | Wert |
---|---|
Description | Type the ZIP Code or postal code for the address. |
DisplayName | ZIP/Postal Code |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | postalcode |
MaxLength | 20 |
RequiredLevel | None |
Type | String |
PostOfficeBox
Eigenschaft | Wert |
---|---|
Description | Type the post office box number of the customer's address. |
DisplayName | Post Office Box |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | postofficebox |
MaxLength | 20 |
RequiredLevel | None |
Type | String |
PrimaryContactName
Eigenschaft | Wert |
---|---|
Description | Type the name of the primary contact person for the customer's address. |
DisplayName | Address Contact |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | primarycontactname |
MaxLength | 150 |
RequiredLevel | None |
Type | String |
ShippingMethodCode
Eigenschaft | Wert |
---|---|
Description | Select a shipping method for deliveries sent to this address. |
DisplayName | Shipping Method |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shippingmethodcode |
RequiredLevel | None |
Type | Picklist |
ShippingMethodCode Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Airborne | |
2 | DHL | |
3 | FedEx | |
4 | UPS | |
5 | Postal Mail | |
6 | Full Load | |
7 | Will Call |
StateOrProvince
Eigenschaft | Wert |
---|---|
Description | Type the state or province of the customer's address. |
DisplayName | State/Province |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | stateorprovince |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
Telephone1
Eigenschaft | Wert |
---|---|
Description | Type the primary phone number for the customer's address. |
DisplayName | Main Phone |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | telephone1 |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
Telephone2
Eigenschaft | Wert |
---|---|
Description | Type a second phone number for the customer's address. |
DisplayName | Phone 2 |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | telephone2 |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
Telephone3
Eigenschaft | Wert |
---|---|
Description | Type a third phone number for the customer's address. |
DisplayName | Telephone 3 |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | telephone3 |
MaxLength | 50 |
RequiredLevel | None |
Type | String |
TimeZoneRuleVersionNumber
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
TransactionCurrencyId
Eigenschaft | Wert |
---|---|
Description | Choose the local currency for the record to make sure budgets are reported in the correct currency. |
DisplayName | Currency |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | transactioncurrencyid |
RequiredLevel | None |
Targets | transactioncurrency |
Type | Lookup |
UPSZone
Eigenschaft | Wert |
---|---|
Description | Type the UPS zone of the customer's address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS. |
DisplayName | UPS Zone |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | upszone |
MaxLength | 4 |
RequiredLevel | None |
Type | String |
UTCConversionTimeZoneCode
Eigenschaft | Wert |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
UTCOffset
Eigenschaft | Wert |
---|---|
Description | Select the time zone for the address. |
DisplayName | UTC Offset |
Format | TimeZone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | utcoffset |
MaxValue | 1500 |
MinValue | -1500 |
RequiredLevel | None |
Type | Integer |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- Composite
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerId
- OwnerIdType
- OwningBusinessUnit
- OwningUser
- TransactionCurrencyIdName
- VersionNumber
Composite
Eigenschaft | Wert |
---|---|
Description | Shows the complete address. |
DisplayName | Address |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | composite |
MaxLength | 1000 |
RequiredLevel | None |
Type | Memo |
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Shows who created the record on behalf of another user. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ExchangeRate
Eigenschaft | Wert |
---|---|
Description | Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. |
DisplayName | Exchange Rate |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | exchangerate |
MaxValue | 100000000000 |
MinValue | 0.000000000001 |
Precision | 12 |
RequiredLevel | None |
Type | Decimal |
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Shows who last updated the record on behalf of another user. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerId
Eigenschaft | Wert |
---|---|
Description | Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | ApplicationRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
OwningBusinessUnit
Eigenschaft | Wert |
---|---|
Description | Shows the business unit that the record owner belongs to. |
DisplayName | Owning Business Unit |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningUser
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who owns the customer address. |
DisplayName | Owner |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
TransactionCurrencyIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | transactioncurrencyidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
VersionNumber
Eigenschaft | Wert |
---|---|
Description | Version number of the customer address. |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- CustomerAddress_BulkDeleteFailures
- CustomerAddress_SyncErrors
- CustomerAddress_AsyncOperations
- CustomerAddress_ProcessSessions
- customeraddress_principalobjectattributeaccess
CustomerAddress_BulkDeleteFailures
Wie die CustomerAddress_BulkDeleteFailures-Viele-zu-Eins-Beziehung für die bulkdeletefailure-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | CustomerAddress_BulkDeleteFailures |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
CustomerAddress_SyncErrors
Wie die CustomerAddress_SyncErrors-Viele-zu-Eins-Beziehung für die syncerror-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | CustomerAddress_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
CustomerAddress_AsyncOperations
Wie die CustomerAddress_AsyncOperations-Viele-zu-Eins-Beziehung für die asyncoperation-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | CustomerAddress_AsyncOperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
CustomerAddress_ProcessSessions
Wie die CustomerAddress_ProcessSessions-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | CustomerAddress_ProcessSessions |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
customeraddress_principalobjectattributeaccess
Wie die customeraddress_principalobjectattributeaccess-Viele-zu-Eins-Beziehung für die principalobjectattributeaccess-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | customeraddress_principalobjectattributeaccess |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- lk_customeraddress_modifiedonbehalfby
- TransactionCurrency_CustomerAddress
- Contact_CustomerAddress
- Account_CustomerAddress
- lk_customeraddress_createdonbehalfby
- lk_customeraddressbase_modifiedby
- lk_customeraddressbase_createdby
lk_customeraddress_modifiedonbehalfby
Siehe die lk_customeraddress_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
TransactionCurrency_CustomerAddress
Siehe die TransactionCurrency_CustomerAddress-Eins-zu-Viele-Beziehung für die transactioncurrency-Tabelle/-Entität.
Contact_CustomerAddress
Siehe die Contact_CustomerAddress-Eins-zu-Viele-Beziehung für die contact-Tabelle/-Entität.
Account_CustomerAddress
Siehe die Account_CustomerAddress-Eins-zu-Viele-Beziehung für die account-Tabelle/-Entität.
lk_customeraddress_createdonbehalfby
Siehe die lk_customeraddress_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_customeraddressbase_modifiedby
Siehe die lk_customeraddressbase_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_customeraddressbase_createdby
Siehe die lk_customeraddressbase_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz customeraddress EntityType