次の方法で共有


RecurrenceRule テーブル/エンティティの参照

注意

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

Recurrence Rule represents the pattern of incidence of recurring entities.

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Create POST [org URI]/api/data/v9.0/recurrencerules
作成を参照
CreateRequest または
Create
Delete DELETE [org URI]/api/data/v9.0/recurrencerules(ruleid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/recurrencerules(ruleid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/recurrencerules
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/recurrencerules(ruleid)
更新を参照
UpdateRequest または
Update
ValidateRecurrenceRule ValidateRecurrenceRule Function ValidateRecurrenceRuleRequest

プロパティ

プロパティ
CollectionSchemaName RecurrenceRules
DisplayCollectionName Recurrence Rules
DisplayName Recurrence Rule
EntitySetName recurrencerules
IsBPFEntity False
LogicalCollectionName recurrencerules
LogicalName recurrencerule
OwnershipType UserOwned
PrimaryIdAttribute ruleid
PrimaryNameAttribute
SchemaName RecurrenceRule

書き込み可能な列/属性

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

DayOfMonth

プロパティ
Description The day of the month on which the recurring appointment or task occurs.
DisplayName Day Of Month
Format None
IsValidForForm False
IsValidForRead True
LogicalName dayofmonth
MaxValue 31
MinValue 0
RequiredLevel None
Type Integer

DaysOfWeekMask

プロパティ
Description Bitmask representing the days of the week on which the recurring appointment or task occurs.
DisplayName Days Of Week Mask
Format None
IsValidForForm False
IsValidForRead True
LogicalName daysofweekmask
MaxValue 127
MinValue 1
RequiredLevel None
Type Integer

Duration

プロパティ
Description Duration of the recurrence pattern in minutes.
DisplayName Duration
Format Duration
IsValidForForm False
IsValidForRead True
LogicalName duration
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

EffectiveEndDate

プロパティ
DateTimeBehavior UserLocal
Description The actual end date for expansion of the recurrence pattern.
DisplayName Effective End Date
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName effectiveenddate
RequiredLevel None
Type DateTime

EffectiveStartDate

プロパティ
DateTimeBehavior UserLocal
Description The actual start date for expansion of the recurrence pattern.
DisplayName Effective Start Date
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName effectivestartdate
RequiredLevel None
Type DateTime

EndTime

プロパティ
DateTimeBehavior UserLocal
Description End time of the associated activity.
DisplayName End Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName endtime
RequiredLevel None
Type DateTime

FirstDayOfWeek

プロパティ
Description First day Of week for the recurrence pattern.
DisplayName First Day Of Week
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName firstdayofweek
MaxValue 6
MinValue 0
RequiredLevel None
Type Integer

Instance

プロパティ
Description Specifies the count for which the recurrence pattern is valid for a given interval.
DisplayName Instance
IsValidForForm True
IsValidForRead True
LogicalName instance
RequiredLevel None
Type Picklist

Instance の選択肢/オプション

ラベル 内容
1 First
2 Second
3 Third
4 Fourth
5 Last

Interval

プロパティ
Description Number of units of a given recurrence type between occurrences.
DisplayName Interval
Format None
IsValidForForm False
IsValidForRead True
LogicalName interval
MaxValue 1000
MinValue 1
RequiredLevel None
Type Integer

IsNthMonthly

プロパティ
Description Specifies whether the monthly recurrence pattern is Nth monthly, valid only for monthly recurrence.
DisplayName Nth Monthly
IsValidForForm False
IsValidForRead True
LogicalName isnthmonthly
RequiredLevel SystemRequired
Type Boolean

IsNthMonthly の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

IsNthYearly

プロパティ
Description Specifies whether the yearly recurrence pattern is Nth yearly, valid only for yearly recurrence.
DisplayName Nth Yearly
IsValidForForm False
IsValidForRead True
LogicalName isnthyearly
RequiredLevel SystemRequired
Type Boolean

IsNthYearly の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

IsRegenerate

プロパティ
Description Valid only for task type recurrence,indicates whether task should be regenerated.
DisplayName Regenerate
IsValidForForm False
IsValidForRead True
LogicalName isregenerate
RequiredLevel SystemRequired
Type Boolean

IsRegenerate の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

IsWeekDayPattern

プロパティ
Description Specifies whether the weekly recurrence pattern is actually a daily every weekday pattern, valid only for weekly recurrence.
DisplayName Every Weekday
IsValidForForm False
IsValidForRead True
LogicalName isweekdaypattern
RequiredLevel SystemRequired
Type Boolean

IsWeekDayPattern の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

MonthOfYear

プロパティ
Description Specifies the month of the year valid for the recurrence pattern.
DisplayName Month Of Year
IsValidForForm False
IsValidForRead True
LogicalName monthofyear
RequiredLevel None
Type Picklist

MonthOfYear の選択肢/オプション

ラベル 内容
0 Invalid Month Of Year
1 January
2 February
3 March
4 April
5 May
6 June
7 July
8 August
9 September
10 October
11 November
12 December

ObjectId

プロパティ
Description Unique identifier of the object with which the recurrence rule is associated.
DisplayName Regarding
IsValidForForm False
IsValidForRead True
LogicalName objectid
RequiredLevel None
Targets activitypointer
Type Lookup

ObjectTypeCode

プロパティ
Description
DisplayName Object Type
IsValidForForm False
IsValidForRead True
LogicalName objecttypecode
RequiredLevel None
Type EntityName

Occurrences

プロパティ
Description Number of occurrences of the recurrence pattern.
DisplayName Occurrences
Format None
IsValidForForm False
IsValidForRead True
LogicalName occurrences
MaxValue 999
MinValue 1
RequiredLevel None
Type Integer

OwnerId

プロパティ
Description Unique identifier of the user or team who owns the recurrence rule.
DisplayName Owner
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser,team
Type Owner

OwnerIdType

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PatternEndDate

プロパティ
DateTimeBehavior UserLocal
Description End date of the Recurrence Range.
DisplayName Recurrence Range End
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName patternenddate
RequiredLevel None
Type DateTime

PatternEndType

プロパティ
Description Pattern End Type of a recurring series.
DisplayName Pattern End Type
IsValidForForm True
IsValidForRead True
LogicalName patternendtype
RequiredLevel SystemRequired
Type Picklist

PatternEndType の選択肢/オプション

ラベル 内容
1 No End Date
2 Occurrences
3 Pattern End Date

PatternStartDate

プロパティ
DateTimeBehavior UserLocal
Description Start date of the Recurrence Range.
DisplayName Recurrence Range Start
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName patternstartdate
RequiredLevel ApplicationRequired
Type DateTime

RecurrencePatternType

プロパティ
Description Type of Recurrence.
DisplayName Recurrence Pattern
IsValidForForm True
IsValidForRead True
LogicalName recurrencepatterntype
RequiredLevel SystemRequired
Type Picklist

RecurrencePatternType の選択肢/オプション

ラベル 内容
0 Daily
1 Weekly
2 Monthly
3 Yearly

RuleId

プロパティ
Description Unique identifier of the entity associated with recurrence rule.
DisplayName Recurrence Rule
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName ruleid
RequiredLevel SystemRequired
Type Uniqueidentifier

StartTime

プロパティ
DateTimeBehavior UserLocal
Description Start time of the recurring activity.
DisplayName Start Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName starttime
RequiredLevel None
Type DateTime

読み取り専用列/属性

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

CreatedBy

プロパティ
Description Unique identifier of the user who created the recurrence rule.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the recurrence rule was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who created the recurrence rule.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedBy

プロパティ
Description Unique identifier of the user who last modified the recurrence rule.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the recurrence rule was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who modified the recurrence rule.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OwnerIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

プロパティ
Description Unique identifier of the business unit that owns the recurrence rule.
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 160
RequiredLevel None
Type String

OwningTeam

プロパティ
Description
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

プロパティ
Description
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

VersionNumber

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

一対多関連付け

SchemaName が一覧表示。

recurrencerule_recurringappointmentmaster

recurringappointmentmaster テーブル/エンティティの多対一のリレーションシップ recurrencerule_recurringappointmentmaster と同じです。

プロパティ
ReferencingEntity recurringappointmentmaster
ReferencingAttribute activityid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName recurrencerule_recurringappointmentmaster
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

business_unit_recurrencerule

businessunit テーブル/エンティティの一対多のリレーションシップ business_unit_recurrencerule を参照してください。

activity_pointer_recurrencerule

activitypointer テーブル/エンティティの一対多のリレーションシップ activity_pointer_recurrencerule を参照してください。

lk_recurrencerule_modifiedby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_recurrencerule_modifiedby を参照してください。

lk_recurrencerule_createdby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_recurrencerule_createdby を参照してください。

lk_recurrencerulebase_createdonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_recurrencerulebase_createdonbehalfby を参照してください。

lk_recurrencerulebase_modifiedonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_recurrencerulebase_modifiedonbehalfby を参照してください。

関連項目

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