Contract Entity Reference
Agreement to provide customer service during a specified amount of time or number of cases.
Added by: Service Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/contracts(contractid) Update ownerid property. |
AssignRequest |
| CancelContract | Microsoft.Dynamics.CRM.CancelContract | CancelContractRequest |
| CancelSalesOrder | Microsoft.Dynamics.CRM.CancelSalesOrder | CancelSalesOrderRequest |
| CloneContract | Microsoft.Dynamics.CRM.CloneContract | CloneContractRequest |
| Create | POST [org URI]/api/data/v9.0/contracts See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/contracts(contractid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| RenewContract | Microsoft.Dynamics.CRM.RenewContract | RenewContractRequest |
| Retrieve | GET [org URI]/api/data/v9.0/contracts(contractid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/contracts See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| Rollup | Rollup Function | RollupRequest |
| SetState | PATCH [org URI]/api/data/v9.0/contracts(contractid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/contracts(contractid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | Contracts |
| DisplayCollectionName | Contracts |
| DisplayName | Contract |
| EntitySetName | contracts |
| IsBPFEntity | False |
| LogicalCollectionName | contracts |
| LogicalName | contract |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | contractid |
| PrimaryNameAttribute | title |
| SchemaName | Contract |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ActiveOn
- AllotmentTypeCode
- BillingCustomerId
- BillingCustomerIdType
- BillingEndOn
- BillingFrequencyCode
- BillingStartOn
- BillToAddress
- ContractId
- ContractLanguage
- ContractNumber
- ContractServiceLevelCode
- ContractTemplateId
- CustomerId
- CustomerIdType
- EffectivityCalendar
- EmailAddress
- EntityImage
- ExpiresOn
- ImportSequenceNumber
- OriginatingContract
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- ServiceAddress
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- Title
- TransactionCurrencyId
- UseDiscountAsPercentage
- UTCConversionTimeZoneCode
ActiveOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date when the contract becomes active. |
| DisplayName | Contract Start Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | activeon |
| RequiredLevel | SystemRequired |
| Type | DateTime |
AllotmentTypeCode
| Property | Value |
|---|---|
| Description | Type of allotment that the contract supports. |
| DisplayName | Allotment Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | allotmenttypecode |
| RequiredLevel | None |
| Type | Picklist |
AllotmentTypeCode Options
| Value | Label |
|---|---|
| 1 | Number of Cases |
| 2 | Time |
| 3 | Coverage Dates |
BillingCustomerId
| Property | Value |
|---|---|
| Description | Select the customer account or contact to which the contract should be billed to provide a quick link to address and other customer details. |
| DisplayName | Bill To Customer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billingcustomerid |
| RequiredLevel | SystemRequired |
| Targets | account,contact |
| Type | Customer |
BillingCustomerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Bill To Customer Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcustomeridtype |
| RequiredLevel | ApplicationRequired |
| Type | EntityName |
BillingEndOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the end date for the contract's billing period to indicate the period for which the customer must pay for a service. |
| DisplayName | Billing End Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billingendon |
| RequiredLevel | None |
| Type | DateTime |
BillingFrequencyCode
| Property | Value |
|---|---|
| Description | Select the billing schedule of the contract to indicate how often the customer should be invoiced. |
| DisplayName | Billing Frequency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billingfrequencycode |
| RequiredLevel | None |
| Type | Picklist |
BillingFrequencyCode Options
| Value | Label |
|---|---|
| 1 | Monthly |
| 2 | Bimonthly |
| 3 | Quarterly |
| 4 | Semiannually |
| 5 | Annually |
BillingStartOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the start date for the contract's billing period to indicate the period for which the customer must pay for a service. This defaults to the same date that is selected in the Contract Start Date field. |
| DisplayName | Billing Start Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billingstarton |
| RequiredLevel | None |
| Type | DateTime |
BillToAddress
| Property | Value |
|---|---|
| Description | Choose which address to send the invoice to. |
| DisplayName | Bill To Address |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billtoaddress |
| RequiredLevel | None |
| Targets | customeraddress |
| Type | Lookup |
ContractId
| Property | Value |
|---|---|
| Description | Unique identifier of the contract. |
| DisplayName | Contract |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | contractid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
ContractLanguage
| Property | Value |
|---|---|
| Description | Type additional information about the contract, such as the products or services provided to the customer. |
| DisplayName | Description |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | contractlanguage |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
ContractNumber
| Property | Value |
|---|---|
| Description | Shows the number for the contract for customer reference and searching capabilities. You cannot modify this number. |
| DisplayName | Contract ID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | contractnumber |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ContractServiceLevelCode
| Property | Value |
|---|---|
| Description | Select the level of service that should be provided for the contract based on your company's definition of bronze, silver, or gold. |
| DisplayName | Service Level |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | contractservicelevelcode |
| RequiredLevel | None |
| Type | Picklist |
ContractServiceLevelCode Options
| Value | Label |
|---|---|
| 1 | Gold |
| 2 | Silver |
| 3 | Bronze |
ContractTemplateId
| Property | Value |
|---|---|
| Description | Choose the contract template that should be used to determine the terms of the contract, such as allotment type, available hours, and billing frequency. |
| DisplayName | Contract Template |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | contracttemplateid |
| RequiredLevel | SystemRequired |
| Targets | contracttemplate |
| Type | Lookup |
CustomerId
| Property | Value |
|---|---|
| Description | Select the customer account or contact to provide a quick link to additional customer details, such as address, phone number, activities, and orders. |
| DisplayName | Customer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | customerid |
| RequiredLevel | SystemRequired |
| Targets | account,contact |
| Type | Customer |
CustomerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Customer Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customeridtype |
| RequiredLevel | ApplicationRequired |
| Type | EntityName |
EffectivityCalendar
| Property | Value |
|---|---|
| Description | Days of the week and times during which customer service support is available for the duration of the contract. |
| DisplayName | Support Calendar |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | effectivitycalendar |
| MaxLength | 168 |
| RequiredLevel | None |
| Type | String |
EmailAddress
| Property | Value |
|---|---|
| Description | The primary email address for the entity. |
| DisplayName | Email Address |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | emailaddress |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
EntityImage
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | The default image for the entity. |
| DisplayName | Entity Image |
| IsPrimaryImage | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage |
| MaxHeight | 144 |
| MaxWidth | 144 |
| RequiredLevel | None |
| Type | Image |
ExpiresOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date when the contract expires. |
| DisplayName | Contract End Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | expireson |
| RequiredLevel | SystemRequired |
| Type | DateTime |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Sequence number of the import 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 |
OriginatingContract
| Property | Value |
|---|---|
| Description | Choose the original contract that this contract was created from. This information is used to track renewal history. |
| DisplayName | Originating Contract |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | originatingcontract |
| RequiredLevel | None |
| Targets | contract |
| Type | Lookup |
OverriddenCreatedOn
| Property | Value |
|---|---|
| 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 |
OwnerId
| Property | Value |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
ServiceAddress
| Property | Value |
|---|---|
| Description | Choose the address for the customer account or contact where the services are provided. |
| DisplayName | Contract Address |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | serviceaddress |
| RequiredLevel | None |
| Targets | customeraddress |
| Type | Lookup |
StateCode
| Property | Value |
|---|---|
| Description | Shows whether the contract is in draft, invoiced, active, on hold, canceled, or expired. You can edit only the contracts that are in draft status. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Draft | 1 | Draft |
| 1 | Invoiced | 2 | Invoiced |
| 2 | Active | 3 | Active |
| 3 | On Hold | 4 | On Hold |
| 4 | Canceled | 5 | Canceled |
| 5 | Expired | 6 | Expired |
StatusCode
| Property | Value |
|---|---|
| Description | Select the contract's status. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Options
| Value | Label | State |
|---|---|---|
| 1 | Draft | 0 |
| 2 | Invoiced | 1 |
| 3 | Active | 2 |
| 4 | On Hold | 3 |
| 5 | Canceled | 4 |
| 6 | Expired | 5 |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| 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 |
Title
| Property | Value |
|---|---|
| Description | Type a title or name for the contract that indicates the purpose of the contract. |
| DisplayName | Contract Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | title |
| MaxLength | 100 |
| RequiredLevel | ApplicationRequired |
| Type | String |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Choose the local currency for the record to make sure budgets are reported in the correct currency. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | transactioncurrencyid |
| RequiredLevel | ApplicationRequired |
| Targets | transactioncurrency |
| Type | Lookup |
UseDiscountAsPercentage
| Property | Value |
|---|---|
| Description | Select whether the discounts entered on contract lines for this contract should be entered as a percentage or a fixed dollar value. |
| DisplayName | Discount |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | usediscountaspercentage |
| RequiredLevel | None |
| Type | Boolean |
UseDiscountAsPercentage Options
| Value | Label |
|---|---|
| 1 | Percentage |
| 0 | Amount |
DefaultValue: False
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| 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 |
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- AccountId
- AccountIdName
- AccountIdYomiName
- BillingAccountId
- BillingAccountIdName
- BillingAccountIdYomiName
- BillingContactId
- BillingContactIdName
- BillingContactIdYomiName
- BillingCustomerIdName
- BillingCustomerIdYomiName
- BillToAddressName
- CancelOn
- ContactId
- ContactIdName
- ContactIdYomiName
- ContractTemplateAbbreviation
- ContractTemplateIdName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- CustomerIdName
- CustomerIdYomiName
- Duration
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- NetPrice
- NetPrice_Base
- OriginatingContractName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- ServiceAddressName
- TotalDiscount
- TotalDiscount_Base
- TotalPrice
- TotalPrice_Base
- TransactionCurrencyIdName
- VersionNumber
AccountId
| Property | Value |
|---|---|
| Description | Unique identifier of the account with which the contract is associated. |
| DisplayName | Account |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | accountid |
| RequiredLevel | None |
| Targets | account |
| Type | Lookup |
AccountIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | accountidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
AccountIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | accountidyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
BillingAccountId
| Property | Value |
|---|---|
| Description | Unique identifier of the account to which the contract is to be billed. |
| DisplayName | Billing Account |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingaccountid |
| RequiredLevel | None |
| Targets | account |
| Type | Lookup |
BillingAccountIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingaccountidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
BillingAccountIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingaccountidyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
BillingContactId
| Property | Value |
|---|---|
| Description | Unique identifier of the contact to whom the contract is to be billed. |
| DisplayName | Billing Contact |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcontactid |
| RequiredLevel | None |
| Targets | contact |
| Type | Lookup |
BillingContactIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcontactidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
BillingContactIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcontactidyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
BillingCustomerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcustomeridname |
| MaxLength | 160 |
| RequiredLevel | ApplicationRequired |
| Type | String |
BillingCustomerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billingcustomeridyominame |
| MaxLength | 450 |
| RequiredLevel | ApplicationRequired |
| Type | String |
BillToAddressName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billtoaddressname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CancelOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date and time when the contract was canceled. |
| DisplayName | Cancellation Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | cancelon |
| RequiredLevel | None |
| Type | DateTime |
ContactId
| Property | Value |
|---|---|
| Description | Unique identifier of the contact specified for the contract. |
| DisplayName | Contact |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contactid |
| RequiredLevel | None |
| Targets | contact |
| Type | Lookup |
ContactIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contactidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ContactIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contactidyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ContractTemplateAbbreviation
| Property | Value |
|---|---|
| Description | Shows the abbreviation of the contract template selected when the contract is created. |
| DisplayName | Template Abbreviation |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | contracttemplateabbreviation |
| MaxLength | 20 |
| RequiredLevel | SystemRequired |
| Type | String |
ContractTemplateIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contracttemplateidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
CreatedBy
| Property | Value |
|---|---|
| Description | Shows who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CustomerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customeridname |
| MaxLength | 160 |
| RequiredLevel | ApplicationRequired |
| Type | String |
CustomerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customeridyominame |
| MaxLength | 450 |
| RequiredLevel | ApplicationRequired |
| Type | String |
Duration
| Property | Value |
|---|---|
| Description | Shows for the duration of the contract, in days, based on the contract start and end dates. |
| DisplayName | Duration |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | duration |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
EntityImage_Timestamp
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_timestamp |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
EntityImage_URL
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_url |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
EntityImageId
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ExchangeRate
Added by: Active Solution Solution
| Property | Value |
|---|---|
| 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.0000000001 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
ModifiedBy
| Property | Value |
|---|---|
| Description | Shows who last updated the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| 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
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
NetPrice
| Property | Value |
|---|---|
| Description | Shows the total charge to the customer for the service contract, calculated as the sum of values in the Net field for each existing contract line related to the contract. |
| DisplayName | Net Price |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | netprice |
| MaxValue | 100000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
NetPrice_Base
| Property | Value |
|---|---|
| Description | Value of the Net Price in base currency. |
| DisplayName | Net Price (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | netprice_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
OriginatingContractName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | originatingcontractname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerIdName
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ServiceAddressName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | serviceaddressname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
TotalDiscount
| Property | Value |
|---|---|
| Description | Shows the total discount applied to the contract's service charges, calculated as the sum of values in the Discount fields for each existing contract line related to the contract. |
| DisplayName | Total Discount |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaldiscount |
| MaxValue | 100000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalDiscount_Base
| Property | Value |
|---|---|
| Description | Value of the Total Discount in base currency. |
| DisplayName | Total Discount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaldiscount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalPrice
| Property | Value |
|---|---|
| Description | Shows the total service charge for the contract, before any discounts are credited. This is calculated as the sum of values in the Total Price field for each existing contract line related to the contract. |
| DisplayName | Total Price |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalprice |
| MaxValue | 100000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalPrice_Base
| Property | Value |
|---|---|
| Description | Value of the Total Price in base currency. |
| DisplayName | Total Price (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalprice_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | Version Number |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- Contract_ActivityPointers
- Contract_SyncErrors
- contract_activity_parties
- Contract_DuplicateMatchingRecord
- Contract_DuplicateBaseRecord
- Contract_AsyncOperations
- Contract_MailboxTrackingFolder
- Contract_ProcessSessions
- Contract_BulkDeleteFailures
- contract_principalobjectattributeaccess
- Contract_Appointments
- Contract_Emails
- Contract_Faxes
- Contract_Letters
- Contract_Phonecalls
- Contract_Tasks
- Contract_RecurringAppointmentMasters
- Contract_SocialActivities
- contract_connections1
- contract_connections2
- Contract_Annotation
- Contract_ServiceAppointments
- contract_cases
- contract_line_items
- contract_originating_contract
- contract_msdyn_bookingalerts
- contract_msdyn_approvals
Contract_ActivityPointers
Added by: System Solution Solution
Same as activitypointer entity Contract_ActivityPointers Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_ActivityPointers |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_SyncErrors
Added by: System Solution Solution
Same as syncerror entity Contract_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
contract_activity_parties
Added by: System Solution Solution
Same as activityparty entity contract_activity_parties Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | partyid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | contract_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_DuplicateMatchingRecord
Added by: System Solution Solution
Same as duplicaterecord entity Contract_DuplicateMatchingRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_DuplicateBaseRecord
Added by: System Solution Solution
Same as duplicaterecord entity Contract_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation entity Contract_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_MailboxTrackingFolder
Added by: System Solution Solution
Same as mailboxtrackingfolder entity Contract_MailboxTrackingFolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_MailboxTrackingFolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_ProcessSessions
Added by: System Solution Solution
Same as processsession entity Contract_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure entity Contract_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Contract_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contract_principalobjectattributeaccess
Added by: System Solution Solution
Same as principalobjectattributeaccess entity contract_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | contract_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_Appointments
Added by: System Solution Solution
Same as appointment entity Contract_Appointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Appointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_Emails
Added by: System Solution Solution
Same as email entity Contract_Emails Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Emails |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_Faxes
Added by: System Solution Solution
Same as fax entity Contract_Faxes Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Faxes |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_Letters
Added by: System Solution Solution
Same as letter entity Contract_Letters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Letters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_Phonecalls
Added by: System Solution Solution
Same as phonecall entity Contract_Phonecalls Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Phonecalls |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_Tasks
Added by: System Solution Solution
Same as task entity Contract_Tasks Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Tasks |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_RecurringAppointmentMasters
Added by: System Solution Solution
Same as recurringappointmentmaster entity Contract_RecurringAppointmentMasters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_RecurringAppointmentMasters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_SocialActivities
Added by: System Solution Solution
Same as socialactivity entity Contract_SocialActivities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_SocialActivities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
contract_connections1
Added by: System Solution Solution
Same as connection entity contract_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contract_connections2
Added by: System Solution Solution
Same as connection entity contract_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Contract_Annotation
Added by: System Solution Solution
Same as annotation entity Contract_Annotation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_Annotation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Contract_ServiceAppointments
Same as serviceappointment entity Contract_ServiceAppointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | serviceappointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Contract_ServiceAppointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: RemoveLink Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
contract_cases
Same as incident entity contract_cases Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | incident |
| ReferencingAttribute | contractid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_cases |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contract_line_items
Same as contractdetail entity contract_line_items Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | contractdetail |
| ReferencingAttribute | contractid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_line_items |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contract_originating_contract
Same as contract entity contract_originating_contract Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | contract |
| ReferencingAttribute | originatingcontract |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_originating_contract |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contract_msdyn_bookingalerts
Added by: Active Solution Solution
Same as msdyn_bookingalert entity contract_msdyn_bookingalerts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bookingalert |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_msdyn_bookingalerts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
contract_msdyn_approvals
Added by: Active Solution Solution
Same as msdyn_approval entity contract_msdyn_approvals Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_approval |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contract_msdyn_approvals |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related entity. Listed by SchemaName.
- lk_contractbase_createdby
- lk_contract_createdonbehalfby
- lk_contractbase_modifiedby
- lk_contract_modifiedonbehalfby
- system_user_service_contracts
- team_service_contracts
- business_unit_service_contracts
- transactioncurrency_contract
- contract_billingcustomer_accounts
- contract_customer_accounts
- contract_billingcustomer_contacts
- contract_customer_contacts
- contract_originating_contract
- contract_template_contracts
- customer_address_contracts_as_billing_address
- customer_address_contracts_as_service_address
lk_contractbase_createdby
Added by: System Solution Solution
See systemuser Entity lk_contractbase_createdby One-To-Many relationship.
lk_contract_createdonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_contract_createdonbehalfby One-To-Many relationship.
lk_contractbase_modifiedby
Added by: System Solution Solution
See systemuser Entity lk_contractbase_modifiedby One-To-Many relationship.
lk_contract_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_contract_modifiedonbehalfby One-To-Many relationship.
system_user_service_contracts
Added by: System Solution Solution
See systemuser Entity system_user_service_contracts One-To-Many relationship.
team_service_contracts
Added by: System Solution Solution
See team Entity team_service_contracts One-To-Many relationship.
business_unit_service_contracts
Added by: System Solution Solution
See businessunit Entity business_unit_service_contracts One-To-Many relationship.
transactioncurrency_contract
Added by: System Solution Solution
See transactioncurrency Entity transactioncurrency_contract One-To-Many relationship.
contract_billingcustomer_accounts
Added by: System Solution Solution
See account Entity contract_billingcustomer_accounts One-To-Many relationship.
contract_customer_accounts
Added by: System Solution Solution
See account Entity contract_customer_accounts One-To-Many relationship.
contract_billingcustomer_contacts
Added by: System Solution Solution
See contact Entity contract_billingcustomer_contacts One-To-Many relationship.
contract_customer_contacts
Added by: System Solution Solution
See contact Entity contract_customer_contacts One-To-Many relationship.
contract_originating_contract
See contract Entity contract_originating_contract One-To-Many relationship.
contract_template_contracts
See contracttemplate Entity contract_template_contracts One-To-Many relationship.
customer_address_contracts_as_billing_address
Added by: System Solution Solution
See customeraddress Entity customer_address_contracts_as_billing_address One-To-Many relationship.
customer_address_contracts_as_service_address
Added by: System Solution Solution
See customeraddress Entity customer_address_contracts_as_service_address One-To-Many relationship.
Many-To-Many Relationships
Relationship details provided where the Contract entity is the first entity in the relationship. Listed by SchemaName.
servicecontractcontacts_association
See contact Entity servicecontractcontacts_association Many-To-Many Relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
Microsoft.Dynamics.CRM.contract
Commentaires
Envoyer et afficher des commentaires pour