Order (SalesOrder) table/entity reference (Microsoft Dynamics 365)
Quote that has been accepted.
Messages
The following table lists the messages for the Order (SalesOrder) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Assign Event: True |
PATCH /salesorders(salesorderid)Update the ownerid property. |
AssignRequest |
Associate Event: True |
Associate records | Associate records |
CancelContract Event: True |
CancelContract action | CancelContractRequest |
CancelSalesOrder Event: True |
CancelSalesOrder action | CancelSalesOrderRequest |
ConvertSalesOrderToInvoice Event: True |
ConvertSalesOrderToInvoice action | ConvertSalesOrderToInvoiceRequest |
Create Event: True |
POST /salesordersSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /salesorders(salesorderid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
FulfillSalesOrder Event: False |
FulfillSalesOrder action | FulfillSalesOrderRequest |
GenerateSalesOrderFromOpportunity Event: False |
GenerateSalesOrderFromOpportunity action | GenerateSalesOrderFromOpportunityRequest |
GetQuantityDecimal Event: False |
GetQuantityDecimal function | GetQuantityDecimalRequest |
GetSalesOrderProductsFromOpportunity Event: False |
GetSalesOrderProductsFromOpportunity action | GetSalesOrderProductsFromOpportunityRequest |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
LockSalesOrderPricing Event: True |
LockSalesOrderPricing action | LockSalesOrderPricingRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
Retrieve Event: True |
GET /salesorders(salesorderid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /salesordersSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
Rollup Event: False |
Rollup | RollupRequest |
SetState Event: True |
PATCH /salesorders(salesorderid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /salesorders(salesorderid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /salesorders(salesorderid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
Events
The following table lists the events for the Order (SalesOrder) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.
Name | Web API Operation | SDK for .NET |
---|---|---|
CalculatePrice |
CalculatePrice | CalculatePriceRequest |
Properties
The following table lists selected properties for the Order (SalesOrder) table.
Property | Value |
---|---|
DisplayName | Order |
DisplayCollectionName | Orders |
SchemaName | SalesOrder |
CollectionSchemaName | SalesOrders |
EntitySetName | salesorders |
LogicalName | salesorder |
LogicalCollectionName | salesorders |
PrimaryIdAttribute | salesorderid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/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
- CustomerId
- CustomerIdType
- DateFulfilled
- Description
- DiscountAmount
- DiscountPercentage
- EmailAddress
- EntityImage
- FreightAmount
- FreightTermsCode
- ImportSequenceNumber
- IsPriceLocked
- LastBackofficeSubmit
- LastOnHoldTime
- Name
- OpportunityId
- OrderCreationMethod
- OrderNumber
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PaymentTermsCode
- PriceLevelId
- PricingErrorCode
- PriorityCode
- ProcessId
- QuoteId
- RequestDeliveryBy
- SalesOrderId
- 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
- SkipPriceCalculation
- SLAId
- StageId
- StateCode
- StatusCode
- SubmitDate
- SubmitStatus
- SubmitStatusDescription
- 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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_city |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 80 |
BillTo_ContactName
Property | Value |
---|---|
Description | Type the primary contact name at the customer's billing address. |
DisplayName | Bill To Contact Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_contactname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 150 |
BillTo_Country
Property | Value |
---|---|
Description | Type the country or region for the customer's billing address. |
DisplayName | Bill To Country/Region |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_country |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 80 |
BillTo_Fax
Property | Value |
---|---|
Description | Type the fax number for the customer's billing address. |
DisplayName | Bill To Fax |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_fax |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
BillTo_Line1
Property | Value |
---|---|
Description | Type the first line of the customer's billing address. |
DisplayName | Bill To Street 1 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_line1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
BillTo_Line2
Property | Value |
---|---|
Description | Type the second line of the customer's billing address. |
DisplayName | Bill To Street 2 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_line2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
BillTo_Line3
Property | Value |
---|---|
Description | Type the third line of the billing address. |
DisplayName | Bill To Street 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_line3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_name |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
BillTo_PostalCode
Property | Value |
---|---|
Description | Type the ZIP Code or postal code for the billing address. |
DisplayName | Bill To ZIP/Postal Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_postalcode |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 20 |
BillTo_StateOrProvince
Property | Value |
---|---|
Description | Type the state or province for the billing address. |
DisplayName | Bill To State/Province |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_stateorprovince |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
BillTo_Telephone
Property | Value |
---|---|
Description | Type the phone number for the customer's billing address. |
DisplayName | Bill To Phone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_telephone |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
CampaignId
Property | Value |
---|---|
Description | Shows the campaign that the order was created from. |
DisplayName | Source Campaign |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | campaignid |
RequiredLevel | None |
Type | Lookup |
Targets | campaign |
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 | Customer |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | customerid |
RequiredLevel | ApplicationRequired |
Type | Customer |
Targets | account, contact |
CustomerIdType
Property | Value |
---|---|
Description | |
DisplayName | Customer Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | customeridtype |
RequiredLevel | ApplicationRequired |
Type | EntityName |
DateFulfilled
Property | Value |
---|---|
Description | Enter the date that all or part of the order was shipped to the customer. |
DisplayName | Date Fulfilled |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | datefulfilled |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
Description
Property | Value |
---|---|
Description | Type additional information to describe the order, such as the products or services offered or details about the customer's product preferences. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
DiscountAmount
Property | Value |
---|---|
Description | Type the discount amount for the order if the customer is eligible for special savings. |
DisplayName | Order Discount Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | discountamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 1000000000000 |
MinValue | 0 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 order. |
DisplayName | Order Discount (%) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | discountpercentage |
RequiredLevel | None |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 100 |
MinValue | 0 |
Precision | 2 |
SourceTypeMask | 0 |
EmailAddress
Property | Value |
---|---|
Description | The primary email address for the entity. |
DisplayName | Email Address |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailaddress |
RequiredLevel | None |
Type | String |
Format | |
FormatName | |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
EntityImage
Property | Value |
---|---|
Description | The default image for the entity. |
DisplayName | Entity Image |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage |
RequiredLevel | None |
Type | Image |
CanStoreFullImage | False |
IsPrimaryImage | True |
MaxHeight | 144 |
MaxSizeInKB | 10240 |
MaxWidth | 144 |
FreightAmount
Property | Value |
---|---|
Description | Type the cost of freight or shipping for the products included in the order for use in calculating the Total Amount field. |
DisplayName | Freight Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | freightamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 1000000000000 |
MinValue | 0 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
DefaultFormValue | -1 |
GlobalChoiceName | salesorder_freighttermscode |
FreightTermsCode Choices/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 |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
IsPriceLocked
Property | Value |
---|---|
Description | Select whether prices specified on the invoice are locked from any further updates. |
DisplayName | Prices Locked |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ispricelocked |
RequiredLevel | ApplicationRequired |
Type | Boolean |
GlobalChoiceName | salesorder_ispricelocked |
DefaultValue | False |
True Label | Yes |
False Label | No |
LastBackofficeSubmit
Property | Value |
---|---|
Description | Enter the date and time when the order was last submitted to an accounting or ERP system for processing. |
DisplayName | Last Submitted to Back Office |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | lastbackofficesubmit |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
LastOnHoldTime
Property | Value |
---|---|
Description | Contains the date time stamp of the last on hold time. |
DisplayName | Last On Hold Time |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | lastonholdtime |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
Name
Property | Value |
---|---|
Description | Type a descriptive name for the order. |
DisplayName | Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 300 |
OpportunityId
Property | Value |
---|---|
Description | Choose the related opportunity so that the data for the order and opportunity are linked for reporting and analytics. |
DisplayName | Opportunity |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | opportunityid |
RequiredLevel | None |
Type | Lookup |
Targets | opportunity |
OrderCreationMethod
Property | Value |
---|---|
Description | |
DisplayName | Creation Method |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ordercreationmethod |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 776160000 |
GlobalChoiceName | salesordercreationmethod |
OrderCreationMethod Choices/Options
Value | Label |
---|---|
776160000 | Unknown |
776160001 | Win Quote |
OrderNumber
Property | Value |
---|---|
Description | Shows the order number for customer reference and to use in search. The number cannot be modified. |
DisplayName | Order ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ordernumber |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
OwnerId
Property | Value |
---|---|
Description | Owner Id |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Type | Owner |
Targets | systemuser, team |
OwnerIdType
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 |
DefaultFormValue | -1 |
GlobalChoiceName | salesorder_paymenttermscode |
PaymentTermsCode Choices/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 |
Type | Lookup |
Targets | pricelevel |
PricingErrorCode
Property | Value |
---|---|
Description | Select the type of pricing error, such as a missing or invalid product, or missing quantity. |
DisplayName | Pricing Error |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | pricingerrorcode |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | qooi_pricingerrorcode |
PricingErrorCode Choices/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 |
PriorityCode
Property | Value |
---|---|
Description | Select the priority so that preferred customers or critical issues are handled quickly. |
DisplayName | Priority |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | prioritycode |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 1 |
GlobalChoiceName | salesorder_prioritycode |
PriorityCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
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 | Choose the related quote so that order data and quote data are linked for reporting and analytics. |
DisplayName | Quote |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | quoteid |
RequiredLevel | None |
Type | Lookup |
Targets | quote |
RequestDeliveryBy
Property | Value |
---|---|
Description | Enter the delivery date requested by the customer for all products in the order. |
DisplayName | Requested Delivery Date |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | requestdeliveryby |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
SalesOrderId
Property | Value |
---|---|
Description | Unique identifier of the order. |
DisplayName | Order |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | salesorderid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
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 |
DefaultFormValue | -1 |
GlobalChoiceName | salesorder_shippingmethodcode |
ShippingMethodCode Choices/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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_city |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 80 |
ShipTo_ContactName
Property | Value |
---|---|
Description | Type the primary contact name at the customer's shipping address. |
DisplayName | Ship To Contact Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_contactname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 150 |
ShipTo_Country
Property | Value |
---|---|
Description | Type the country or region for the customer's shipping address. |
DisplayName | Ship To Country/Region |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_country |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 80 |
ShipTo_Fax
Property | Value |
---|---|
Description | Type the fax number for the customer's shipping address. |
DisplayName | Ship to Fax |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_fax |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
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 |
DefaultFormValue | 1 |
GlobalChoiceName | salesorder_shipto_freighttermscode |
ShipTo_FreightTermsCode Choices/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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_line1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
ShipTo_Line2
Property | Value |
---|---|
Description | Type the second line of the customer's shipping address. |
DisplayName | Ship To Street 2 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_line2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
ShipTo_Line3
Property | Value |
---|---|
Description | Type the third line of the shipping address. |
DisplayName | Ship To Street 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_line3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 250 |
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_name |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
ShipTo_PostalCode
Property | Value |
---|---|
Description | Type the ZIP Code or postal code for the shipping address. |
DisplayName | Ship To ZIP/Postal Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_postalcode |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 20 |
ShipTo_StateOrProvince
Property | Value |
---|---|
Description | Type the state or province for the shipping address. |
DisplayName | Ship To State/Province |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_stateorprovince |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
ShipTo_Telephone
Property | Value |
---|---|
Description | Type the phone number for the customer's shipping address. |
DisplayName | Ship To Phone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_telephone |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 50 |
SkipPriceCalculation
Property | Value |
---|---|
Description | Skip Price Calculation |
DisplayName | Skip Price Calculation (For Internal Use) |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | skippricecalculation |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | qooi_skippricecalculation |
SkipPriceCalculation Choices/Options
Value | Label |
---|---|
0 | DoPriceCalcAlways |
1 | SkipPriceCalcOnRetrieve |
SLAId
Property | Value |
---|---|
Description | Choose the service level agreement (SLA) that you want to apply to the sales order record. |
DisplayName | SLA |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | slaid |
RequiredLevel | None |
Type | Lookup |
Targets | sla |
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 order is active, submitted, fulfilled, canceled, or invoiced. Only active orders can be edited. |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | 0 |
GlobalChoiceName | salesorder_statecode |
StateCode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Submitted DefaultStatus: 3 InvariantName: Submitted |
2 | Label: Canceled DefaultStatus: 4 InvariantName: Canceled |
3 | Label: Fulfilled DefaultStatus: 100001 InvariantName: Fulfilled |
4 | Label: Invoiced DefaultStatus: 100003 InvariantName: Invoiced |
StatusCode
Property | Value |
---|---|
Description | Select the order's status. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | -1 |
GlobalChoiceName | salesorder_statuscode |
StatusCode Choices/Options
Value | Details |
---|---|
1 | Label: New State:0 TransitionData: None |
2 | Label: Pending State:0 TransitionData: None |
3 | Label: In Progress State:1 TransitionData: None |
4 | Label: No Money State:2 TransitionData: None |
100001 | Label: Complete State:3 TransitionData: None |
100002 | Label: Partial State:3 TransitionData: None |
100003 | Label: Invoiced State:4 TransitionData: None |
SubmitDate
Property | Value |
---|---|
Description | Enter the date when the order was submitted to the fulfillment or shipping center. |
DisplayName | Date Submitted |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | submitdate |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
SubmitStatus
Property | Value |
---|---|
Description | Type the code for the submitted status in the fulfillment or shipping center system. |
DisplayName | Submitted Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | submitstatus |
RequiredLevel | None |
Type | Integer |
MaxValue | 1000000000 |
MinValue | 0 |
SubmitStatusDescription
Property | Value |
---|---|
Description | Type additional details or notes about the order for the fulfillment or shipping center. |
DisplayName | Submitted Status Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | submitstatusdescription |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
TimeZoneRuleVersionNumber
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
TotalAmount
Property | Value |
---|---|
Description | Shows the total amount due, calculated as the sum of the products, discounts, freight, and taxes for the order. |
DisplayName | Total Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totalamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalAmountLessFreight
Property | Value |
---|---|
Description | Shows the total product amount for the order, minus any discounts. This value is added to freight and tax amounts in the calculation for the total amount due for the order. |
DisplayName | Total Pre-Freight Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totalamountlessfreight |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalDiscountAmount
Property | Value |
---|---|
Description | Shows the total discount amount, based on the discount price and rate entered on the order. |
DisplayName | Total Discount Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totaldiscountamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalLineItemAmount
Property | Value |
---|---|
Description | Shows the sum of all existing and write-in products included on the order, based on the specified price list and quantities. |
DisplayName | Total Detail Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totallineitemamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalLineItemDiscountAmount
Property | Value |
---|---|
Description | Shows the total of the Manual Discount amounts specified on all products included in the order. This value is reflected in the Detail Amount field on the order and is added to any discount amount or rate specified on the order. |
DisplayName | Total Line Item Discount Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totallineitemdiscountamount |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalTax
Property | Value |
---|---|
Description | Shows the Tax amounts specified on all products included in the order, included in the Total Amount due calculation for the order. |
DisplayName | Total Tax |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totaltax |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | False |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
Type | Lookup |
Targets | transactioncurrency |
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 |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | traversedpath |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1250 |
UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
WillCall
Property | Value |
---|---|
Description | Select whether the products included in the order 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 |
GlobalChoiceName | salesorder_willcall |
DefaultValue | False |
True Label | Will Call |
False Label | Address |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- AccountId
- BillTo_Composite
- ContactId
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- CustomerIdName
- CustomerIdYomiName
- DiscountAmount_Base
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- ExchangeRate
- FreightAmount_Base
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OnHoldTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- ShipTo_Composite
- SLAInvokedId
- TotalAmount_Base
- TotalAmountLessFreight_Base
- TotalDiscountAmount_Base
- TotalLineItemAmount_Base
- TotalLineItemDiscountAmount_Base
- TotalTax_Base
- VersionNumber
AccountId
Property | Value |
---|---|
Description | Shows the parent account related to the record. This information is used to link the sales order to the account selected in the Customer field for reporting and analytics. |
DisplayName | Account |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | accountid |
RequiredLevel | None |
Type | Lookup |
Targets | account |
BillTo_Composite
Property | Value |
---|---|
Description | Shows the complete Bill To address. |
DisplayName | Bill To Address |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billto_composite |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
ContactId
Property | Value |
---|---|
Description | Shows the parent contact related to the record. This information is used to link the contract to the contact selected in the Customer field for reporting and analytics. |
DisplayName | Contact |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contactid |
RequiredLevel | None |
Type | Lookup |
Targets | contact |
CreatedBy
Property | Value |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the record was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
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 |
Type | Lookup |
Targets | systemuser |
CustomerIdName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | customeridname |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 160 |
CustomerIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | customeridyominame |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 450 |
DiscountAmount_Base
Property | Value |
---|---|
Description | Value of the Order Discount Amount in base currency. |
DisplayName | Order Discount Amount (Base) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | discountamount_base |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
EntityImage_Timestamp
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_timestamp |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
EntityImage_URL
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_url |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
EntityImageId
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimageid |
RequiredLevel | None |
Type | Uniqueidentifier |
ExchangeRate
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 |
RequiredLevel | None |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 100000000000 |
MinValue | 1E-12 |
Precision | 12 |
SourceTypeMask | 0 |
FreightAmount_Base
Property | Value |
---|---|
Description | Value of the Freight Amount in base currency. |
DisplayName | Freight Amount (Base) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | freightamount_base |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
ModifiedBy
Property | Value |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the record was modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
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 |
Type | Lookup |
Targets | systemuser |
OnHoldTime
Property | Value |
---|---|
Description | Shows the duration in minutes for which the order was on hold. |
DisplayName | On Hold Time (Minutes) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | onholdtime |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
OwnerIdName
Property | Value |
---|---|
Description | Name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwnerIdYomiName
Property | Value |
---|---|
Description | Yomi name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier for the business unit that owns the record |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier for the team that owns the record. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Type | Lookup |
Targets | team |
OwningUser
Property | Value |
---|---|
Description | Unique identifier for the user that owns the record. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ShipTo_Composite
Property | Value |
---|---|
Description | Shows the complete Ship To address. |
DisplayName | Ship To Address |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | shipto_composite |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
SLAInvokedId
Property | Value |
---|---|
Description | Last SLA that was applied to this sales order. This field is for internal use only. |
DisplayName | Last SLA applied |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | slainvokedid |
RequiredLevel | None |
Type | Lookup |
Targets | sla |
TotalAmount_Base
Property | Value |
---|---|
Description | Value of the Total Amount in base currency. |
DisplayName | Total Amount (Base) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totalamount_base |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
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 |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
TotalTax_Base
Property | Value |
---|---|
Description | Value of the Total Tax in base currency. |
DisplayName | Total Tax (Base) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | totaltax_base |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 4 |
PrecisionSource | 2 (TransactionCurrency.CurrencyPrecision) |
VersionNumber
Property | Value |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- business_unit_orders
- campaign_orders
- lk_salesorder_createdonbehalfby
- lk_salesorder_modifiedonbehalfby
- lk_salesorderbase_createdby
- lk_salesorderbase_modifiedby
- manualsla_salesorder
- opportunity_sales_orders
- order_customer_accounts
- order_customer_contacts
- owner_salesorders
- price_level_orders
- processstage_salesorders
- quote_orders
- sla_salesorder
- system_user_orders
- team_orders
- transactioncurrency_salesorder
business_unit_orders
One-To-Many Relationship: businessunit business_unit_orders
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | owningbusinessunit |
ReferencingEntityNavigationPropertyName | owningbusinessunit |
IsHierarchical | |
CascadeConfiguration | Archive: Restrict Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
campaign_orders
One-To-Many Relationship: campaign campaign_orders
Property | Value |
---|---|
ReferencedEntity | campaign |
ReferencedAttribute | campaignid |
ReferencingAttribute | campaignid |
ReferencingEntityNavigationPropertyName | campaignid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_salesorder_createdonbehalfby
One-To-Many Relationship: systemuser lk_salesorder_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_salesorder_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_salesorder_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_salesorderbase_createdby
One-To-Many Relationship: systemuser lk_salesorderbase_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_salesorderbase_modifiedby
One-To-Many Relationship: systemuser lk_salesorderbase_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
manualsla_salesorder
One-To-Many Relationship: sla manualsla_salesorder
Property | Value |
---|---|
ReferencedEntity | sla |
ReferencedAttribute | slaid |
ReferencingAttribute | slaid |
ReferencingEntityNavigationPropertyName | sla_salesorder_sla |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
opportunity_sales_orders
One-To-Many Relationship: opportunity opportunity_sales_orders
Property | Value |
---|---|
ReferencedEntity | opportunity |
ReferencedAttribute | opportunityid |
ReferencingAttribute | opportunityid |
ReferencingEntityNavigationPropertyName | opportunityid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: Cascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
order_customer_accounts
One-To-Many Relationship: account order_customer_accounts
Property | Value |
---|---|
ReferencedEntity | account |
ReferencedAttribute | accountid |
ReferencingAttribute | customerid |
ReferencingEntityNavigationPropertyName | customerid_account |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: Cascade Delete: Restrict Merge: Cascade Reparent: Cascade RollupView: NoCascade Share: Cascade Unshare: Cascade |
order_customer_contacts
One-To-Many Relationship: contact order_customer_contacts
Property | Value |
---|---|
ReferencedEntity | contact |
ReferencedAttribute | contactid |
ReferencingAttribute | customerid |
ReferencingEntityNavigationPropertyName | customerid_contact |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: Cascade Delete: Restrict Merge: Cascade Reparent: Cascade RollupView: NoCascade Share: Cascade Unshare: Cascade |
owner_salesorders
One-To-Many Relationship: owner owner_salesorders
Property | Value |
---|---|
ReferencedEntity | owner |
ReferencedAttribute | ownerid |
ReferencingAttribute | ownerid |
ReferencingEntityNavigationPropertyName | ownerid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
price_level_orders
One-To-Many Relationship: pricelevel price_level_orders
Property | Value |
---|---|
ReferencedEntity | pricelevel |
ReferencedAttribute | pricelevelid |
ReferencingAttribute | pricelevelid |
ReferencingEntityNavigationPropertyName | pricelevelid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
processstage_salesorders
One-To-Many Relationship: processstage processstage_salesorders
Property | Value |
---|---|
ReferencedEntity | processstage |
ReferencedAttribute | processstageid |
ReferencingAttribute | stageid |
ReferencingEntityNavigationPropertyName | stageid_processstage |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
quote_orders
One-To-Many Relationship: quote quote_orders
Property | Value |
---|---|
ReferencedEntity | quote |
ReferencedAttribute | quoteid |
ReferencingAttribute | quoteid |
ReferencingEntityNavigationPropertyName | quoteid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
sla_salesorder
One-To-Many Relationship: sla sla_salesorder
Property | Value |
---|---|
ReferencedEntity | sla |
ReferencedAttribute | slaid |
ReferencingAttribute | slainvokedid |
ReferencingEntityNavigationPropertyName | slainvokedid_salesorder_sla |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_orders
One-To-Many Relationship: systemuser system_user_orders
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | owninguser |
ReferencingEntityNavigationPropertyName | owninguser |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
team_orders
One-To-Many Relationship: team team_orders
Property | Value |
---|---|
ReferencedEntity | team |
ReferencedAttribute | teamid |
ReferencingAttribute | owningteam |
ReferencingEntityNavigationPropertyName | owningteam |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
transactioncurrency_salesorder
One-To-Many Relationship: transactioncurrency transactioncurrency_salesorder
Property | Value |
---|---|
ReferencedEntity | transactioncurrency |
ReferencedAttribute | transactioncurrencyid |
ReferencingAttribute | transactioncurrencyid |
ReferencingEntityNavigationPropertyName | transactioncurrencyid |
IsHierarchical | |
CascadeConfiguration | Archive: Restrict Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- lk_opportunitysalesprocess_salesorderid
- order_details
- order_invoices
- salesorder_activity_parties
- SalesOrder_ActivityPointers
- salesorder_adx_inviteredemptions
- salesorder_adx_portalcomments
- SalesOrder_Annotation
- SalesOrder_Appointments
- SalesOrder_AsyncOperations
- SalesOrder_BulkDeleteFailures
- salesorder_chats
- salesorder_connections1
- salesorder_connections2
- SalesOrder_Emails
- SalesOrder_Faxes
- SalesOrder_Letters
- SalesOrder_MailboxTrackingFolder
- salesorder_msdyn_copilottranscripts
- salesorder_msdyn_ocliveworkitems
- salesorder_msdyn_ocsessions
- salesorder_msfp_alerts
- salesorder_msfp_surveyinvites
- salesorder_msfp_surveyresponses
- SalesOrder_OrderClose
- SalesOrder_Phonecalls
- salesorder_principalobjectattributeaccess
- SalesOrder_ProcessSessions
- SalesOrder_RecurringAppointmentMasters
- SalesOrder_ServiceAppointments
- SalesOrder_SocialActivities
- SalesOrder_SyncErrors
- SalesOrder_Tasks
- slakpiinstance_salesorder
lk_opportunitysalesprocess_salesorderid
Many-To-One Relationship: opportunitysalesprocess lk_opportunitysalesprocess_salesorderid
Property | Value |
---|---|
ReferencingEntity | opportunitysalesprocess |
ReferencingAttribute | salesorderid |
ReferencedEntityNavigationPropertyName | salesorder_opportunitysalesprocess |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
order_details
Many-To-One Relationship: salesorderdetail order_details
Property | Value |
---|---|
ReferencingEntity | salesorderdetail |
ReferencingAttribute | salesorderid |
ReferencedEntityNavigationPropertyName | order_details |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: CRMSalesOrderDetail.RetrieveByObject ViewId: 99ac0df8-1c36-4a57-9da8-5c116b506601 |
order_invoices
Many-To-One Relationship: invoice order_invoices
Property | Value |
---|---|
ReferencingEntity | invoice |
ReferencingAttribute | salesorderid |
ReferencedEntityNavigationPropertyName | order_invoices |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObject ViewId: a84eb3ff-6dc5-4f57-bbf0-7b664c11fb62 |
salesorder_activity_parties
Many-To-One Relationship: activityparty salesorder_activity_parties
Property | Value |
---|---|
ReferencingEntity | activityparty |
ReferencingAttribute | partyid |
ReferencedEntityNavigationPropertyName | salesorder_activity_parties |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_ActivityPointers
Many-To-One Relationship: activitypointer SalesOrder_ActivityPointers
Property | Value |
---|---|
ReferencingEntity | activitypointer |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_ActivityPointers |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_adx_inviteredemptions
Many-To-One Relationship: adx_inviteredemption salesorder_adx_inviteredemptions
Property | Value |
---|---|
ReferencingEntity | adx_inviteredemption |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_adx_inviteredemptions |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_adx_portalcomments
Many-To-One Relationship: adx_portalcomment salesorder_adx_portalcomments
Property | Value |
---|---|
ReferencingEntity | adx_portalcomment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_adx_portalcomments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Annotation
Many-To-One Relationship: annotation SalesOrder_Annotation
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Annotation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Appointments
Many-To-One Relationship: appointment SalesOrder_Appointments
Property | Value |
---|---|
ReferencingEntity | appointment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Appointments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_AsyncOperations
Many-To-One Relationship: asyncoperation SalesOrder_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_AsyncOperations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure SalesOrder_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_BulkDeleteFailures |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_chats
Many-To-One Relationship: chat salesorder_chats
Property | Value |
---|---|
ReferencingEntity | chat |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_chats |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_connections1
Many-To-One Relationship: connection salesorder_connections1
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record1id |
ReferencedEntityNavigationPropertyName | salesorder_connections1 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 100 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_connections2
Many-To-One Relationship: connection salesorder_connections2
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record2id |
ReferencedEntityNavigationPropertyName | salesorder_connections2 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 100 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Emails
Many-To-One Relationship: email SalesOrder_Emails
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Emails |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Faxes
Many-To-One Relationship: fax SalesOrder_Faxes
Property | Value |
---|---|
ReferencingEntity | fax |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Faxes |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Letters
Many-To-One Relationship: letter SalesOrder_Letters
Property | Value |
---|---|
ReferencingEntity | letter |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Letters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_MailboxTrackingFolder
Many-To-One Relationship: mailboxtrackingfolder SalesOrder_MailboxTrackingFolder
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_MailboxTrackingFolder |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msdyn_copilottranscripts
Many-To-One Relationship: msdyn_copilottranscript salesorder_msdyn_copilottranscripts
Property | Value |
---|---|
ReferencingEntity | msdyn_copilottranscript |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msdyn_copilottranscripts |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msdyn_ocliveworkitems
Many-To-One Relationship: msdyn_ocliveworkitem salesorder_msdyn_ocliveworkitems
Property | Value |
---|---|
ReferencingEntity | msdyn_ocliveworkitem |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msdyn_ocliveworkitems |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msdyn_ocsessions
Many-To-One Relationship: msdyn_ocsession salesorder_msdyn_ocsessions
Property | Value |
---|---|
ReferencingEntity | msdyn_ocsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msdyn_ocsessions |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msfp_alerts
Many-To-One Relationship: msfp_alert salesorder_msfp_alerts
Property | Value |
---|---|
ReferencingEntity | msfp_alert |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msfp_alerts |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msfp_surveyinvites
Many-To-One Relationship: msfp_surveyinvite salesorder_msfp_surveyinvites
Property | Value |
---|---|
ReferencingEntity | msfp_surveyinvite |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msfp_surveyinvites |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_msfp_surveyresponses
Many-To-One Relationship: msfp_surveyresponse salesorder_msfp_surveyresponses
Property | Value |
---|---|
ReferencingEntity | msfp_surveyresponse |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | salesorder_msfp_surveyresponses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_OrderClose
Many-To-One Relationship: orderclose SalesOrder_OrderClose
Property | Value |
---|---|
ReferencingEntity | orderclose |
ReferencingAttribute | salesorderid |
ReferencedEntityNavigationPropertyName | SalesOrder_OrderClose |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Phonecalls
Many-To-One Relationship: phonecall SalesOrder_Phonecalls
Property | Value |
---|---|
ReferencingEntity | phonecall |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Phonecalls |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
salesorder_principalobjectattributeaccess
Many-To-One Relationship: principalobjectattributeaccess salesorder_principalobjectattributeaccess
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | salesorder_principalobjectattributeaccess |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_ProcessSessions
Many-To-One Relationship: processsession SalesOrder_ProcessSessions
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_ProcessSessions |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 110 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_RecurringAppointmentMasters
Many-To-One Relationship: recurringappointmentmaster SalesOrder_RecurringAppointmentMasters
Property | Value |
---|---|
ReferencingEntity | recurringappointmentmaster |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_RecurringAppointmentMasters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_ServiceAppointments
Many-To-One Relationship: serviceappointment SalesOrder_ServiceAppointments
Property | Value |
---|---|
ReferencingEntity | serviceappointment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_ServiceAppointments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_SocialActivities
Many-To-One Relationship: socialactivity SalesOrder_SocialActivities
Property | Value |
---|---|
ReferencingEntity | socialactivity |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_SocialActivities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_SyncErrors
Many-To-One Relationship: syncerror SalesOrder_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
SalesOrder_Tasks
Many-To-One Relationship: task SalesOrder_Tasks
Property | Value |
---|---|
ReferencingEntity | task |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | SalesOrder_Tasks |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
slakpiinstance_salesorder
Many-To-One Relationship: slakpiinstance slakpiinstance_salesorder
Property | Value |
---|---|
ReferencingEntity | slakpiinstance |
ReferencingAttribute | regarding |
ReferencedEntityNavigationPropertyName | slakpiinstance_salesorder |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-to-Many relationships
These relationships are many-to-many. Listed by SchemaName.
contactorders_association
See contact contactorders_association Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | contactorders |
IsCustomizable | False |
SchemaName | contactorders_association |
IntersectAttribute | salesorderid |
NavigationPropertyName | contactorders_association |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference