msdyn_resourceassignment Entity Reference
Entity used to keep track of resource assignment header information on tasks.
Added by: Project Service Automation Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/msdyn_resourceassignments(msdyn_resourceassignmentid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/msdyn_resourceassignments See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/msdyn_resourceassignments(msdyn_resourceassignmentid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| msdyn_ResourceAssignmentDetailUpdate | Microsoft.Dynamics.CRM.msdyn_ResourceAssignmentDetailUpdate | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| msdyn_UpdateAssignmentEffortContour | Microsoft.Dynamics.CRM.msdyn_UpdateAssignmentEffortContour | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| Retrieve | GET [org URI]/api/data/v9.0/msdyn_resourceassignments(msdyn_resourceassignmentid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/msdyn_resourceassignments See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/msdyn_resourceassignments(msdyn_resourceassignmentid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/msdyn_resourceassignments(msdyn_resourceassignmentid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | msdyn_resourceassignments |
| DisplayCollectionName | Resource Assignments |
| DisplayName | Resource Assignment |
| EntitySetName | msdyn_resourceassignments |
| IsBPFEntity | False |
| LogicalCollectionName | msdyn_resourceassignments |
| LogicalName | msdyn_resourceassignment |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | msdyn_resourceassignmentid |
| PrimaryNameAttribute | msdyn_name |
| SchemaName | msdyn_resourceassignment |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ImportSequenceNumber
- msdyn_bookableresourceid
- msdyn_bookingstatusid
- msdyn_CommitType
- msdyn_fromdate
- msdyn_hours
- msdyn_msprojectclientid
- msdyn_name
- msdyn_plannedcost
- msdyn_plannedcostcontour
- msdyn_plannedsales
- msdyn_plannedsalescontour
- msdyn_plannedwork
- msdyn_projectid
- msdyn_projectteamid
- msdyn_resourceassignmentId
- msdyn_taskid
- msdyn_todate
- msdyn_userresourceid
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- TransactionCurrencyId
- UTCConversionTimeZoneCode
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 |
msdyn_bookableresourceid
| Property | Value |
|---|---|
| Description | Shows the resource. |
| DisplayName | Bookable Resource |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_bookableresourceid |
| RequiredLevel | None |
| Targets | bookableresource |
| Type | Lookup |
msdyn_bookingstatusid
| Property | Value |
|---|---|
| Description | Booking Status |
| DisplayName | Booking Status (Deprecated in v3.0) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_bookingstatusid |
| RequiredLevel | None |
| Targets | bookingstatus |
| Type | Lookup |
msdyn_CommitType
| Property | Value |
|---|---|
| Description | Select the commitment type of the assignment (hard or soft). |
| DisplayName | Commit Type (Deprecated in v3.0) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_committype |
| RequiredLevel | None |
| Type | Picklist |
msdyn_CommitType Options
| Value | Label |
|---|---|
| 192350000 | None |
| 192350001 | Hard Book |
| 192350002 | Soft Book |
| 192350003 | Proposed |
| 192350004 | Canceled |
msdyn_fromdate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date a resource is assigned from. |
| DisplayName | From Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_fromdate |
| RequiredLevel | ApplicationRequired |
| Type | DateTime |
msdyn_hours
| Property | Value |
|---|---|
| Description | Enter the number of hours for which a resource is assigned. |
| DisplayName | Hours |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_hours |
| MaxValue | 100000000000 |
| MinValue | -100000000000 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Decimal |
msdyn_msprojectclientid
| Property | Value |
|---|---|
| Description | id for resource assignment in ms project |
| DisplayName | MS Project Client Id |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_msprojectclientid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
msdyn_name
| Property | Value |
|---|---|
| Description | Type the name of the custom entity. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_name |
| MaxLength | 100 |
| RequiredLevel | ApplicationRequired |
| Type | String |
msdyn_plannedcost
| Property | Value |
|---|---|
| Description | Planned Cost Amount |
| DisplayName | Planned Cost |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedcost |
| MaxValue | 922337203685477 |
| MinValue | 0 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | Recommended |
| Type | Money |
msdyn_plannedcostcontour
| Property | Value |
|---|---|
| Description | Serialized planned cost contour |
| DisplayName | Planned Cost Contour |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedcostcontour |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
msdyn_plannedsales
| Property | Value |
|---|---|
| Description | Planned Sales Amount |
| DisplayName | Planned Sales |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedsales |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_plannedsalescontour
| Property | Value |
|---|---|
| Description | Serialized planned sales contour |
| DisplayName | Planned Sales Contour |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedsalescontour |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
msdyn_plannedwork
| Property | Value |
|---|---|
| Description | Serialized planned work schedule for assigned resource |
| DisplayName | Planned Work |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedwork |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
msdyn_projectid
| Property | Value |
|---|---|
| Description | Select the project for which the resource is assigned. |
| DisplayName | Project |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_projectid |
| RequiredLevel | None |
| Targets | msdyn_project |
| Type | Lookup |
msdyn_projectteamid
| Property | Value |
|---|---|
| Description | Unique identifier for Project Team Member associated with Resource Assignment. |
| DisplayName | Project Team |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_projectteamid |
| RequiredLevel | None |
| Targets | msdyn_projectteam |
| Type | Lookup |
msdyn_resourceassignmentId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Resource Assignment |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | msdyn_resourceassignmentid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
msdyn_taskid
| Property | Value |
|---|---|
| Description | Select the task for which the resource is assigned to. |
| DisplayName | Task |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_taskid |
| RequiredLevel | None |
| Targets | msdyn_projecttask |
| Type | Lookup |
msdyn_todate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the end date until which a resource is assigned. |
| DisplayName | To Date |
| Format | DateOnly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_todate |
| RequiredLevel | ApplicationRequired |
| Type | DateTime |
msdyn_userresourceid
| Property | Value |
|---|---|
| Description | Select the user whose capacity is assigned. |
| DisplayName | Resource |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_userresourceid |
| RequiredLevel | None |
| Targets | |
| 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
Added by: Active Solution Solution
| 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 |
statecode
| Property | Value |
|---|---|
| Description | Status of the Resource Assignment |
| 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 | Inactive | 2 | Inactive |
statuscode
| Property | Value |
|---|---|
| Description | Reason for the status of the Resource Assignment |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
statuscode Options
| Value | Label | State |
|---|---|---|
| 1 | Active | 0 |
| 2 | Inactive | 1 |
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 |
TransactionCurrencyId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the currency associated with the entity. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
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 attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- msdyn_bookableresourceidName
- msdyn_bookingstatusidName
- msdyn_plannedcost_Base
- msdyn_plannedsales_Base
- msdyn_projectidName
- msdyn_projectteamidName
- msdyn_taskidName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- TransactionCurrencyIdName
- VersionNumber
CreatedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| 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
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ExchangeRate
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the entity with respect to the base currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.0000000001 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
ModifiedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| 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
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
msdyn_bookableresourceidName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_bookableresourceidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
msdyn_bookingstatusidName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_bookingstatusidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
msdyn_plannedcost_Base
| Property | Value |
|---|---|
| Description | Value of the Planned Cost in base currency. |
| DisplayName | Planned Cost (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedcost_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_plannedsales_Base
| Property | Value |
|---|---|
| Description | Value of the Planned Sales in base currency. |
| DisplayName | Planned Sales (Base) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_plannedsales_base |
| MaxValue | 922337203685477 |
| MinValue | -922337203685477 |
| Precision | 4 |
| PrecisionSource | 2 |
| RequiredLevel | None |
| Type | Money |
msdyn_projectidName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_projectidname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
msdyn_projectteamidName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_projectteamidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
msdyn_taskidName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | msdyn_taskidname |
| MaxLength | 450 |
| RequiredLevel | None |
| Type | String |
OwnerIdName
Added by: Active Solution Solution
| 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
Added by: Active Solution Solution
| 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
Added by: Active Solution Solution
| 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
Added by: Active Solution Solution
| 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
Added by: Active Solution Solution
| 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 |
TransactionCurrencyIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
Added by: Active Solution Solution
| 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.
- msdyn_resourceassignment_SyncErrors
- msdyn_resourceassignment_AsyncOperations
- msdyn_resourceassignment_MailboxTrackingFolders
- msdyn_resourceassignment_ProcessSession
- msdyn_resourceassignment_BulkDeleteFailures
- msdyn_resourceassignment_PrincipalObjectAttributeAccesses
- msdyn_msdyn_resourceassignment_msdyn_resourceassignmentdetail_resourceassignmentid
msdyn_resourceassignment_SyncErrors
Added by: System Solution Solution
Same as syncerror entity msdyn_resourceassignment_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_resourceassignment_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation entity msdyn_resourceassignment_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_resourceassignment_MailboxTrackingFolders
Added by: System Solution Solution
Same as mailboxtrackingfolder entity msdyn_resourceassignment_MailboxTrackingFolders Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_MailboxTrackingFolders |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_resourceassignment_ProcessSession
Added by: System Solution Solution
Same as processsession entity msdyn_resourceassignment_ProcessSession Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_ProcessSession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_resourceassignment_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure entity msdyn_resourceassignment_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_resourceassignment_PrincipalObjectAttributeAccesses
Added by: System Solution Solution
Same as principalobjectattributeaccess entity msdyn_resourceassignment_PrincipalObjectAttributeAccesses Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_resourceassignment_PrincipalObjectAttributeAccesses |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_resourceassignment_msdyn_resourceassignmentdetail_resourceassignmentid
Same as msdyn_resourceassignmentdetail entity msdyn_msdyn_resourceassignment_msdyn_resourceassignmentdetail_resourceassignmentid Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_resourceassignmentdetail |
| ReferencingAttribute | msdyn_resourceassignmentid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_msdyn_resourceassignment_msdyn_resourceassignmentdetail_resourceassignmentid |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
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_msdyn_resourceassignment_createdby
- lk_msdyn_resourceassignment_createdonbehalfby
- lk_msdyn_resourceassignment_modifiedby
- lk_msdyn_resourceassignment_modifiedonbehalfby
- user_msdyn_resourceassignment
- team_msdyn_resourceassignment
- business_unit_msdyn_resourceassignment
- TransactionCurrency_msdyn_resourceassignment
- msdyn_bookableresource_msdyn_resourceassignment_bookableresourceid
- msdyn_bookingstatus_msdyn_resourceassignment_bookingstatusid
- msdyn_msdyn_project_msdyn_resourceassignment_projectid
- msdyn_msdyn_projecttask_msdyn_resourceassignment_taskid
- msdyn_msdyn_projectteam_msdyn_resourceassignment_projectteamid
lk_msdyn_resourceassignment_createdby
Added by: System Solution Solution
See systemuser Entity lk_msdyn_resourceassignment_createdby One-To-Many relationship.
lk_msdyn_resourceassignment_createdonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_msdyn_resourceassignment_createdonbehalfby One-To-Many relationship.
lk_msdyn_resourceassignment_modifiedby
Added by: System Solution Solution
See systemuser Entity lk_msdyn_resourceassignment_modifiedby One-To-Many relationship.
lk_msdyn_resourceassignment_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Entity lk_msdyn_resourceassignment_modifiedonbehalfby One-To-Many relationship.
user_msdyn_resourceassignment
Added by: System Solution Solution
See systemuser Entity user_msdyn_resourceassignment One-To-Many relationship.
team_msdyn_resourceassignment
Added by: System Solution Solution
See team Entity team_msdyn_resourceassignment One-To-Many relationship.
business_unit_msdyn_resourceassignment
Added by: System Solution Solution
See businessunit Entity business_unit_msdyn_resourceassignment One-To-Many relationship.
TransactionCurrency_msdyn_resourceassignment
Added by: System Solution Solution
See transactioncurrency Entity TransactionCurrency_msdyn_resourceassignment One-To-Many relationship.
msdyn_bookableresource_msdyn_resourceassignment_bookableresourceid
Added by: Scheduling Solution
See bookableresource Entity msdyn_bookableresource_msdyn_resourceassignment_bookableresourceid One-To-Many relationship.
msdyn_bookingstatus_msdyn_resourceassignment_bookingstatusid
Added by: Scheduling Solution
See bookingstatus Entity msdyn_bookingstatus_msdyn_resourceassignment_bookingstatusid One-To-Many relationship.
msdyn_msdyn_project_msdyn_resourceassignment_projectid
See msdyn_project Entity msdyn_msdyn_project_msdyn_resourceassignment_projectid One-To-Many relationship.
msdyn_msdyn_projecttask_msdyn_resourceassignment_taskid
See msdyn_projecttask Entity msdyn_msdyn_projecttask_msdyn_resourceassignment_taskid One-To-Many relationship.
msdyn_msdyn_projectteam_msdyn_resourceassignment_projectteamid
See msdyn_projectteam Entity msdyn_msdyn_projectteam_msdyn_resourceassignment_projectteamid One-To-Many relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
Microsoft.Dynamics.CRM.msdyn_resourceassignment
Commentaires
Envoyer et afficher des commentaires pour