割引き表 (DiscountType) テーブル/エンティティ参照

注意

テーブルとエンティティの違いについて不明な点がありますか? Microsoft Dataverse で「開発者: 用語を理解する」を参照してください。

割引率または割引額で指定されている割引の種類です。

以下により追加: 営業ソリューション

[メッセージ]

Message Web API 操作 SDK クラスまたは算出方法
Create POST /discounttypes
作成する を参照
CreateRequest または
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /discounttypes(discounttypeid)
削除 参照してください
DeleteRequest または
Delete
取得する GET /discounttypes(discounttypeid)
Retrieveを参照してください
RetrieveRequest または
Retrieve
RetrieveMultiple GET /discounttypes
クエリ データを参照してください
RetrieveMultipleRequest または
RetrieveMultiple
SetState PATCH /discounttypes(discounttypeid)
更新statecode および statuscode プロパティ。
SetStateRequest
更新する PATCH /discounttypes(discounttypeid)
Updateを参照してください
UpdateRequest または
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest

プロパティ​​

プロパティ 価値
CollectionSchemaName DiscountTypes
DisplayCollectionName 割引表
表示名 値引き表
EntitySetName discounttypes
IsBPFEntity False
LogicalCollectionName discounttypes
LogicalName discounttype
OwnershipType OrganizationOwned
PrimaryIdAttribute discounttypeid
PrimaryNameAttribute 名称
スキーマ名 DiscountType

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

Description

プロパティ 価値
Description 割引表の説明です。
表示名 Description
Format Text
IsLocalizable False
IsValidForForm 無効
IsValidForRead 有効
LogicalName 説明
MaxLength 2,000
RequiredLevel None
タイプ メモ

DiscountTypeId

プロパティ 価値
Description 割引表を表す一意識別子です。
表示名 値引き表
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName discounttypeid
RequiredLevel SystemRequired
タイプ Uniqueidentifier

ImportSequenceNumber

プロパティ
説明 このレコードを作成したインポート処理のシーケンス番号。
DisplayName インポート シーケンス番号
Format なし
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
タイプ 整数

IsAmountType

プロパティ 価値
Description 割引表を割引額と割引率のどちらで指定するかに関する情報です。
表示名 タイプ
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName isamounttype
RequiredLevel None
タイプ ブール型

IsAmountType 選択肢/オプション

価値 Label Description
6 Amount
12 Percentage

DefaultValue: 0

件名

プロパティ 価値
Description 割引表の名前です。
表示名 件名
FormatName Text
IsLocalizable False
IsValidForForm 無効
IsValidForRead 有効
LogicalName 名前
MaxLength 100
RequiredLevel SystemRequired
Type 文字列

OverriddenCreatedOn

プロパティ
DateTimeBehavior UserLocal
説明 レコードが移行された日時です。
DisplayName [レコード作成日]
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel いいえ
Type DateTime

StateCode

プロパティ 価値
Description 割引表の状態です。
表示名 Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type 完了状態

StateCode 選択肢/オプション

価値 Label DefaultStatus InvariantName
12 アクティブです 100001 アクティブです
6 非アクティブ 100002 非アクティブ

StatusCode

プロパティ 価値
Description 割引表の状態の理由です。
表示名 ステータスの理由
IsValidForForm False
IsValidForRead 有効
LogicalName statuscode
RequiredLevel None
タイプ Status

StatusCode 選択肢/オプション

価値 Label 状態
100001 アクティブです 12
100002 非アクティブ 6

TimeZoneRuleVersionNumber

プロパティ 価値
Description 社外秘。
DisplayName タイム ゾーン規則のバージョン番号
Format なし
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel いいえ
Type Integer

TransactionCurrencyId

プロパティ
Description 割引の種類に関連付けられている通貨を表す一意識別子です。
表示名 通貨型
IsValidForForm True
IsValidForRead 有効
IsValidForUpdate False
LogicalName transactioncurrencyid
RequiredLevel None
Targets transactioncurrency
Type 検索

UTCConversionTimeZoneCode

プロパティ
説明 レコード作成時に使用中であったタイム ゾーン コード。
DisplayName UTC 変換タイム ゾーン コード
Format なし
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel なし
Type Integer

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

CreatedBy

プロパティ
Description 割引表を作成したユーザーを表す一意識別子です。
表示名 作成者
IsValidForForm False
IsValidForRead 有効
LogicalName createdby
RequiredLevel None
Targets systemuser
Type 検索

CreatedByName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type 文字列

CreatedByYomiName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type 文字列

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description 割引表が作成された日時です。
表示名 作成日
Format DateAndTime
IsValidForForm 無効
IsValidForRead 有効
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

プロパティ
Description 割引の種類を作成した代理ユーザーを表す一意識別子です。
表示名 作成者 (代理人)
IsValidForForm False
IsValidForRead 有効
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type 検索

CreatedOnBehalfByName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type 文字列

CreatedOnBehalfByYomiName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel いいえ
Type 文字列

ModifiedBy

プロパティ
Description 割引表を最後に修正したユーザーを表す一意識別子です。
表示名 更新者
IsValidForForm False
IsValidForRead 有効
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type 検索

ModifiedByName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type 文字列

ModifiedByYomiName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel None
Type 文字列

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description 割引表が最後に修正された日時です。
表示名 変更日時
Format DateAndTime
IsValidForForm 無効
IsValidForRead 有効
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

プロパティ
説明 割引の種類を最後に修正した代理ユーザーを表す一意識別子です。
表示名 変更者 (代理)
IsValidForForm 無効
IsValidForRead 有効
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type 検索

ModifiedOnBehalfByName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type 文字列

ModifiedOnBehalfByYomiName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel いいえ
Type 文字列

OrganizationId

プロパティ
説明 組織を表す一意識別子
DisplayName 組織 ID
IsValidForForm 無効
IsValidForRead 有効
LogicalName organizationid
RequiredLevel SystemRequired
Targets 組織
Type 検索

OrganizationIdName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm 無効
IsValidForRead 有効
LogicalName organizationidname
MaxLength 100
RequiredLevel SystemRequired
Type 文字列

TransactionCurrencyIdName

プロパティ
説明
DisplayName
FormatName テキスト
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName transactioncurrencyidname
MaxLength 100
RequiredLevel None
Type 文字列

VersionNumber

プロパティ
説明 バージョン番号
DisplayName バージョン番号
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel なし
Type BigInt

一対多関連付け

SchemaName が一覧表示。

discount_type_discounts

割引 テーブル/エンティティの discount_type_discounts 多対一の関連付けを参照してください。

プロパティ 価値
ReferencingEntity 割引
ReferencingAttribute discounttypeid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName discount_type_discounts
AssociatedMenuConfiguration Behavior: DoNotDisplay
グループ: Details
ラベル:
順序:
CascadeConfiguration 割り当て: NoCascade
削除: Cascade
統合: NoCascade
リペアレント : NoCascade
共有 : NoCascade
Unshare: NoCascade

discount_type_product_price_levels

productpricelevel テーブル/エンティティの discount_type_product_price_levels 多対一の関連付けを参照してください。

プロパティ 価値
ReferencingEntity productpricelevel
ReferencingAttribute discounttypeid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName discount_type_product_price_levels
AssociatedMenuConfiguration Behavior: DoNotDisplay
グループ: Details
ラベル:
順序:
CascadeConfiguration 割り当て: NoCascade
削除: 制限する
結合: NoCascade
リペアレント : NoCascade
共有 : NoCascade
Unshare: NoCascade

Dataverse テーブル/エンティティ参照
Web API リファレンス