Quote Entity Reference
Formal offer for products and/or services, proposed at specific prices and related payment terms, which is sent to a prospective customer.
Added by: Sales Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/quotes(quoteid) Update ownerid property. |
AssignRequest |
| Associate | Associate and disassociate entities | AssociateRequest or Associate |
| CalculatePrice | CalculatePrice Action | CalculatePriceRequest |
| CloseIncident | Microsoft.Dynamics.CRM.CloseIncident | CloseIncidentRequest |
| CloseQuote | Microsoft.Dynamics.CRM.CloseQuote | CloseQuoteRequest |
| ConvertQuoteToSalesOrder | Microsoft.Dynamics.CRM.ConvertQuoteToSalesOrder | ConvertQuoteToSalesOrderRequest |
| Create | POST [org URI]/api/data/v9.0/quotes See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/quotes(quoteid) See Delete |
DeleteRequest or Delete |
| Disassociate | Associate and disassociate entities | DisassociateRequest or Disassociate |
| GenerateQuoteFromOpportunity | Microsoft.Dynamics.CRM.GenerateQuoteFromOpportunity | GenerateQuoteFromOpportunityRequest |
| GetQuantityDecimal | Microsoft.Dynamics.CRM.GetQuantityDecimal | GetQuantityDecimalRequest |
| GetQuoteProductsFromOpportunity | Microsoft.Dynamics.CRM.GetQuoteProductsFromOpportunity | GetQuoteProductsFromOpportunityRequest |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| msdyn_CloseQuoteAsLost | Microsoft.Dynamics.CRM.msdyn_CloseQuoteAsLost | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_CloseQuoteAsWon | Microsoft.Dynamics.CRM.msdyn_CloseQuoteAsWon | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_CreateQuoteSpecificPriceList | Microsoft.Dynamics.CRM.msdyn_CreateQuoteSpecificPriceList | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_GetProjectsForQuote | Microsoft.Dynamics.CRM.msdyn_GetProjectsForQuote | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_UpdateQuoteLineDetailPrices | Microsoft.Dynamics.CRM.msdyn_UpdateQuoteLineDetailPrices | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| Retrieve | GET [org URI]/api/data/v9.0/quotes(quoteid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/quotes See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| ReviseQuote | Microsoft.Dynamics.CRM.ReviseQuote | ReviseQuoteRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| Rollup | Rollup Function | RollupRequest |
| SetState | PATCH [org URI]/api/data/v9.0/quotes(quoteid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/quotes(quoteid) See Update |
UpdateRequest or Update |
| WinOpportunity | Microsoft.Dynamics.CRM.WinOpportunity | WinOpportunityRequest |
| WinQuote | Microsoft.Dynamics.CRM.WinQuote | WinQuoteRequest |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | Quotes |
| DisplayCollectionName | Quotes |
| DisplayName | Quote |
| EntitySetName | quotes |
| IsBPFEntity | False |
| LogicalCollectionName | quotes |
| LogicalName | quote |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | quoteid |
| PrimaryNameAttribute | name |
| SchemaName | Quote |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- BillTo_AddressId
- BillTo_City
- BillTo_ContactName
- BillTo_Country
- BillTo_Fax
- BillTo_Line1
- BillTo_Line2
- BillTo_Line3
- BillTo_Name
- BillTo_PostalCode
- BillTo_StateOrProvince
- BillTo_Telephone
- CampaignId
- ClosedOn
- CustomerId
- CustomerIdType
- Description
- DiscountAmount
- DiscountPercentage
- EffectiveFrom
- EffectiveTo
- EmailAddress
- ExpiresOn
- FreightAmount
- FreightTermsCode
- ImportSequenceNumber
- LastOnHoldTime
- msdyn_Account
- msdyn_AccountManagerId
- msdyn_ContractOrganizationalUnitId
- msdyn_EstimatedCost
- msdyn_feasible
- msdyn_InvoiceSetupTotals
- msdyn_OrderType
- msdyn_QuoteLineEndDate
- msdyn_QuoteLineStartDate
- Name
- OpportunityId
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PaymentTermsCode
- PriceLevelId
- PricingErrorCode
- ProcessId
- QuoteId
- QuoteNumber
- RequestDeliveryBy
- ShippingMethodCode
- ShipTo_AddressId
- ShipTo_City
- ShipTo_ContactName
- ShipTo_Country
- ShipTo_Fax
- ShipTo_FreightTermsCode
- ShipTo_Line1
- ShipTo_Line2
- ShipTo_Line3
- ShipTo_Name
- ShipTo_PostalCode
- ShipTo_StateOrProvince
- ShipTo_Telephone
- SLAId
- StageId
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- TotalAmount
- TotalAmountLessFreight
- TotalDiscountAmount
- TotalLineItemAmount
- TotalLineItemDiscountAmount
- TotalTax
- TransactionCurrencyId
- TraversedPath
- UTCConversionTimeZoneCode
- WillCall
BillTo_AddressId
| Property | Value |
|---|---|
| Description | Unique identifier of the billing address. |
| DisplayName | Bill To Address ID |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | billto_addressid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
BillTo_City
| Property | Value |
|---|---|
| Description | Type the city for the customer's billing address. |
| DisplayName | Bill To City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_city |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
BillTo_ContactName
| Property | Value |
|---|---|
| Description | Type the primary contact name at the customer's billing address. |
| DisplayName | Bill To Contact Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_contactname |
| MaxLength | 150 |
| RequiredLevel | None |
| Type | String |
BillTo_Country
| Property | Value |
|---|---|
| Description | Type the country or region for the customer's billing address. |
| DisplayName | Bill To Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_country |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
BillTo_Fax
| Property | Value |
|---|---|
| Description | Type the fax number for the customer's billing address. |
| DisplayName | Bill To Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_fax |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
BillTo_Line1
| Property | Value |
|---|---|
| Description | Type the first line of the customer's billing address. |
| DisplayName | Bill To Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_line1 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
BillTo_Line2
| Property | Value |
|---|---|
| Description | Type the second line of the customer's billing address. |
| DisplayName | Bill To Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_line2 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
BillTo_Line3
| Property | Value |
|---|---|
| Description | Type the third line of the billing address. |
| DisplayName | Bill To Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_line3 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
BillTo_Name
| Property | Value |
|---|---|
| Description | Type a name for the customer's billing address, such as "Headquarters" or "Field office", to identify the address. |
| DisplayName | Bill To Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_name |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
BillTo_PostalCode
| Property | Value |
|---|---|
| Description | Type the ZIP Code or postal code for the billing address. |
| DisplayName | Bill To ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_postalcode |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
BillTo_StateOrProvince
| Property | Value |
|---|---|
| Description | Type the state or province for the billing address. |
| DisplayName | Bill To State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_stateorprovince |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
BillTo_Telephone
| Property | Value |
|---|---|
| Description | Type the phone number for the customer's billing address. |
| DisplayName | Bill To Phone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_telephone |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
CampaignId
Added by: Marketing Sales Solution
| Property | Value |
|---|---|
| Description | Shows the campaign that the order was created from. |
| DisplayName | Source Campaign |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | campaignid |
| RequiredLevel | None |
| Targets | campaign |
| Type | Lookup |
ClosedOn
| Property | Value |
|---|---|
| DateTimeBehavior | DateOnly |
| Description | Enter the date when the quote was closed to indicate the expiration, revision, or cancellation date. |
| DisplayName | Closed On |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | closedon |
| RequiredLevel | None |
| Type | DateTime |
CustomerId
| Property | Value |
|---|---|
| Description | Select the customer account or contact to provide a quick link to additional customer details, such as account information, activities, and opportunities. |
| DisplayName | Potential Customer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | customerid |
| RequiredLevel | ApplicationRequired |
| Targets | account,contact |
| Type | Customer |
CustomerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Potential Customer Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customeridtype |
| RequiredLevel | ApplicationRequired |
| Type | EntityName |
Description
| Property | Value |
|---|---|
| Description | Type additional information to describe the quote, such as the products or services offered or details about the customer's product preferences. |
| DisplayName | Description |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
DiscountAmount
| Property | Value |
|---|---|
| Description | Type the discount amount for the quote if the customer is eligible for special savings. |
| DisplayName | Quote Discount Amount |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | discountamount |
| MaxValue | 1000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
DiscountPercentage
| Property | Value |
|---|---|
| Description | Type the discount rate that should be applied to the Detail Amount field to include additional savings for the customer in the quote. |
| DisplayName | Quote Discount (%) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | discountpercentage |
| MaxValue | 100 |
| MinValue | 0 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
EffectiveFrom
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date when the quote pricing is effective or was first communicated to the customer. |
| DisplayName | Effective From |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | effectivefrom |
| RequiredLevel | None |
| Type | DateTime |
EffectiveTo
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the expiration date or last day the quote pricing is effective for the customer. |
| DisplayName | Effective To |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | effectiveto |
| RequiredLevel | None |
| Type | DateTime |
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 |
ExpiresOn
| Property | Value |
|---|---|
| DateTimeBehavior | DateOnly |
| Description | Enter the date a decision or order is due from the customer to indicate the expiration date of the quote. |
| DisplayName | Due By |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | expireson |
| RequiredLevel | None |
| Type | DateTime |
FreightAmount
| Property | Value |
|---|---|
| Description | Type the cost of freight or shipping for the products included in the quote for use in calculating the Total Amount field. |
| DisplayName | Freight Amount |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | freightamount |
| MaxValue | 1000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
FreightTermsCode
| Property | Value |
|---|---|
| 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 Options
| Value | Label |
|---|---|
| 1 | FOB |
| 2 | No Charge |
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 |
LastOnHoldTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Contains the date time stamp of the last on hold time. |
| DisplayName | Last On Hold Time |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | lastonholdtime |
| RequiredLevel | None |
| Type | DateTime |
msdyn_Account
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Customer Account associated with this Quote |
| DisplayName | Potential Customer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_account |
| RequiredLevel | None |
| Targets | account |
| Type | Lookup |
msdyn_AccountManagerId
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Account manager responsible for the quote. |
| DisplayName | Account Manager |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_accountmanagerid |
| RequiredLevel | Recommended |
| Targets | systemuser |
| Type | Lookup |
msdyn_ContractOrganizationalUnitId
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | The organizational unit in charge of the contract. |
| DisplayName | Contracting Unit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_contractorganizationalunitid |
| RequiredLevel | Recommended |
| Targets | msdyn_organizationalunit |
| Type | Lookup |
msdyn_EstimatedCost
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | The estimated cost of this quote |
| DisplayName | Estimated Cost |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedcost |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_feasible
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows how the quote estimation compares to project estimation. Possible values are 0: Feasibility Not Available, 1: Feasible, and 2: Not Feasible. |
| DisplayName | Feasibility |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_feasible |
| RequiredLevel | None |
| Type | Picklist |
msdyn_feasible Options
| Value | Label |
|---|---|
| 192350000 | Feasibility Not Available |
| 192350001 | Feasible |
| 192350002 | Not Feasible |
msdyn_InvoiceSetupTotals
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | The totals of all assigned Invoice Setups |
| DisplayName | Invoice Setup Totals |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_invoicesetuptotals |
| MaxValue | 922337203685477 |
| MinValue | 0 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_OrderType
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Internal use only. |
| DisplayName | Order Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_ordertype |
| RequiredLevel | Recommended |
| Type | Picklist |
msdyn_OrderType Options
| Value | Label |
|---|---|
| 192350000 | Item based |
| 192350001 | Work based |
| 690970002 | Service-Maintenance Based |
msdyn_QuoteLineEndDate
Added by: Field Service Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | The latest end date of all associated quote lines |
| DisplayName | Latest Quote Line End Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_quotelineenddate |
| RequiredLevel | None |
| Type | DateTime |
msdyn_QuoteLineStartDate
Added by: Field Service Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | The earliest Start Date of all Quote Lines that are associated to this quote |
| DisplayName | Earliest Quote Line Start Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_quotelinestartdate |
| RequiredLevel | None |
| Type | DateTime |
Name
| Property | Value |
|---|---|
| Description | Type a descriptive name for the quote. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 300 |
| RequiredLevel | ApplicationRequired |
| Type | String |
OpportunityId
| Property | Value |
|---|---|
| Description | Choose the opportunity that the quote is related to for reporting and analytics. |
| DisplayName | Opportunity |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | opportunityid |
| RequiredLevel | None |
| Targets | opportunity |
| 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 |
PaymentTermsCode
| Property | Value |
|---|---|
| Description | Select the payment terms to indicate when the customer needs to pay the total amount. |
| DisplayName | Payment Terms |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | paymenttermscode |
| RequiredLevel | None |
| Type | Picklist |
PaymentTermsCode Options
| Value | Label |
|---|---|
| 1 | Net 30 |
| 2 | 2% 10, Net 30 |
| 3 | Net 45 |
| 4 | Net 60 |
PriceLevelId
| Property | Value |
|---|---|
| Description | Choose the price list associated with this record to make sure the products associated with the campaign are offered at the correct prices. |
| DisplayName | Price List |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | pricelevelid |
| RequiredLevel | ApplicationRequired |
| Targets | pricelevel |
| Type | Lookup |
PricingErrorCode
| Property | Value |
|---|---|
| Description | Pricing error for the quote. |
| DisplayName | Pricing Error |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | pricingerrorcode |
| RequiredLevel | None |
| Type | Picklist |
PricingErrorCode Options
| Value | Label |
|---|---|
| 0 | None |
| 1 | Detail Error |
| 2 | Missing Price Level |
| 3 | Inactive Price Level |
| 4 | Missing Quantity |
| 5 | Missing Unit Price |
| 6 | Missing Product |
| 7 | Invalid Product |
| 8 | Missing Pricing Code |
| 9 | Invalid Pricing Code |
| 10 | Missing UOM |
| 11 | Product Not In Price Level |
| 12 | Missing Price Level Amount |
| 13 | Missing Price Level Percentage |
| 14 | Missing Price |
| 15 | Missing Current Cost |
| 16 | Missing Standard Cost |
| 17 | Invalid Price Level Amount |
| 18 | Invalid Price Level Percentage |
| 19 | Invalid Price |
| 20 | Invalid Current Cost |
| 21 | Invalid Standard Cost |
| 22 | Invalid Rounding Policy |
| 23 | Invalid Rounding Option |
| 24 | Invalid Rounding Amount |
| 25 | Price Calculation Error |
| 26 | Invalid Discount Type |
| 27 | Discount Type Invalid State |
| 28 | Invalid Discount |
| 29 | Invalid Quantity |
| 30 | Invalid Pricing Precision |
| 31 | Missing Product Default UOM |
| 32 | Missing Product UOM Schedule |
| 33 | Inactive Discount Type |
| 34 | Invalid Price Level Currency |
| 35 | Price Attribute Out Of Range |
| 36 | Base Currency Attribute Overflow |
| 37 | Base Currency Attribute Underflow |
| 38 | Transaction currency is not set for the product price list item |
ProcessId
| Property | Value |
|---|---|
| Description | Contains the id of the process associated with the entity. |
| DisplayName | Process Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
QuoteId
| Property | Value |
|---|---|
| Description | Unique identifier of the quote. |
| DisplayName | Quote |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | quoteid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
QuoteNumber
| Property | Value |
|---|---|
| Description | Shows the quote number for customer reference and searching capabilities. The number cannot be modified. |
| DisplayName | Quote ID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | quotenumber |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
RequestDeliveryBy
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the delivery date requested by the customer for all products in the quote. |
| DisplayName | Requested Delivery Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | requestdeliveryby |
| RequiredLevel | None |
| Type | DateTime |
ShippingMethodCode
| Property | Value |
|---|---|
| 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 Options
| Value | Label |
|---|---|
| 1 | Airborne |
| 2 | DHL |
| 3 | FedEx |
| 4 | UPS |
| 5 | Postal Mail |
| 6 | Full Load |
| 7 | Will Call |
ShipTo_AddressId
| Property | Value |
|---|---|
| Description | Unique identifier of the shipping address. |
| DisplayName | Ship To Address ID |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | shipto_addressid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ShipTo_City
| Property | Value |
|---|---|
| Description | Type the city for the customer's shipping address. |
| DisplayName | Ship To City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_city |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
ShipTo_ContactName
| Property | Value |
|---|---|
| Description | Type the primary contact name at the customer's shipping address. |
| DisplayName | Ship To Contact Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_contactname |
| MaxLength | 150 |
| RequiredLevel | None |
| Type | String |
ShipTo_Country
| Property | Value |
|---|---|
| Description | Type the country or region for the customer's shipping address. |
| DisplayName | Ship To Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_country |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
ShipTo_Fax
| Property | Value |
|---|---|
| Description | Type the fax number for the customer's shipping address. |
| DisplayName | Ship To Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_fax |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
ShipTo_FreightTermsCode
| Property | Value |
|---|---|
| Description | Select the freight terms to make sure shipping orders are processed correctly. |
| DisplayName | Ship To Freight Terms |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_freighttermscode |
| RequiredLevel | None |
| Type | Picklist |
ShipTo_FreightTermsCode Options
| Value | Label |
|---|---|
| 1 | Default Value |
ShipTo_Line1
| Property | Value |
|---|---|
| Description | Type the first line of the customer's shipping address. |
| DisplayName | Ship To Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_line1 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
ShipTo_Line2
| Property | Value |
|---|---|
| Description | Type the second line of the customer's shipping address. |
| DisplayName | Ship To Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_line2 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
ShipTo_Line3
| Property | Value |
|---|---|
| Description | Type the third line of the shipping address. |
| DisplayName | Ship To Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_line3 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
ShipTo_Name
| Property | Value |
|---|---|
| Description | Type a name for the customer's shipping address, such as "Headquarters" or "Field office", to identify the address. |
| DisplayName | Ship To Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_name |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
ShipTo_PostalCode
| Property | Value |
|---|---|
| Description | Type the ZIP Code or postal code for the shipping address. |
| DisplayName | Ship To ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_postalcode |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
ShipTo_StateOrProvince
| Property | Value |
|---|---|
| Description | Type the state or province for the shipping address. |
| DisplayName | Ship To State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_stateorprovince |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
ShipTo_Telephone
| Property | Value |
|---|---|
| Description | Type the phone number for the customer's shipping address. |
| DisplayName | Ship To Phone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_telephone |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
SLAId
| Property | Value |
|---|---|
| Description | Choose the service level agreement (SLA) that you want to apply to the quote record. |
| DisplayName | SLA |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | slaid |
| RequiredLevel | None |
| Targets | sla |
| Type | Lookup |
StageId
| Property | Value |
|---|---|
| Description | Contains the id of the stage where the entity is located. |
| DisplayName | (Deprecated) Stage Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | stageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
StateCode
| Property | Value |
|---|---|
| Description | Shows whether the quote is draft, active, won, or closed. Only draft quotes can be edited. |
| 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 | Active | 2 | Active |
| 2 | Won | 4 | Won |
| 3 | Closed | 7 | Closed |
StatusCode
| Property | Value |
|---|---|
| Description | Select the quote's status. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Options
| Value | Label | State |
|---|---|---|
| 1 | In Progress | 0 |
| 2 | In Progress | 1 |
| 3 | Open | 1 |
| 4 | Won | 2 |
| 5 | Lost | 3 |
| 6 | Canceled | 3 |
| 7 | Revised | 3 |
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 |
TotalAmount
| Property | Value |
|---|---|
| Description | Shows the total amount due, calculated as the sum of the products, discounts, freight, and taxes for the quote. |
| DisplayName | Total Amount |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalamount |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalAmountLessFreight
| Property | Value |
|---|---|
| Description | Shows the total product amount for the quote, minus any discounts. This value is added to freight and tax amounts in the calculation for the total amount due for the quote. |
| DisplayName | Total Pre-Freight Amount |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalamountlessfreight |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalDiscountAmount
| Property | Value |
|---|---|
| Description | Shows the total discount amount, based on the discount price and rate entered on the quote. |
| DisplayName | Total Discount Amount |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaldiscountamount |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalLineItemAmount
| Property | Value |
|---|---|
| Description | Shows the sum of all existing and write-in products included on the quote, based on the specified price list and quantities. |
| DisplayName | Total Detail Amount |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totallineitemamount |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalLineItemDiscountAmount
| Property | Value |
|---|---|
| Description | Shows the total of the Manual Discount amounts specified on all products included in the quote. This value is reflected in the Detail Amount field on the quote and is added to any discount amount or rate specified on the quote |
| DisplayName | Total Line Item Discount Amount |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totallineitemdiscountamount |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalTax
| Property | Value |
|---|---|
| Description | Shows the total of the Tax amounts specified on all products included in the quote, included in the Total Amount due calculation for the quote. |
| DisplayName | Total Tax |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaltax |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
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 |
| LogicalName | transactioncurrencyid |
| RequiredLevel | ApplicationRequired |
| Targets | transactioncurrency |
| Type | Lookup |
TraversedPath
| Property | Value |
|---|---|
| Description | A comma separated list of string values representing the unique identifiers of stages in a Business Process Flow Instance in the order that they occur. |
| DisplayName | (Deprecated) Traversed Path |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | traversedpath |
| MaxLength | 1250 |
| RequiredLevel | None |
| Type | String |
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 |
WillCall
| Property | Value |
|---|---|
| Description | Select whether the products included in the quote should be shipped to the specified address or held until the customer calls with further pick up or delivery instructions. |
| DisplayName | Ship To |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | willcall |
| RequiredLevel | None |
| Type | Boolean |
WillCall Options
| Value | Label |
|---|---|
| 1 | Will Call |
| 0 | Address |
DefaultValue: False
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- AccountId
- AccountIdName
- AccountIdYomiName
- BillTo_Composite
- CampaignIdName
- ContactId
- ContactIdName
- ContactIdYomiName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- CustomerIdName
- CustomerIdYomiName
- DiscountAmount_Base
- ExchangeRate
- FreightAmount_Base
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- msdyn_AccountManagerIdName
- msdyn_AccountManagerIdYomiName
- msdyn_AccountName
- msdyn_AccountYomiName
- msdyn_AdjustedGrossMargin
- msdyn_Competitive
- msdyn_ContractOrganizationalUnitIdName
- msdyn_CustomerBudgetRollUp
- msdyn_customerbudgetrollup_Base
- msdyn_CustomerBudgetRollUp_Date
- msdyn_CustomerBudgetRollUp_State
- msdyn_EstimatedBudget
- msdyn_EstimatedCompletionRollUp
- msdyn_EstimatedCompletionRollUp_Date
- msdyn_EstimatedCompletionRollUp_State
- msdyn_estimatedcost_Base
- msdyn_EstimatedQuoteMargin
- msdyn_EstimatedSchedule
- msdyn_GrossMargin
- msdyn_invoicesetuptotals_Base
- msdyn_Profitability
- msdyn_TotalAmount
- msdyn_totalamount_Base
- msdyn_TotalChargeableCostRollup
- msdyn_totalchargeablecostrollup_Base
- msdyn_TotalChargeableCostRollup_Date
- msdyn_TotalChargeableCostRollup_State
- msdyn_TotalNonchargeableCostRollup
- msdyn_totalnonchargeablecostrollup_Base
- msdyn_TotalNonchargeableCostRollup_Date
- msdyn_TotalNonchargeableCostRollup_State
- OnHoldTime
- OpportunityIdName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- PriceLevelIdName
- RevisionNumber
- ShipTo_Composite
- SLAInvokedId
- SLAInvokedIdName
- SLAName
- TotalAmount_Base
- TotalAmountLessFreight_Base
- TotalDiscountAmount_Base
- TotalLineItemAmount_Base
- TotalLineItemDiscountAmount_Base
- TotalTax_Base
- TransactionCurrencyIdName
- UniqueDscId
- VersionNumber
AccountId
| Property | Value |
|---|---|
| Description | Unique identifier of the account with which the quote 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 |
BillTo_Composite
| Property | Value |
|---|---|
| Description | Shows the complete Bill To address. |
| DisplayName | Bill To Address |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | billto_composite |
| MaxLength | 1000 |
| RequiredLevel | None |
| Type | Memo |
CampaignIdName
Added by: Marketing Sales Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | campaignidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ContactId
| Property | Value |
|---|---|
| Description | Unique identifier of the contact associated with the quote. |
| 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 |
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 |
DiscountAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Quote Discount Amount in base currency. |
| DisplayName | Quote Discount Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | discountamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
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 |
FreightAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Freight Amount in base currency. |
| DisplayName | Freight Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | freightamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
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 |
msdyn_AccountManagerIdName
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_accountmanageridname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
msdyn_AccountManagerIdYomiName
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_accountmanageridyominame |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
msdyn_AccountName
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_accountname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
msdyn_AccountYomiName
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_accountyominame |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
msdyn_AdjustedGrossMargin
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows the estimated gross margin after accounting for non-chargeable components. |
| DisplayName | Adjusted Gross Margin (%) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_adjustedgrossmargin |
| MaxValue | 100000000000 |
| MinValue | -100000000000 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
msdyn_Competitive
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows how the quote estimation of sales value and schedule compare to customer expectations on those parameters. Possible values are 1: Within Customer expectations, 2: Not Within Customer expectations, and 0: Customer expectations Not Available. |
| DisplayName | Competitive |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_competitive |
| RequiredLevel | None |
| Type | Picklist |
msdyn_Competitive Options
| Value | Label |
|---|---|
| 192350000 | Customer Budget Not Available |
| 192350001 | Within Customer Expectations |
| 192350002 | Outside Customer Expectations |
msdyn_ContractOrganizationalUnitIdName
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_contractorganizationalunitidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
msdyn_CustomerBudgetRollUp
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows the total customer budget for the quote, computed from all the quote lines. |
| DisplayName | Customer Budget |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_customerbudgetrollup |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_customerbudgetrollup_Base
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows the value of the customer budget in the base currency. |
| DisplayName | Customer Budget (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_customerbudgetrollup_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_CustomerBudgetRollUp_Date
Added by: Active Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Last Updated time of rollup field Customer Budget. |
| DisplayName | Customer Budget (Last Updated On) |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_customerbudgetrollup_date |
| RequiredLevel | None |
| Type | DateTime |
msdyn_CustomerBudgetRollUp_State
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | State of rollup field Customer Budget. |
| DisplayName | Customer Budget (State) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_customerbudgetrollup_state |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
msdyn_EstimatedBudget
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows how the estimated sales value on the quote compares to customer budgets. Possible values are 1: Within Customer Budget, 2: Exceeds Customer Budget, 0: Budget Estimate Not Available |
| DisplayName | Estimated Budget |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedbudget |
| RequiredLevel | None |
| Type | Picklist |
msdyn_EstimatedBudget Options
| Value | Label |
|---|---|
| 192350000 | Budget Estimate Not Available |
| 192350001 | Within Customer Budget |
| 192350002 | Exceeds Customer Budget |
msdyn_EstimatedCompletionRollUp
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Estimated completion date, computed from the details of each quote line. |
| DisplayName | Estimated Completion |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedcompletionrollup |
| RequiredLevel | None |
| Type | DateTime |
msdyn_EstimatedCompletionRollUp_Date
Added by: Active Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Last Updated time of rollup field Estimated Completion. |
| DisplayName | Estimated Completion (Last Updated On) |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedcompletionrollup_date |
| RequiredLevel | None |
| Type | DateTime |
msdyn_EstimatedCompletionRollUp_State
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | State of rollup field Estimated Completion. |
| DisplayName | Estimated Completion (State) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedcompletionrollup_state |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
msdyn_estimatedcost_Base
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Value of the Estimated Cost in base currency. |
| DisplayName | Estimated Cost (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedcost_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_EstimatedQuoteMargin
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Estimated Margin of this quote |
| DisplayName | Estimated Margin |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedquotemargin |
| MaxValue | 100000000000 |
| MinValue | -100000000000 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
msdyn_EstimatedSchedule
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows how the estimated schedule on the quote compares to customer expectations. Possible values are 1: Estimated To Finish Early, 2: Estimated To Finish Late, 3: Estimated To Finish On Schedule, and 0: Schedule Not Available. |
| DisplayName | Estimated Schedule |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_estimatedschedule |
| RequiredLevel | None |
| Type | Picklist |
msdyn_EstimatedSchedule Options
| Value | Label |
|---|---|
| 192350000 | Schedule Not Available |
| 192350001 | Estimated To Finish Early |
| 192350002 | Estimated To Finish Late |
| 192350003 | Estimated To Finish On Schedule |
msdyn_GrossMargin
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows the estimated gross margin without accounting for non-chargeable components. |
| DisplayName | Gross Margin (%) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_grossmargin |
| MaxValue | 100000000000 |
| MinValue | -100000000000 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
msdyn_invoicesetuptotals_Base
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Value of the Invoice Setup Totals in base currency. |
| DisplayName | Invoice Setup Totals (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_invoicesetuptotals_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_Profitability
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Shows the estimated profitability of the quote. Possible values are Profitable, Not Profitable, and Profitability not available. |
| DisplayName | Profitability |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_profitability |
| RequiredLevel | None |
| Type | Picklist |
msdyn_Profitability Options
| Value | Label |
|---|---|
| 192350000 | Profitability Not Available |
| 192350001 | Profitable |
| 192350002 | Not Profitable |
msdyn_TotalAmount
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | TotalAmount |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalamount |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_totalamount_Base
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Value of the TotalAmount in base currency. |
| DisplayName | TotalAmount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_TotalChargeableCostRollup
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Total Chargeable Cost |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalchargeablecostrollup |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_totalchargeablecostrollup_Base
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Value of the Total Chargeable Cost in base currency. |
| DisplayName | Total Chargeable Cost (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalchargeablecostrollup_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_TotalChargeableCostRollup_Date
Added by: Active Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Last Updated time of rollup field Total Chargeable Cost. |
| DisplayName | Total Chargeable Cost (Last Updated On) |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalchargeablecostrollup_date |
| RequiredLevel | None |
| Type | DateTime |
msdyn_TotalChargeableCostRollup_State
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | State of rollup field Total Chargeable Cost. |
| DisplayName | Total Chargeable Cost (State) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalchargeablecostrollup_state |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
msdyn_TotalNonchargeableCostRollup
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Total Non-chargeable Cost |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalnonchargeablecostrollup |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_totalnonchargeablecostrollup_Base
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Value of the Total Non-chargeable Cost in base currency. |
| DisplayName | Total Non-chargeable Cost (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalnonchargeablecostrollup_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_TotalNonchargeableCostRollup_Date
Added by: Active Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Last Updated time of rollup field Total Non-chargeable Cost. |
| DisplayName | Total Non-chargeable Cost (Last Updated On) |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalnonchargeablecostrollup_date |
| RequiredLevel | None |
| Type | DateTime |
msdyn_TotalNonchargeableCostRollup_State
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | State of rollup field Total Non-chargeable Cost. |
| DisplayName | Total Non-chargeable Cost (State) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_totalnonchargeablecostrollup_state |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OnHoldTime
| Property | Value |
|---|---|
| Description | Shows the duration in minutes for which the quote was on hold. |
| DisplayName | On Hold Time (Minutes) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onholdtime |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OpportunityIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | opportunityidname |
| 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 |
PriceLevelIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | pricelevelidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
RevisionNumber
| Property | Value |
|---|---|
| Description | Shows the version number of the quote for revision history tracking. |
| DisplayName | Revision ID |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | revisionnumber |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | SystemRequired |
| Type | Integer |
ShipTo_Composite
| Property | Value |
|---|---|
| Description | Shows the complete Ship To address. |
| DisplayName | Ship To Address |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | shipto_composite |
| MaxLength | 1000 |
| RequiredLevel | None |
| Type | Memo |
SLAInvokedId
| Property | Value |
|---|---|
| Description | Last SLA that was applied to this quote. This field is for internal use only. |
| DisplayName | Last SLA applied |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slainvokedid |
| RequiredLevel | None |
| Targets | sla |
| Type | Lookup |
SLAInvokedIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slainvokedidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
SLAName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slaname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
TotalAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Total Amount in base currency. |
| DisplayName | Total Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalAmountLessFreight_Base
| Property | Value |
|---|---|
| Description | Value of the Total Pre-Freight Amount in base currency. |
| DisplayName | Total Pre-Freight Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totalamountlessfreight_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalDiscountAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Total Discount Amount in base currency. |
| DisplayName | Total Discount Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaldiscountamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalLineItemAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Total Detail Amount in base currency. |
| DisplayName | Total Detail Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totallineitemamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalLineItemDiscountAmount_Base
| Property | Value |
|---|---|
| Description | Value of the Total Line Item Discount Amount in base currency. |
| DisplayName | Total Line Item Discount Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totallineitemdiscountamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
TotalTax_Base
| Property | Value |
|---|---|
| Description | Value of the Total Tax in base currency. |
| DisplayName | Total Tax (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | totaltax_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 |
UniqueDscId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Unique Dsc ID |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | uniquedscid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
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.
- Quote_ActivityPointers
- Quote_SyncErrors
- quote_activity_parties
- Quote_DuplicateMatchingRecord
- Quote_DuplicateBaseRecord
- Quote_SharepointDocumentLocation
- Quote_AsyncOperations
- Quote_MailboxTrackingFolder
- Quote_ProcessSessions
- Quote_BulkDeleteFailures
- quote_principalobjectattributeaccess
- Quote_Appointments
- Quote_Emails
- Quote_Faxes
- Quote_Letters
- Quote_Phonecalls
- Quote_Tasks
- Quote_RecurringAppointmentMasters
- Quote_SocialActivities
- quote_connections1
- quote_connections2
- Quote_Annotation
- Quote_ServiceAppointments
- quote_QuoteCloses
- lk_opportunitysalesprocess_quoteid
- quote_details
- quote_orders
- Quote_QuoteClose
- slakpiinstance_quote
- msdyn_playbookinstance_quote
- quote_msdyn_bookingalerts
- quote_msdyn_approvals
- bpf_quote_OpportunitySalesProcess
- msdyn_quote_msdyn_quotelineanalyticsbreakdown_Quote
- msdyn_quote_msdyn_quotelinetransaction
- msdyn_quote_msdyn_quotepricelist_Quote
- msdyn_quote_msdyn_quotebookingincident_Quote
- msdyn_quote_msdyn_quotebookingproduct_Quote
- msdyn_quote_msdyn_quotebookingservice_Quote
- msdyn_quote_msdyn_quotebookingservicetask_Quote
- msdyn_quote_msdyn_quotebookingsetup_Quote
- msdyn_quote_msdyn_quoteinvoicingsetup_Quote
Quote_ActivityPointers
Added by: System Solution Solution
Same as activitypointer entity Quote_ActivityPointers Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_ActivityPointers |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_SyncErrors
Added by: System Solution Solution
Same as syncerror entity Quote_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
quote_activity_parties
Added by: System Solution Solution
Same as activityparty entity quote_activity_parties Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | partyid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | quote_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_DuplicateMatchingRecord
Added by: System Solution Solution
Same as duplicaterecord entity Quote_DuplicateMatchingRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_DuplicateBaseRecord
Added by: System Solution Solution
Same as duplicaterecord entity Quote_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_SharepointDocumentLocation
Added by: System Solution Solution
Same as sharepointdocumentlocation entity Quote_SharepointDocumentLocation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_SharepointDocumentLocation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: Cascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation entity Quote_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_MailboxTrackingFolder
Added by: System Solution Solution
Same as mailboxtrackingfolder entity Quote_MailboxTrackingFolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_MailboxTrackingFolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_ProcessSessions
Added by: System Solution Solution
Same as processsession entity Quote_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure entity Quote_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Quote_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
quote_principalobjectattributeaccess
Added by: System Solution Solution
Same as principalobjectattributeaccess entity quote_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | quote_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_Appointments
Added by: System Solution Solution
Same as appointment entity Quote_Appointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Appointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_Emails
Added by: System Solution Solution
Same as email entity Quote_Emails Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Emails |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_Faxes
Added by: System Solution Solution
Same as fax entity Quote_Faxes Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Faxes |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_Letters
Added by: System Solution Solution
Same as letter entity Quote_Letters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Letters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_Phonecalls
Added by: System Solution Solution
Same as phonecall entity Quote_Phonecalls Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Phonecalls |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_Tasks
Added by: System Solution Solution
Same as task entity Quote_Tasks Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Tasks |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_RecurringAppointmentMasters
Added by: System Solution Solution
Same as recurringappointmentmaster entity Quote_RecurringAppointmentMasters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_RecurringAppointmentMasters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_SocialActivities
Added by: System Solution Solution
Same as socialactivity entity Quote_SocialActivities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_SocialActivities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
quote_connections1
Added by: System Solution Solution
Same as connection entity quote_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
quote_connections2
Added by: System Solution Solution
Same as connection entity quote_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_Annotation
Added by: System Solution Solution
Same as annotation entity Quote_Annotation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_Annotation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Quote_ServiceAppointments
Added by: Service Solution
Same as serviceappointment entity Quote_ServiceAppointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | serviceappointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_ServiceAppointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: RemoveLink Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
quote_QuoteCloses
Same as quoteclose entity quote_QuoteCloses Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | quoteclose |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_QuoteCloses |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
lk_opportunitysalesprocess_quoteid
Same as opportunitysalesprocess entity lk_opportunitysalesprocess_quoteid Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | opportunitysalesprocess |
| ReferencingAttribute | quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_opportunitysalesprocess |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
quote_details
Same as quotedetail entity quote_details Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | quotedetail |
| ReferencingAttribute | quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_details |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
quote_orders
Same as salesorder entity quote_orders Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | salesorder |
| ReferencingAttribute | quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_orders |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Quote_QuoteClose
Same as quoteclose entity Quote_QuoteClose Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | quoteclose |
| ReferencingAttribute | quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Quote_QuoteClose |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
slakpiinstance_quote
Added by: System Solution Solution
Same as slakpiinstance entity slakpiinstance_quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | regarding |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | slakpiinstance_quote |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_playbookinstance_quote
Added by: Playbook Solution
Same as msdyn_playbookinstance entity msdyn_playbookinstance_quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_playbookinstance |
| ReferencingAttribute | regarding |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | msdyn_playbookinstance_quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
quote_msdyn_bookingalerts
Added by: Active Solution Solution
Same as msdyn_bookingalert entity quote_msdyn_bookingalerts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bookingalert |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_msdyn_bookingalerts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
quote_msdyn_approvals
Added by: Active Solution Solution
Same as msdyn_approval entity quote_msdyn_approvals Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_approval |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | quote_msdyn_approvals |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
bpf_quote_OpportunitySalesProcess
Added by: Project Service Automation Solution
Same as opportunitysalesprocess entity bpf_quote_OpportunitySalesProcess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | opportunitysalesprocess |
| ReferencingAttribute | bpf_quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bpf_quote_OpportunitySalesProcess |
| AssociatedMenuConfiguration | Behavior: UseLabel Group: Details Label: quote Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotelineanalyticsbreakdown_Quote
Added by: Project Service Automation Solution
Same as msdyn_quotelineanalyticsbreakdown entity msdyn_quote_msdyn_quotelineanalyticsbreakdown_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotelineanalyticsbreakdown |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotelineanalyticsbreakdown_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotelinetransaction
Added by: Project Service Automation Solution
Same as msdyn_quotelinetransaction entity msdyn_quote_msdyn_quotelinetransaction Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotelinetransaction |
| ReferencingAttribute | msdyn_quoteid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotelinetransaction |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotepricelist_Quote
Added by: Project Service Automation Solution
Same as msdyn_quotepricelist entity msdyn_quote_msdyn_quotepricelist_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotepricelist |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotepricelist_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
msdyn_quote_msdyn_quotebookingincident_Quote
Added by: Field Service Solution
Same as msdyn_quotebookingincident entity msdyn_quote_msdyn_quotebookingincident_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotebookingincident |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotebookingincident_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotebookingproduct_Quote
Added by: Field Service Solution
Same as msdyn_quotebookingproduct entity msdyn_quote_msdyn_quotebookingproduct_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotebookingproduct |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotebookingproduct_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotebookingservice_Quote
Added by: Field Service Solution
Same as msdyn_quotebookingservice entity msdyn_quote_msdyn_quotebookingservice_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotebookingservice |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotebookingservice_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotebookingservicetask_Quote
Added by: Field Service Solution
Same as msdyn_quotebookingservicetask entity msdyn_quote_msdyn_quotebookingservicetask_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotebookingservicetask |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotebookingservicetask_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quotebookingsetup_Quote
Added by: Field Service Solution
Same as msdyn_quotebookingsetup entity msdyn_quote_msdyn_quotebookingsetup_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quotebookingsetup |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quotebookingsetup_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_quote_msdyn_quoteinvoicingsetup_Quote
Added by: Field Service Solution
Same as msdyn_quoteinvoicingsetup entity msdyn_quote_msdyn_quoteinvoicingsetup_Quote Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_quoteinvoicingsetup |
| ReferencingAttribute | msdyn_quote |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_quote_msdyn_quoteinvoicingsetup_Quote |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| 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_quotebase_createdby
- lk_quote_createdonbehalfby
- lk_quotebase_modifiedby
- lk_quote_modifiedonbehalfby
- system_user_quotes
- team_quotes
- business_unit_quotes
- processstage_quotes
- transactioncurrency_quote
- quote_customer_accounts
- quote_customer_contacts
- opportunity_quotes
- price_level_quotes
- manualsla_quote
- sla_quote
- campaign_quotes
- msdyn_accountmanager_quote
- msdyn_organizationalunit_quote
- msdyn_account_quote_Account
lk_quotebase_createdby
Added by: System Solution Solution
See systemuser Entity lk_quotebase_createdby One-To-Many relationship.
lk_quote_createdonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_quote_createdonbehalfby One-To-Many relationship.
lk_quotebase_modifiedby
Added by: System Solution Solution
See systemuser Entity lk_quotebase_modifiedby One-To-Many relationship.
lk_quote_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_quote_modifiedonbehalfby One-To-Many relationship.
system_user_quotes
Added by: System Solution Solution
See systemuser Entity system_user_quotes One-To-Many relationship.
team_quotes
Added by: System Solution Solution
See team Entity team_quotes One-To-Many relationship.
business_unit_quotes
Added by: System Solution Solution
See businessunit Entity business_unit_quotes One-To-Many relationship.
processstage_quotes
Added by: System Solution Solution
See processstage Entity processstage_quotes One-To-Many relationship.
transactioncurrency_quote
Added by: System Solution Solution
See transactioncurrency Entity transactioncurrency_quote One-To-Many relationship.
quote_customer_accounts
Added by: System Solution Solution
See account Entity quote_customer_accounts One-To-Many relationship.
quote_customer_contacts
Added by: System Solution Solution
See contact Entity quote_customer_contacts One-To-Many relationship.
opportunity_quotes
See opportunity Entity opportunity_quotes One-To-Many relationship.
price_level_quotes
Added by: Product Management Solution
See pricelevel Entity price_level_quotes One-To-Many relationship.
manualsla_quote
Added by: System Solution Solution
See sla Entity manualsla_quote One-To-Many relationship.
sla_quote
Added by: System Solution Solution
See sla Entity sla_quote One-To-Many relationship.
campaign_quotes
Added by: Marketing Solution
See campaign Entity campaign_quotes One-To-Many relationship.
msdyn_accountmanager_quote
Added by: System Solution Solution
See systemuser Entity msdyn_accountmanager_quote One-To-Many relationship.
msdyn_organizationalunit_quote
Added by: Universal Resource Scheduling Solution
See msdyn_organizationalunit Entity msdyn_organizationalunit_quote One-To-Many relationship.
msdyn_account_quote_Account
Added by: System Solution Solution
See account Entity msdyn_account_quote_Account One-To-Many relationship.
Many-To-Many Relationships
Relationship details provided where the Quote entity is the first entity in the relationship. Listed by SchemaName.
contactquotes_association
IntersectEntityName: contactquotes
Entity 1
| Property | Value |
|---|---|
| IntersectAttribute | quoteid |
| IsCustomizable | False |
| LogicalName | quote |
| NavigationPropertyName | contactquotes_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Entity 2
| Property | Value |
|---|---|
| LogicalName | contact |
| IntersectAttribute | contactid |
| NavigationPropertyName | contactquotes_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
Microsoft.Dynamics.CRM.quote
Feedback
Submit and view feedback for