Invoice Entity Reference
Order that has been billed.
Added by: Sales Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/invoices(invoiceid) Update ownerid property. |
AssignRequest |
| Associate | Associate and disassociate entities | AssociateRequest or Associate |
| CalculatePrice | CalculatePrice Action | CalculatePriceRequest |
| Create | POST [org URI]/api/data/v9.0/invoices See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/invoices(invoiceid) See Delete |
DeleteRequest or Delete |
| Disassociate | Associate and disassociate entities | DisassociateRequest or Disassociate |
| GenerateInvoiceFromOpportunity | Microsoft.Dynamics.CRM.GenerateInvoiceFromOpportunity | GenerateInvoiceFromOpportunityRequest |
| GetQuantityDecimal | Microsoft.Dynamics.CRM.GetQuantityDecimal | GetQuantityDecimalRequest |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| LockInvoicePricing | Microsoft.Dynamics.CRM.LockInvoicePricing | LockInvoicePricingRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| msdyn_AddInvoiceLineDetails | Microsoft.Dynamics.CRM.msdyn_AddInvoiceLineDetails | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_CorrectInvoice | Microsoft.Dynamics.CRM.msdyn_CorrectInvoice | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_InvoicePaid | Microsoft.Dynamics.CRM.msdyn_InvoicePaid | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_InvoiceRecalculate | Microsoft.Dynamics.CRM.msdyn_InvoiceRecalculate | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_PostInvoice | Microsoft.Dynamics.CRM.msdyn_PostInvoice | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| Retrieve | GET [org URI]/api/data/v9.0/invoices(invoiceid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/invoices See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| Rollup | Rollup Function | RollupRequest |
| SetState | PATCH [org URI]/api/data/v9.0/invoices(invoiceid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/invoices(invoiceid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | Invoices |
| DisplayCollectionName | Invoices |
| DisplayName | Invoice |
| EntitySetName | invoices |
| IsBPFEntity | False |
| LogicalCollectionName | invoices |
| LogicalName | invoice |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | invoiceid |
| PrimaryNameAttribute | name |
| SchemaName | Invoice |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- BillTo_City
- BillTo_Country
- BillTo_Fax
- BillTo_Line1
- BillTo_Line2
- BillTo_Line3
- BillTo_Name
- BillTo_PostalCode
- BillTo_StateOrProvince
- BillTo_Telephone
- CustomerId
- CustomerIdType
- DateDelivered
- Description
- DiscountAmount
- DiscountPercentage
- DueDate
- EmailAddress
- EntityImage
- FreightAmount
- ImportSequenceNumber
- InvoiceId
- InvoiceNumber
- IsPriceLocked
- LastBackofficeSubmit
- LastOnHoldTime
- msdyn_AmountDue
- msdyn_billtocontactname
- msdyn_HasCorrections
- msdyn_InvoiceDate
- msdyn_OrderType
- msdyn_projectinvoicestatus
- Name
- OpportunityId
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PaymentTermsCode
- PriceLevelId
- PricingErrorCode
- PriorityCode
- ProcessId
- SalesOrderId
- ShippingMethodCode
- ShipTo_City
- 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_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_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 |
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 |
| Targets | account,contact |
| Type | Customer |
CustomerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | Customer Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customeridtype |
| RequiredLevel | ApplicationRequired |
| Type | EntityName |
DateDelivered
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date when the products included in the invoice were delivered. |
| DisplayName | Date Delivered |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | datedelivered |
| RequiredLevel | None |
| Type | DateTime |
Description
| Property | Value |
|---|---|
| Description | Type additional information to describe the invoice, such as shipping details or product substitutions. |
| 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 invoice if the customer is eligible for special savings. |
| DisplayName | Invoice 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, for use in calculating the Pre-Freight Amount and Total Amount values for the invoice. |
| DisplayName | Invoice Discount (%) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | discountpercentage |
| MaxValue | 100 |
| MinValue | 0 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
DueDate
| Property | Value |
|---|---|
| DateTimeBehavior | DateOnly |
| Description | Enter the date by which the invoice should be paid by the customer. |
| DisplayName | Due Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | duedate |
| 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 |
EntityImage
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | The default image for the entity. |
| DisplayName | Entity Image |
| IsPrimaryImage | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage |
| MaxHeight | 144 |
| MaxWidth | 144 |
| RequiredLevel | None |
| Type | Image |
FreightAmount
| Property | Value |
|---|---|
| Description | Type the cost of freight or shipping for the products included in the invoice for use in calculating the total amount due. |
| DisplayName | Freight Amount |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | freightamount |
| MaxValue | 1000000000000 |
| MinValue | 0 |
| Precision | 2 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
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 |
InvoiceId
| Property | Value |
|---|---|
| Description | Unique identifier of the invoice. |
| DisplayName | Invoice |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | invoiceid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
InvoiceNumber
| Property | Value |
|---|---|
| Description | Shows the identifying number or code of the invoice. |
| DisplayName | Invoice ID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | invoicenumber |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
IsPriceLocked
| Property | Value |
|---|---|
| Description | Select whether prices specified on the invoice are locked from any further updates. |
| DisplayName | Prices Locked |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ispricelocked |
| RequiredLevel | ApplicationRequired |
| Type | Boolean |
IsPriceLocked Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: False
LastBackofficeSubmit
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date and time when the invoice was last submitted to an accounting or ERP system for processing. |
| DisplayName | Last Submitted to Back Office |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | lastbackofficesubmit |
| RequiredLevel | None |
| Type | DateTime |
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_AmountDue
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Enter the amount due on this invoice. |
| DisplayName | Amount Due |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_amountdue |
| MaxValue | 1000000000 |
| MinValue | -1000000000 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_billtocontactname
Added by: Project Service Automation Solution
| 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 | msdyn_billtocontactname |
| MaxLength | 150 |
| RequiredLevel | None |
| Type | String |
msdyn_HasCorrections
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Indicates if this invoice contains corrections to previous invoices. |
| DisplayName | Has Corrections |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_hascorrections |
| RequiredLevel | None |
| Type | Boolean |
msdyn_HasCorrections Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: False
msdyn_InvoiceDate
Added by: Field Service Solution
| Property | Value |
|---|---|
| DateTimeBehavior | TimeZoneIndependent |
| Description | Document date of the Invoice for use in calculation of payment due date |
| DisplayName | Invoice Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_invoicedate |
| RequiredLevel | None |
| Type | DateTime |
msdyn_OrderType
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Whether the Invoice is for an Item-based or a service maintainence-based sale |
| DisplayName | 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_projectinvoicestatus
Added by: Project Service Automation Solution
| Property | Value |
|---|---|
| Description | Project specific status |
| DisplayName | Project Invoice Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_projectinvoicestatus |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
msdyn_projectinvoicestatus Options
| Value | Label |
|---|---|
| 192350000 | Draft |
| 192350001 | In Review |
| 192350002 | Confirmed |
| 192350003 | Invoice Paid |
Name
| Property | Value |
|---|---|
| Description | Type a descriptive name for the invoice. |
| 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 invoice 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 | Type of pricing error for the invoice. |
| 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 |
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 |
PriorityCode 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 |
SalesOrderId
| Property | Value |
|---|---|
| Description | Choose the order related to the invoice to make sure the order is fulfilled and invoiced correctly. |
| DisplayName | Contract |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | salesorderid |
| RequiredLevel | None |
| Targets | salesorder |
| Type | Lookup |
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_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_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 invoice 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 invoice is active, paid, or canceled. Paid and canceled invoices are read-only and can't be edited unless they are reactivated. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Active | 1 | Active |
| 1 | Closed (deprecated) | 100003 | Closed |
| 2 | Paid | 100001 | Paid |
| 3 | Canceled | 100003 | Canceled |
StatusCode
| Property | Value |
|---|---|
| Description | Select the invoice's status. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Options
| Value | Label | State |
|---|---|---|
| 1 | New | 0 |
| 2 | Partially Shipped | 0 |
| 3 | Canceled (deprecated) | 1 |
| 4 | Billed | 0 |
| 5 | Booked (applies to services) | 0 |
| 6 | Installed (applies to services) | 0 |
| 7 | Paid in Full (deprecated) | 1 |
| 100001 | Complete | 2 |
| 100002 | Partial | 2 |
| 100003 | Canceled | 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, discount, freight, and taxes for the invoice. |
| 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 due, minus any discounts. This value is added to freight and tax amounts in the calculation for the total amount due for the invoice. |
| 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 invoice. |
| 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 invoice, 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 Manual Discount amounts specified on all products included in the invoice. This value is reflected in the Detail Amount field on the invoice and is added to any discount amount or rate specified on the invoice. |
| 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 invoice, included in the Total Amount due calculation for the invoice. |
| 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 |
| IsValidForUpdate | False |
| 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 invoice 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
- ContactId
- ContactIdName
- ContactIdYomiName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- CustomerIdName
- CustomerIdYomiName
- DiscountAmount_Base
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- ExchangeRate
- FreightAmount_Base
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- msdyn_amountdue_Base
- OnHoldTime
- OpportunityIdName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- PriceLevelIdName
- SalesOrderIdName
- ShipTo_Composite
- SLAInvokedId
- SLAInvokedIdName
- SLAName
- TotalAmount_Base
- TotalAmountLessFreight_Base
- TotalDiscountAmount_Base
- TotalLineItemAmount_Base
- TotalLineItemDiscountAmount_Base
- TotalTax_Base
- TransactionCurrencyIdName
- VersionNumber
AccountId
| Property | Value |
|---|---|
| Description | Unique identifier of the account with which the invoice 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 |
ContactId
| Property | Value |
|---|---|
| Description | Unique identifier of the contact associated with the invoice. |
| 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 Invoice Discount Amount in base currency. |
| DisplayName | Invoice Discount Amount (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | discountamount_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
EntityImage_Timestamp
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_timestamp |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
EntityImage_URL
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_url |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
EntityImageId
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ExchangeRate
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.0000000001 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
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_amountdue_Base
Added by: Field Service Solution
| Property | Value |
|---|---|
| Description | Value of the Amount Due in base currency. |
| DisplayName | Amount Due (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_amountdue_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
OnHoldTime
| Property | Value |
|---|---|
| Description | Shows the duration in minutes for which the invoice 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 |
SalesOrderIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | salesorderidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
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 invoice. 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 |
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.
- Invoice_ActivityPointers
- Invoice_SyncErrors
- invoice_activity_parties
- Invoice_AsyncOperations
- Invoice_MailboxTrackingFolder
- Invoice_ProcessSessions
- Invoice_BulkDeleteFailures
- invoice_principalobjectattributeaccess
- Invoice_Appointments
- Invoice_Emails
- Invoice_Faxes
- Invoice_Letters
- Invoice_Phonecalls
- Invoice_Tasks
- Invoice_RecurringAppointmentMasters
- Invoice_SocialActivities
- invoice_connections1
- invoice_connections2
- Invoice_Annotation
- Invoice_ServiceAppointments
- invoice_details
- slakpiinstance_invoice
- msdyn_playbookinstance_invoice
- invoice_msdyn_bookingalerts
- msdyn_invoice_msdyn_actual_Invoice
- invoice_msdyn_approvals
- bpf_invoice_msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d
- msdyn_invoice_msdyn_contractlineinvoiceschedule_Invoice
- msdyn_invoice_msdyn_invoicelinetransaction_Invoice
- msdyn_invoice_msdyn_agreementinvoicedate_Invoice
- msdyn_invoice_msdyn_orderinvoicingdate_Invoice
- msdyn_invoice_msdyn_orderinvoicingsetupdate_Invoice
- msdyn_invoice_msdyn_paymentdetail_Invoice
Invoice_ActivityPointers
Added by: System Solution Solution
Same as activitypointer entity Invoice_ActivityPointers Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Invoice_ActivityPointers |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_SyncErrors
Added by: System Solution Solution
Same as syncerror entity Invoice_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
invoice_activity_parties
Added by: System Solution Solution
Same as activityparty entity invoice_activity_parties Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | partyid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | invoice_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation entity Invoice_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Invoice_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_MailboxTrackingFolder
Added by: System Solution Solution
Same as mailboxtrackingfolder entity Invoice_MailboxTrackingFolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_MailboxTrackingFolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_ProcessSessions
Added by: System Solution Solution
Same as processsession entity Invoice_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Invoice_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure entity Invoice_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Invoice_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
invoice_principalobjectattributeaccess
Added by: System Solution Solution
Same as principalobjectattributeaccess entity invoice_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | invoice_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_Appointments
Added by: System Solution Solution
Same as appointment entity Invoice_Appointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Appointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_Emails
Added by: System Solution Solution
Same as email entity Invoice_Emails Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Emails |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_Faxes
Added by: System Solution Solution
Same as fax entity Invoice_Faxes Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Faxes |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_Letters
Added by: System Solution Solution
Same as letter entity Invoice_Letters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Letters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_Phonecalls
Added by: System Solution Solution
Same as phonecall entity Invoice_Phonecalls Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Phonecalls |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_Tasks
Added by: System Solution Solution
Same as task entity Invoice_Tasks Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Tasks |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_RecurringAppointmentMasters
Added by: System Solution Solution
Same as recurringappointmentmaster entity Invoice_RecurringAppointmentMasters Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_RecurringAppointmentMasters |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_SocialActivities
Added by: System Solution Solution
Same as socialactivity entity Invoice_SocialActivities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_SocialActivities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
invoice_connections1
Added by: System Solution Solution
Same as connection entity invoice_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | invoice_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
invoice_connections2
Added by: System Solution Solution
Same as connection entity invoice_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | invoice_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Invoice_Annotation
Added by: System Solution Solution
Same as annotation entity Invoice_Annotation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_Annotation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Invoice_ServiceAppointments
Added by: Service Solution
Same as serviceappointment entity Invoice_ServiceAppointments Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | serviceappointment |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | Invoice_ServiceAppointments |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: RemoveLink Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
invoice_details
Same as invoicedetail entity invoice_details Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | invoicedetail |
| ReferencingAttribute | invoiceid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | invoice_details |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
slakpiinstance_invoice
Added by: System Solution Solution
Same as slakpiinstance entity slakpiinstance_invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | regarding |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | slakpiinstance_invoice |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_playbookinstance_invoice
Added by: Playbook Solution
Same as msdyn_playbookinstance entity msdyn_playbookinstance_invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_playbookinstance |
| ReferencingAttribute | regarding |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | msdyn_playbookinstance_invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
invoice_msdyn_bookingalerts
Added by: Active Solution Solution
Same as msdyn_bookingalert entity invoice_msdyn_bookingalerts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bookingalert |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | invoice_msdyn_bookingalerts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
msdyn_invoice_msdyn_actual_Invoice
Added by: Universal Resource Scheduling Solution
Same as msdyn_actual entity msdyn_invoice_msdyn_actual_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_actual |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_actual_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
invoice_msdyn_approvals
Added by: Active Solution Solution
Same as msdyn_approval entity invoice_msdyn_approvals Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_approval |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | invoice_msdyn_approvals |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
bpf_invoice_msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d
Added by: Project Service Automation Solution
Same as msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d entity bpf_invoice_msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d |
| ReferencingAttribute | bpf_invoiceid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bpf_invoice_msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_contractlineinvoiceschedule_Invoice
Added by: Project Service Automation Solution
Same as msdyn_contractlineinvoiceschedule entity msdyn_invoice_msdyn_contractlineinvoiceschedule_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_contractlineinvoiceschedule |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_contractlineinvoiceschedule_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_invoicelinetransaction_Invoice
Added by: Project Service Automation Solution
Same as msdyn_invoicelinetransaction entity msdyn_invoice_msdyn_invoicelinetransaction_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_invoicelinetransaction |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_invoicelinetransaction_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_agreementinvoicedate_Invoice
Added by: Field Service Solution
Same as msdyn_agreementinvoicedate entity msdyn_invoice_msdyn_agreementinvoicedate_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_agreementinvoicedate |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_agreementinvoicedate_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_orderinvoicingdate_Invoice
Added by: Field Service Solution
Same as msdyn_orderinvoicingdate entity msdyn_invoice_msdyn_orderinvoicingdate_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_orderinvoicingdate |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_orderinvoicingdate_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_orderinvoicingsetupdate_Invoice
Added by: Field Service Solution
Same as msdyn_orderinvoicingsetupdate entity msdyn_invoice_msdyn_orderinvoicingsetupdate_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_orderinvoicingsetupdate |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_orderinvoicingsetupdate_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_invoice_msdyn_paymentdetail_Invoice
Added by: Field Service Solution
Same as msdyn_paymentdetail entity msdyn_invoice_msdyn_paymentdetail_Invoice Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_paymentdetail |
| ReferencingAttribute | msdyn_invoice |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_invoice_msdyn_paymentdetail_Invoice |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
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_invoicebase_createdby
- lk_invoice_createdonbehalfby
- lk_invoicebase_modifiedby
- lk_invoice_modifiedonbehalfby
- system_user_invoices
- team_invoices
- business_unit_invoices
- processstage_invoices
- transactioncurrency_invoice
- invoice_customer_accounts
- invoice_customer_contacts
- opportunity_invoices
- price_level_invoices
- order_invoices
- sla_invoice
- manualsla_invoice
lk_invoicebase_createdby
Added by: System Solution Solution
See systemuser Entity lk_invoicebase_createdby One-To-Many relationship.
lk_invoice_createdonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_invoice_createdonbehalfby One-To-Many relationship.
lk_invoicebase_modifiedby
Added by: System Solution Solution
See systemuser Entity lk_invoicebase_modifiedby One-To-Many relationship.
lk_invoice_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_invoice_modifiedonbehalfby One-To-Many relationship.
system_user_invoices
Added by: System Solution Solution
See systemuser Entity system_user_invoices One-To-Many relationship.
team_invoices
Added by: System Solution Solution
See team Entity team_invoices One-To-Many relationship.
business_unit_invoices
Added by: System Solution Solution
See businessunit Entity business_unit_invoices One-To-Many relationship.
processstage_invoices
Added by: System Solution Solution
See processstage Entity processstage_invoices One-To-Many relationship.
transactioncurrency_invoice
Added by: System Solution Solution
See transactioncurrency Entity transactioncurrency_invoice One-To-Many relationship.
invoice_customer_accounts
Added by: System Solution Solution
See account Entity invoice_customer_accounts One-To-Many relationship.
invoice_customer_contacts
Added by: System Solution Solution
See contact Entity invoice_customer_contacts One-To-Many relationship.
opportunity_invoices
See opportunity Entity opportunity_invoices One-To-Many relationship.
price_level_invoices
Added by: Product Management Solution
See pricelevel Entity price_level_invoices One-To-Many relationship.
order_invoices
See salesorder Entity order_invoices One-To-Many relationship.
sla_invoice
Added by: System Solution Solution
See sla Entity sla_invoice One-To-Many relationship.
manualsla_invoice
Added by: System Solution Solution
See sla Entity manualsla_invoice One-To-Many relationship.
Many-To-Many Relationships
Relationship details provided where the Invoice entity is the first entity in the relationship. Listed by SchemaName.
contactinvoices_association
IntersectEntityName: contactinvoices
Entity 1
| Property | Value |
|---|---|
| IntersectAttribute | invoiceid |
| IsCustomizable | False |
| LogicalName | invoice |
| NavigationPropertyName | contactinvoices_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Entity 2
| Property | Value |
|---|---|
| LogicalName | contact |
| IntersectAttribute | contactid |
| NavigationPropertyName | contactinvoices_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.invoice
Feedback
Submit and view feedback for