संपादित करें

इसके माध्यम से साझा किया गया


Discount table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Price reduction made from the list price of a product or service based on the quantity purchased.

Added by: Sales Solution

Messages

Message Web API Operation SDK class or method
Create POST /discounts
See Create
CreateRequest or
Create
Delete DELETE /discounts(discountid)
See Delete
DeleteRequest or
Delete
Retrieve GET /discounts(discountid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /discounts
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH /discounts(discountid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName Discounts
DisplayCollectionName Discounts
DisplayName Discount
EntitySetName discounts
IsBPFEntity False
LogicalCollectionName discounts
LogicalName discount
OwnershipType None
PrimaryIdAttribute discountid
PrimaryNameAttribute name
SchemaName Discount

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

Amount

Property Value
Description Amount of the discount, specified either as a percentage or as a monetary amount.
DisplayName Amount
IsValidForForm False
IsValidForRead True
LogicalName amount
MaxValue 1000000000000
MinValue 0
Precision 4
PrecisionSource 2
RequiredLevel ApplicationRequired
Type Money

DiscountId

Property Value
Description Unique identifier of the discount.
DisplayName Discount
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName discountid
RequiredLevel SystemRequired
Type Uniqueidentifier

DiscountTypeId

Property Value
Description Unique identifier of the discount list associated with the discount.
DisplayName Discount Type
IsValidForForm False
IsValidForRead True
LogicalName discounttypeid
RequiredLevel SystemRequired
Targets discounttype
Type Lookup

HighQuantity

Property Value
Description Upper boundary for the quantity range to which a particular discount can be applied.
DisplayName End Quantity
IsValidForForm False
IsValidForRead True
LogicalName highquantity
MaxValue 100000000000
MinValue 0.00001
Precision 5
RequiredLevel SystemRequired
Type Decimal

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

LowQuantity

Property Value
Description Lower boundary for the quantity range to which a particular discount is applied.
DisplayName Begin Quantity
IsValidForForm False
IsValidForRead True
LogicalName lowquantity
MaxValue 100000000000
MinValue 0.00001
Precision 5
RequiredLevel SystemRequired
Type Decimal

Name

Property Value
Description name
DisplayName name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel ApplicationRequired
Type String

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

Percentage

Property Value
Description Percentage discount value.
DisplayName Percentage
IsValidForForm False
IsValidForRead True
LogicalName percentage
MaxValue 1000000000
MinValue 0
Precision 5
RequiredLevel ApplicationRequired
Type Decimal

StatusCode

Property Value
Description Select the discount's status.
DisplayName Status Reason
IsValidForForm False
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

StatusCode Choices/Options

Value Label State

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

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

Amount_Base

Property Value
Description Value of the Amount in base currency.
DisplayName Amount (Base)
IsValidForForm True
IsValidForRead True
LogicalName amount_base
MaxValue 922337203685477
MinValue -922337203685477
Precision 4
PrecisionSource 2
RequiredLevel None
Type Money

CreatedBy

Property Value
Description Unique identifier of the user who created the discount.
DisplayName Created By
IsValidForForm False
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 discount was created.
DisplayName Created On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the discount.
DisplayName Created By (Delegate)
IsValidForForm False
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

DiscountTypeIdName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName discounttypeidname
MaxLength 100
RequiredLevel SystemRequired
Type String

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.000000000001
Precision 12
RequiredLevel None
Type Decimal

IsAmountType

Property Value
Description Specifies whether the discount is specified as a monetary amount or a percentage.
DisplayName Amount Type
IsValidForForm False
IsValidForRead True
LogicalName isamounttype
RequiredLevel ApplicationRequired
Type Boolean

IsAmountType Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

ModifiedBy

Property Value
Description Unique identifier of the user who last modified the discount.
DisplayName Modified By
IsValidForForm False
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 discount was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who last modified the discount.
DisplayName Modified By (Delegate)
IsValidForForm False
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

OrganizationId

Property Value
Description Unique identifier of the organization associated with the discount.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Type Uniqueidentifier

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 None
Targets transactioncurrency
Type Lookup

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

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

discount_type_discounts

See the discount_type_discounts one-to-many relationship for the discounttype table/entity.

See also

Dataverse table/entity reference
Web API Reference