Référence d’entité/de table RecurrenceRule

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

Recurrence Rule represents the pattern of incidence of recurring entities.

Messages

Message Opération de l'API web Classe ou méthode SDK
Create POST [org URI]/api/data/v9.0/recurrencerules
Voir Créer
CreateRequest ou
Create
Delete DELETE [org URI]/api/data/v9.0/recurrencerules(ruleid)
Voir Supprimer
DeleteRequest ou
Delete
Retrieve GET [org URI]/api/data/v9.0/recurrencerules(ruleid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/recurrencerules
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/recurrencerules(ruleid)
Voir Mettre à jour
UpdateRequest ou
Update
ValidateRecurrenceRule ValidateRecurrenceRule Function ValidateRecurrenceRuleRequest

Propriétés

Propriété Valeur
CollectionSchemaName RecurrenceRules
DisplayCollectionName Recurrence Rules
DisplayName Recurrence Rule
EntitySetName recurrencerules
IsBPFEntity False
LogicalCollectionName recurrencerules
LogicalName recurrencerule
OwnershipType UserOwned
PrimaryIdAttribute ruleid
PrimaryNameAttribute
SchemaName RecurrenceRule

Colonnes/Attributs inscriptibles

Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.

DayOfMonth

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Choix/Options Instance

Valeur Étiquette Description
1 First
2 Second
3 Third
4 Fourth
5 Last

Interval

Propriété Valeur
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

Propriété Valeur
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

Choix/Options IsNthMonthly

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

IsNthYearly

Propriété Valeur
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

Choix/Options IsNthYearly

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

IsRegenerate

Propriété Valeur
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

Choix/Options IsRegenerate

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

IsWeekDayPattern

Propriété Valeur
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

Choix/Options IsWeekDayPattern

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

MonthOfYear

Propriété Valeur
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

Choix/Options MonthOfYear

Valeur Étiquette Description
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName Object Type
IsValidForForm False
IsValidForRead True
LogicalName objecttypecode
RequiredLevel None
Type EntityName

Occurrences

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PatternEndDate

Propriété Valeur
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

Propriété Valeur
Description Pattern End Type of a recurring series.
DisplayName Pattern End Type
IsValidForForm True
IsValidForRead True
LogicalName patternendtype
RequiredLevel SystemRequired
Type Picklist

Choix/Options PatternEndType

Valeur Étiquette Description
1 No End Date
2 Occurrences
3 Pattern End Date

PatternStartDate

Propriété Valeur
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

Propriété Valeur
Description Type of Recurrence.
DisplayName Recurrence Pattern
IsValidForForm True
IsValidForRead True
LogicalName recurrencepatterntype
RequiredLevel SystemRequired
Type Picklist

Choix/Options RecurrencePatternType

Valeur Étiquette Description
0 Daily
1 Weekly
2 Monthly
3 Yearly

RuleId

Propriété Valeur
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

Propriété Valeur
DateTimeBehavior UserLocal
Description Start time of the recurring activity.
DisplayName Start Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName starttime
RequiredLevel None
Type DateTime

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

CreatedBy

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedBy

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OwnerIdName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 160
RequiredLevel None
Type String

OwningTeam

Propriété Valeur
Description
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

Propriété Valeur
Description
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

VersionNumber

Propriété Valeur
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Relations un-à-plusieurs

Répertorié par SchemaName.

recurrencerule_recurringappointmentmaster

Identique à la relation plusieurs à un recurrencerule_recurringappointmentmaster pour la table/entité recurringappointmentmaster.

Propriété Valeur
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

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

business_unit_recurrencerule

Voir la relation un à plusieurs business_unit_recurrencerule pour la table/entité businessunit.

activity_pointer_recurrencerule

Voir la relation un à plusieurs activity_pointer_recurrencerule pour la table/entité activitypointer.

lk_recurrencerule_modifiedby

Voir la relation un à plusieurs lk_recurrencerule_modifiedby pour la table/entité systemuser.

lk_recurrencerule_createdby

Voir la relation un à plusieurs lk_recurrencerule_createdby pour la table/entité systemuser.

lk_recurrencerulebase_createdonbehalfby

Voir la relation un à plusieurs lk_recurrencerulebase_createdonbehalfby pour la table/entité systemuser.

lk_recurrencerulebase_modifiedonbehalfby

Voir la relation un à plusieurs lk_recurrencerulebase_modifiedonbehalfby pour la table/entité systemuser.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web recurrencerule EntityType