Address (CustomerAddress) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Address and shipping information. Used to store additional addresses for an account or contact.
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/customeraddresses 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/customeraddresses(customeraddressid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/customeraddresses(customeraddressid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/customeraddresses データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/customeraddresses(customeraddressid) 更新を参照 |
UpdateRequest または Update |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | CustomerAddresses |
| DisplayCollectionName | Addresses |
| DisplayName | Address |
| EntitySetName | customeraddresses |
| IsBPFEntity | False |
| LogicalCollectionName | customeraddresses |
| LogicalName | customeraddress |
| OwnershipType | None |
| PrimaryIdAttribute | customeraddressid |
| PrimaryNameAttribute | name |
| SchemaName | CustomerAddress |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | Select the address type, such as primary or billing. |
| DisplayName | Address Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | addresstypecode |
| RequiredLevel | None |
| Type | Picklist |
AddressTypeCode の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Bill To | |
| 2 | Ship To | |
| 3 | Primary | |
| 4 | Other |
City
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the customer address. |
| DisplayName | Address |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | customeraddressid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Fax
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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 の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | FOB | |
| 2 | No Charge |
ImportSequenceNumber
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | Choose the customer's address. |
| DisplayName | Parent |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentid |
| RequiredLevel | SystemRequired |
| Targets | account,contact |
| Type | Lookup |
ParentIdTypeCode
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | Parent Object Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentidtypecode |
| RequiredLevel | None |
| Type | EntityName |
PostalCode
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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 の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Airborne | |
| 2 | DHL | |
| 3 | FedEx | |
| 4 | UPS | |
| 5 | Postal Mail | |
| 6 | Full Load | |
| 7 | Will Call |
StateOrProvince
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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 |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- Composite
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerId
- OwnerIdType
- OwningBusinessUnit
- OwningUser
- TransactionCurrencyIdName
- VersionNumber
Composite
| プロパティ | 値 |
|---|---|
| Description | Shows the complete address. |
| DisplayName | Address |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | composite |
| MaxLength | 1000 |
| RequiredLevel | None |
| Type | Memo |
CreatedBy
| プロパティ | 値 |
|---|---|
| Description | Shows who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ExchangeRate
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | Shows who last updated the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerId
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
OwningBusinessUnit
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| プロパティ | 値 |
|---|---|
| Description | Version number of the customer address. |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
- CustomerAddress_BulkDeleteFailures
- CustomerAddress_SyncErrors
- CustomerAddress_AsyncOperations
- CustomerAddress_ProcessSessions
- customeraddress_principalobjectattributeaccess
CustomerAddress_BulkDeleteFailures
bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ CustomerAddress_BulkDeleteFailures と同じです。
| プロパティ | 値 |
|---|---|
| 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
syncerror テーブル/エンティティの多対一のリレーションシップ CustomerAddress_SyncErrors と同じです。
| プロパティ | 値 |
|---|---|
| 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
asyncoperation テーブル/エンティティの多対一のリレーションシップ CustomerAddress_AsyncOperations と同じです。
| プロパティ | 値 |
|---|---|
| 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
processsession テーブル/エンティティの多対一のリレーションシップ CustomerAddress_ProcessSessions と同じです。
| プロパティ | 値 |
|---|---|
| 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
principalobjectattributeaccess テーブル/エンティティの多対一のリレーションシップ customeraddress_principalobjectattributeaccess と同じです。
| プロパティ | 値 |
|---|---|
| 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 |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- lk_customeraddress_modifiedonbehalfby
- TransactionCurrency_CustomerAddress
- Contact_CustomerAddress
- Account_CustomerAddress
- lk_customeraddress_createdonbehalfby
- lk_customeraddressbase_modifiedby
- lk_customeraddressbase_createdby
lk_customeraddress_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_customeraddress_modifiedonbehalfby を参照してください。
TransactionCurrency_CustomerAddress
transactioncurrency テーブル/エンティティの一対多のリレーションシップ TransactionCurrency_CustomerAddress を参照してください。
Contact_CustomerAddress
contact テーブル/エンティティの一対多のリレーションシップ Contact_CustomerAddress を参照してください。
Account_CustomerAddress
account テーブル/エンティティの一対多のリレーションシップ Account_CustomerAddress を参照してください。
lk_customeraddress_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_customeraddress_createdonbehalfby を参照してください。
lk_customeraddressbase_modifiedby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_customeraddressbase_modifiedby を参照してください。
lk_customeraddressbase_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_customeraddressbase_createdby を参照してください。
関連項目
フィードバック
フィードバックの送信と表示