msdyn_rmaproduct EntityType
Records products to be returned on an RMA
- Entity Set Path
- [organization URI]/api/data/v9.0/msdyn_rmaproducts
- Base Type
- crmbaseentity
- Display Name
- RMA Product
- Primary Key
- msdyn_rmaproductid
- Primary Key Attribute
- msdyn_name
- Operations Supported
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
Name | Type | Details | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
createdon | Edm.DateTimeOffset |
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. Display Name: Created On Read Only
|
||||||||
exchangerate | Edm.Decimal |
Shows the exchange rate for the currency associated with the entity with respect to the base currency. Display Name: Exchange Rate Read Only
|
||||||||
importsequencenumber | Edm.Int32 |
Shows the sequence number of the import that created this record. Display Name: Import Sequence Number |
||||||||
modifiedon | Edm.DateTimeOffset |
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. Display Name: Modified On Read Only
|
||||||||
msdyn_credittoaccount | Edm.Boolean |
Specify if credit invoice should be generated for this product when returned Display Name: Credit to Account
Default Options
|
||||||||
msdyn_description | Edm.String |
Type a description of the product. Display Name: Description |
||||||||
msdyn_internalflags | Edm.String |
Display Name: Internal Flags |
||||||||
msdyn_itemstatus | Edm.Int32 |
Enter the current status of this product. Display Name: Item Status
Default Options
|
||||||||
msdyn_lineorder | Edm.Int32 |
Shows the order of this product within the RMA. Display Name: Line Order |
||||||||
msdyn_name | Edm.String |
Enter the name of the custom entity. Display Name: Name |
||||||||
msdyn_processingaction | Edm.Int32 |
Shows the action to be performed by the system once the product is received (either create RTV, return to warehouse, or change asset ownership). Display Name: Processing Action
Default Options
|
||||||||
msdyn_qtyprocessed | Edm.Double |
Shows the quantity processed as per the processing action. Display Name: Quantity Processed |
||||||||
msdyn_qtyreceived | Edm.Double |
Enter the quantity currently received. Display Name: Quantity Received |
||||||||
msdyn_quantitytoreturn | Edm.Double |
Enter the quantity to return. Display Name: Quantity |
||||||||
msdyn_rmaproductid | Edm.Guid |
Shows the entity instances. Display Name: RMA Product |
||||||||
msdyn_taxable | Edm.Boolean |
Specify if product is taxable Display Name: Taxable
Default Options
|
||||||||
msdyn_totalamount | Edm.Decimal |
Display Name: Total Amount |
||||||||
msdyn_totalamount_base | Edm.Decimal |
Shows the value of the total amount in the base currency. Display Name: Total Amount (Base) Read Only
|
||||||||
msdyn_unitamount | Edm.Decimal |
Shows the unit amount to be credited to the customer Display Name: Unit Amount |
||||||||
msdyn_unitamount_base | Edm.Decimal |
Shows the value of the unit amount in the base currency. Display Name: Unit Amount (Base) Read Only
|
||||||||
overriddencreatedon | Edm.DateTimeOffset |
Shows the date and time that the record was migrated. Display Name: Record Created On |
||||||||
statecode | Edm.Int32 |
Status of the RMA Product Display Name: Status
Default Options
|
||||||||
statuscode | Edm.Int32 |
Reason for the status of the RMA Product Display Name: Status Reason
Default Options
|
||||||||
timezoneruleversionnumber | Edm.Int32 |
For internal use only. Display Name: Time Zone Rule Version Number |
||||||||
utcconversiontimezonecode | Edm.Int32 |
Shows the time zone code that was in use when the record was created. Display Name: UTC Conversion Time Zone Code |
||||||||
versionnumber | Edm.Int64 |
Version Number Display Name: Version Number Read Only
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Shows who created the record on behalf of another user. |
_modifiedby_value | modifiedby |
Unique identifier of the user who modified the record. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Shows who last updated the record on behalf of another user. |
_msdyn_changeownership_value | msdyn_changeownership |
Account where ownership of associated asset should be transferred to (if Product Action is Change Asset Ownership) |
_msdyn_customerasset_value | msdyn_customerasset |
Asset this line item relates to |
_msdyn_pricelist_value | msdyn_pricelist |
Price List that determines the pricing for this product |
_msdyn_product_value | msdyn_product |
Product to return |
_msdyn_returntovendor_value | msdyn_returntovendor |
Vendor to where this product should be returned (if Product Action is RTV) |
_msdyn_returntowarehouse_value | msdyn_returntowarehouse |
Warehouse to which this product should be returned to (if Product Action is Warehouse) |
_msdyn_rma_value | msdyn_rma |
RMA this line item relates to |
_msdyn_unit_value | msdyn_unit |
Unit for this product |
_msdyn_woproduct_value | msdyn_woproduct |
Work Order Product to be returned |
_ownerid_value | ownerid |
Owner Id |
_owningbusinessunit_value | owningbusinessunit |
Unique identifier for the business unit that owns the record |
_owningteam_value | owningteam |
Unique identifier for the team that owns the record. |
_owninguser_value | owninguser |
Unique identifier for the user that owns the record. |
_transactioncurrencyid_value | transactioncurrencyid |
Unique identifier of the currency associated with the entity. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdby | systemuser | lk_msdyn_rmaproduct_createdby |
createdonbehalfby | systemuser | lk_msdyn_rmaproduct_createdonbehalfby |
modifiedby | systemuser | lk_msdyn_rmaproduct_modifiedby |
modifiedonbehalfby | systemuser | lk_msdyn_rmaproduct_modifiedonbehalfby |
msdyn_changeownership | account | msdyn_account_msdyn_rmaproduct_Changeownership |
msdyn_customerasset | msdyn_customerasset | msdyn_msdyn_customerasset_msdyn_rmaproduct_CustomerAsset |
msdyn_pricelist | pricelevel | msdyn_pricelevel_msdyn_rmaproduct_PriceList |
msdyn_product | product | msdyn_product_msdyn_rmaproduct_Product |
msdyn_returntovendor | account | msdyn_account_msdyn_rmaproduct_ReturntoVendor |
msdyn_returntowarehouse | msdyn_warehouse | msdyn_msdyn_warehouse_msdyn_rmaproduct_ReturntoWarehouse |
msdyn_rma | msdyn_rma | msdyn_msdyn_rma_msdyn_rmaproduct_RMA |
msdyn_unit | uom | msdyn_uom_msdyn_rmaproduct_Unit |
msdyn_woproduct | msdyn_workorderproduct | msdyn_msdyn_workorderproduct_msdyn_rmaproduct_WOProduct |
ownerid | principal | owner_msdyn_rmaproduct |
owningbusinessunit | businessunit | business_unit_msdyn_rmaproduct |
owningteam | team | team_msdyn_rmaproduct |
owninguser | systemuser | user_msdyn_rmaproduct |
transactioncurrencyid | transactioncurrency | TransactionCurrency_msdyn_rmaproduct |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
msdyn_msdyn_rmaproduct_msdyn_rmareceiptproduct_RMAProduct | msdyn_rmareceiptproduct | msdyn_rmaproduct |
msdyn_msdyn_rmaproduct_msdyn_rtvproduct_RMAProduct | msdyn_rtvproduct | msdyn_rmaproduct |
msdyn_rmaproduct_ActivityPointers | activitypointer | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_Annotations | annotation | objectid_msdyn_rmaproduct |
msdyn_rmaproduct_Appointments | appointment | regardingobjectid_msdyn_rmaproduct_appointment |
msdyn_rmaproduct_AsyncOperations | asyncoperation | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_connections1 | connection | record1id_msdyn_rmaproduct |
msdyn_rmaproduct_connections2 | connection | record2id_msdyn_rmaproduct |
msdyn_rmaproduct_Emails | regardingobjectid_msdyn_rmaproduct_email | |
msdyn_rmaproduct_Faxes | fax | regardingobjectid_msdyn_rmaproduct_fax |
msdyn_rmaproduct_Letters | letter | regardingobjectid_msdyn_rmaproduct_letter |
msdyn_rmaproduct_MailboxTrackingFolders | mailboxtrackingfolder | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_msdyn_approvals | msdyn_approval | regardingobjectid_msdyn_rmaproduct_msdyn_approval |
msdyn_rmaproduct_msdyn_bookingalerts | msdyn_bookingalert | regardingobjectid_msdyn_rmaproduct_msdyn_bookingalert |
msdyn_rmaproduct_PhoneCalls | phonecall | regardingobjectid_msdyn_rmaproduct_phonecall |
msdyn_rmaproduct_PrincipalObjectAttributeAccesses | principalobjectattributeaccess | objectid_msdyn_rmaproduct |
msdyn_rmaproduct_ProcessSession | processsession | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_RecurringAppointmentMasters | recurringappointmentmaster | regardingobjectid_msdyn_rmaproduct_recurringappointmentmaster |
msdyn_rmaproduct_ServiceAppointments | serviceappointment | regardingobjectid_msdyn_rmaproduct_serviceappointment |
msdyn_rmaproduct_SocialActivities | socialactivity | regardingobjectid_msdyn_rmaproduct_socialactivity |
msdyn_rmaproduct_SyncErrors | syncerror | regardingobjectid_msdyn_rmaproduct |
msdyn_rmaproduct_Tasks | task | regardingobjectid_msdyn_rmaproduct_task |
Operations
The following operations can be used with the msdyn_rmaproduct entity type.
Name | Binding |
---|---|
GrantAccess | Not Bound |
IsValidStateTransition | Not Bound |
ModifyAccess | Not Bound |
RetrievePrincipalAccess | Not Bound |
RetrieveSharedPrincipalsAndAccess | Not Bound |
RevokeAccess | Not Bound |
Solutions
The following solutions include the msdyn_rmaproduct entity type.
Name | Description |
---|---|
Field Service | Microsoft Dynamics 365 for Field Service allows organizations of any size to deliver intelligent, world class field service, managing all aspects of the end-to-end field service management cycle. Features include scheduling, mobile, asset management, inventory control, customer notifications, and resource utilization controls that help maximize efficiency and minimize costs. |