Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Records RMAs for products to be retuned from customers
Messages
The following table lists the messages for the RMA (msdyn_rma) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Assign Event: True |
PATCH /msdyn_rmas(msdyn_rmaid)Update the ownerid property. |
AssignRequest |
Associate Event: True |
Associate records | Associate records |
BulkRetain Event: True |
BulkRetain | Learn to use messages with the SDK for .NET |
Create Event: True |
POST /msdyn_rmasSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /msdyn_rmas(msdyn_rmaid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
IsValidStateTransition Event: False |
IsValidStateTransition | IsValidStateTransitionRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
PurgeRetainedContent Event: True |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
Restore Event: True |
Restore | Learn to use messages with the SDK for .NET |
Retain Event: True |
Retain | Learn to use messages with the SDK for .NET |
Retrieve Event: True |
GET /msdyn_rmas(msdyn_rmaid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /msdyn_rmasSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
RollbackRetain Event: True |
RollbackRetain | Learn to use messages with the SDK for .NET |
SetState Event: True |
PATCH /msdyn_rmas(msdyn_rmaid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /msdyn_rmas(msdyn_rmaid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /msdyn_rmas(msdyn_rmaid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
ValidateRetentionConfig Event: True |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the RMA (msdyn_rma) table.
Property | Value |
---|---|
DisplayName | RMA |
DisplayCollectionName | RMAs |
SchemaName | msdyn_rma |
CollectionSchemaName | msdyn_rmas |
EntitySetName | msdyn_rmas |
LogicalName | msdyn_rma |
LogicalCollectionName | msdyn_rmas |
PrimaryIdAttribute | msdyn_rmaid |
PrimaryNameAttribute | msdyn_name |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ImportSequenceNumber
- msdyn_ApprovedBy
- msdyn_AutoNumbering
- msdyn_BillingAccount
- msdyn_DateRequested
- msdyn_Description
- msdyn_ETA
- msdyn_name
- msdyn_PackagingTrackingNo
- msdyn_PriceList
- msdyn_ProcessingAction
- msdyn_ReferenceNo
- msdyn_RequestedByContact
- msdyn_rmaId
- msdyn_ServiceAccount
- msdyn_ShippingTrackingNo
- msdyn_ShipVia
- msdyn_SubStatus
- msdyn_SystemStatus
- msdyn_Taxable
- msdyn_TaxCode
- msdyn_TotalAmount
- msdyn_WorkOrder
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- TransactionCurrencyId
- UTCConversionTimeZoneCode
ImportSequenceNumber
Property | Value |
---|---|
Description | Shows the sequence number of the import that created this record. |
DisplayName | Import Sequence Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
msdyn_ApprovedBy
Property | Value |
---|---|
Description | User who approved RMA |
DisplayName | Approved By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_approvedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
msdyn_AutoNumbering
Property | Value |
---|---|
Description | Internal field used to generate the next name upon entity creation. It is optionally copied to the msdyn_name field. |
DisplayName | Auto-Numbering |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_autonumbering |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_BillingAccount
Property | Value |
---|---|
Description | Account to be billed. If a billing account has been set on service account it will be populated by default. Otherwise, the billing account will be the same as the service account. |
DisplayName | Billing Account |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_billingaccount |
RequiredLevel | None |
Type | Lookup |
Targets | account |
msdyn_DateRequested
Property | Value |
---|---|
Description | Enter the date RMA was requested by the customer. |
DisplayName | Date Requested |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_daterequested |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Auto |
SourceTypeMask | 0 |
msdyn_Description
Property | Value |
---|---|
Description | Enter a short description of the RMA. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_description |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_ETA
Property | Value |
---|---|
Description | ETA |
DisplayName | ETA |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_eta |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Auto |
SourceTypeMask | 0 |
msdyn_name
Property | Value |
---|---|
Description | Shows the unique number identifying this RMA record. |
DisplayName | RMA Number |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_PackagingTrackingNo
Property | Value |
---|---|
Description | Shows the tracking number of package |
DisplayName | Packaging Tracking No |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_packagingtrackingno |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_PriceList
Property | Value |
---|---|
Description | Price List that determines the pricing for this product |
DisplayName | Price List |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_pricelist |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | pricelevel |
msdyn_ProcessingAction
Property | Value |
---|---|
Description | Shows the default action to be taken on all RMA Products. |
DisplayName | Processing Action |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_processingaction |
RequiredLevel | Recommended |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | msdyn_rmaprocessingaction |
msdyn_ProcessingAction Choices/Options
Value | Label |
---|---|
690970000 | Create RTV |
690970001 | Return to Warehouse |
690970002 | Change Asset Ownership |
msdyn_ReferenceNo
Property | Value |
---|---|
Description | |
DisplayName | Reference No |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_referenceno |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_RequestedByContact
Property | Value |
---|---|
Description | Contact who requested this return |
DisplayName | Requested By Contact |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_requestedbycontact |
RequiredLevel | None |
Type | Lookup |
Targets | contact |
msdyn_rmaId
Property | Value |
---|---|
Description | Shows the entity instances. |
DisplayName | RMA |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | msdyn_rmaid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
msdyn_ServiceAccount
Property | Value |
---|---|
Description | Account to be serviced |
DisplayName | Service Account |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_serviceaccount |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | account |
msdyn_ShippingTrackingNo
Property | Value |
---|---|
Description | Shows the tracking number of the shipment. |
DisplayName | Shipping Tracking No |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_shippingtrackingno |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
msdyn_ShipVia
Property | Value |
---|---|
Description | Method of shipment by Customer |
DisplayName | Ship Via |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_shipvia |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_shipvia |
msdyn_SubStatus
Property | Value |
---|---|
Description | RMA Substatus |
DisplayName | Substatus |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_substatus |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_rmasubstatus |
msdyn_SystemStatus
Property | Value |
---|---|
Description | Enter the current status of the RMA. |
DisplayName | System Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_systemstatus |
RequiredLevel | ApplicationRequired |
Type | Picklist |
DefaultFormValue | 690970000 |
GlobalChoiceName | msdyn_rmasystemstatus |
msdyn_SystemStatus Choices/Options
Value | Label |
---|---|
690970000 | Pending |
690970001 | Canceled |
690970002 | Products Received |
msdyn_Taxable
Property | Value |
---|---|
Description | Specify if RMA is taxable |
DisplayName | Taxable |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_taxable |
RequiredLevel | ApplicationRequired |
Type | Boolean |
GlobalChoiceName | msdyn_rma_msdyn_taxable |
DefaultValue | False |
True Label | Yes |
False Label | No |
msdyn_TaxCode
Property | Value |
---|---|
Description | Tax Code to be used to calculate tax when RMA is taxable. By default the system will use the tax code specified on the service account |
DisplayName | Tax Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_taxcode |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_taxcode |
msdyn_TotalAmount
Property | Value |
---|---|
Description | Shows the total amount of all RMA Products including tax. |
DisplayName | Total Amount |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_totalamount |
RequiredLevel | None |
Type | Money |
ImeMode | Auto |
IsBaseCurrency | False |
MaxValue | 1000000000 |
MinValue | 0 |
Precision | 2 |
PrecisionSource | 0 (Precision property) |
msdyn_WorkOrder
Property | Value |
---|---|
Description | Work Order this RMA is linked to |
DisplayName | Work Order |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_workorder |
RequiredLevel | None |
Type | Lookup |
Targets | msdyn_workorder |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Shows the date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
OwnerId
Property | Value |
---|---|
Description | Owner Id |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Type | Owner |
Targets | systemuser, team |
OwnerIdType
Property | Value |
---|---|
Description | Owner Id Type |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
statecode
Property | Value |
---|---|
Description | Status of the RMA |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | |
GlobalChoiceName | msdyn_rma_statecode |
statecode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
statuscode
Property | Value |
---|---|
Description | Reason for the status of the RMA |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | |
GlobalChoiceName | msdyn_rma_statuscode |
statuscode Choices/Options
Value | Details |
---|---|
1 | Label: Active State:0 TransitionData: None |
2 | Label: Inactive State:1 TransitionData: None |
TimeZoneRuleVersionNumber
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
TransactionCurrencyId
Property | Value |
---|---|
Description | Unique identifier of the currency associated with the entity. |
DisplayName | Currency |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | transactioncurrencyid |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | transactioncurrency |
UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Shows the time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- ExchangeRate
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- msdyn_totalamount_Base
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Shows who created the record on behalf of another user. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ExchangeRate
Property | Value |
---|---|
Description | Shows the exchange rate for the currency associated with the entity with respect to the base currency. |
DisplayName | Exchange Rate |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | exchangerate |
RequiredLevel | None |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 100000000000 |
MinValue | 1E-10 |
Precision | 10 |
SourceTypeMask | 0 |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who modified the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Shows who last updated the record on behalf of another user. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
msdyn_totalamount_Base
Property | Value |
---|---|
Description | Shows the value of the total amount in the base currency. |
DisplayName | Total Amount (Base) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | msdyn_totalamount_base |
RequiredLevel | None |
Type | Money |
ImeMode | Disabled |
IsBaseCurrency | True |
MaxValue | 922337203685477 |
MinValue | -922337203685477 |
Precision | 2 |
PrecisionSource | 0 (Precision property) |
OwnerIdName
Property | Value |
---|---|
Description | Name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwnerIdYomiName
Property | Value |
---|---|
Description | Yomi name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier for the business unit that owns the record |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier for the team that owns the record. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Type | Lookup |
Targets | team |
OwningUser
Property | Value |
---|---|
Description | Unique identifier for the user that owns the record. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
VersionNumber
Property | Value |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- msdyn_account_msdyn_rma_BillingAccount
- msdyn_account_msdyn_rma_ServiceAccount
- msdyn_contact_msdyn_rma_RequestedByContact
- msdyn_msdyn_rmasubstatus_msdyn_rma_SubStatus
- msdyn_msdyn_shipvia_msdyn_rma_ShipVia
- msdyn_msdyn_taxcode_msdyn_rma_TaxCode
- msdyn_msdyn_workorder_msdyn_rma_WorkOrder
msdyn_account_msdyn_rma_BillingAccount
One-To-Many Relationship: account msdyn_account_msdyn_rma_BillingAccount
Property | Value |
---|---|
ReferencedEntity | account |
ReferencedAttribute | accountid |
ReferencingAttribute | msdyn_billingaccount |
ReferencingEntityNavigationPropertyName | msdyn_billingaccount |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_account_msdyn_rma_ServiceAccount
One-To-Many Relationship: account msdyn_account_msdyn_rma_ServiceAccount
Property | Value |
---|---|
ReferencedEntity | account |
ReferencedAttribute | accountid |
ReferencingAttribute | msdyn_serviceaccount |
ReferencingEntityNavigationPropertyName | msdyn_serviceaccount |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_contact_msdyn_rma_RequestedByContact
One-To-Many Relationship: contact msdyn_contact_msdyn_rma_RequestedByContact
Property | Value |
---|---|
ReferencedEntity | contact |
ReferencedAttribute | contactid |
ReferencingAttribute | msdyn_requestedbycontact |
ReferencingEntityNavigationPropertyName | msdyn_requestedbycontact |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_rmasubstatus_msdyn_rma_SubStatus
One-To-Many Relationship: msdyn_rmasubstatus msdyn_msdyn_rmasubstatus_msdyn_rma_SubStatus
Property | Value |
---|---|
ReferencedEntity | msdyn_rmasubstatus |
ReferencedAttribute | msdyn_rmasubstatusid |
ReferencingAttribute | msdyn_substatus |
ReferencingEntityNavigationPropertyName | msdyn_substatus |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_shipvia_msdyn_rma_ShipVia
One-To-Many Relationship: msdyn_shipvia msdyn_msdyn_shipvia_msdyn_rma_ShipVia
Property | Value |
---|---|
ReferencedEntity | msdyn_shipvia |
ReferencedAttribute | msdyn_shipviaid |
ReferencingAttribute | msdyn_shipvia |
ReferencingEntityNavigationPropertyName | msdyn_shipvia |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_taxcode_msdyn_rma_TaxCode
One-To-Many Relationship: msdyn_taxcode msdyn_msdyn_taxcode_msdyn_rma_TaxCode
Property | Value |
---|---|
ReferencedEntity | msdyn_taxcode |
ReferencedAttribute | msdyn_taxcodeid |
ReferencingAttribute | msdyn_taxcode |
ReferencingEntityNavigationPropertyName | msdyn_taxcode |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_msdyn_workorder_msdyn_rma_WorkOrder
One-To-Many Relationship: msdyn_workorder msdyn_msdyn_workorder_msdyn_rma_WorkOrder
Property | Value |
---|---|
ReferencedEntity | msdyn_workorder |
ReferencedAttribute | msdyn_workorderid |
ReferencingAttribute | msdyn_workorder |
ReferencingEntityNavigationPropertyName | msdyn_workorder |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- msdyn_msdyn_rma_msdyn_rmaproduct_RMA
- msdyn_msdyn_rma_msdyn_rmareceipt_RMA
- msdyn_msdyn_rma_msdyn_rmareceiptproduct_RMA
- msdyn_msdyn_rma_msdyn_rtv_OriginatingRMA
- msdyn_msdyn_rma_msdyn_rtvproduct_RMA
- msdyn_rma_msdyn_bookingalerts
msdyn_msdyn_rma_msdyn_rmaproduct_RMA
Many-To-One Relationship: msdyn_rmaproduct msdyn_msdyn_rma_msdyn_rmaproduct_RMA
Property | Value |
---|---|
ReferencingEntity | msdyn_rmaproduct |
ReferencingAttribute | msdyn_rma |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_rma_msdyn_rmaproduct_RMA |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_rma_msdyn_rmareceipt_RMA
Many-To-One Relationship: msdyn_rmareceipt msdyn_msdyn_rma_msdyn_rmareceipt_RMA
Property | Value |
---|---|
ReferencingEntity | msdyn_rmareceipt |
ReferencingAttribute | msdyn_rma |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_rma_msdyn_rmareceipt_RMA |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_rma_msdyn_rmareceiptproduct_RMA
Many-To-One Relationship: msdyn_rmareceiptproduct msdyn_msdyn_rma_msdyn_rmareceiptproduct_RMA
Property | Value |
---|---|
ReferencingEntity | msdyn_rmareceiptproduct |
ReferencingAttribute | msdyn_rma |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_rma_msdyn_rmareceiptproduct_RMA |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_rma_msdyn_rtv_OriginatingRMA
Many-To-One Relationship: msdyn_rtv msdyn_msdyn_rma_msdyn_rtv_OriginatingRMA
Property | Value |
---|---|
ReferencingEntity | msdyn_rtv |
ReferencingAttribute | msdyn_originatingrma |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_rma_msdyn_rtv_OriginatingRMA |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseLabel Group: Details Label: Originating RMA MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_msdyn_rma_msdyn_rtvproduct_RMA
Many-To-One Relationship: msdyn_rtvproduct msdyn_msdyn_rma_msdyn_rtvproduct_RMA
Property | Value |
---|---|
ReferencingEntity | msdyn_rtvproduct |
ReferencingAttribute | msdyn_rma |
ReferencedEntityNavigationPropertyName | msdyn_msdyn_rma_msdyn_rtvproduct_RMA |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_rma_msdyn_bookingalerts
Many-To-One Relationship: msdyn_bookingalert msdyn_rma_msdyn_bookingalerts
Property | Value |
---|---|
ReferencingEntity | msdyn_bookingalert |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | msdyn_rma_msdyn_bookingalerts |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference