Dynamics 365 ERP - Development
Category
May 22, 2024
Published date
Text
Article Type
AI Summary
- The article titled "RowCount method works only for set based operations i.e update_recordset, insert_recordset and delete_from" discusses the usage of the RowCount method in Microsoft Dynamics 365.
- The RowCount method is specifically designed to work with set-based operations such as update_recordset, insert_recordset, and delete_from.
- The example provided demonstrates the usage of the RowCount method in an update_recordset operation, where the InvoicingName and InvoicePostalAddress fields of the custInvoiceJour table are updated based on certain criteria.
- The RowCount method is used to retrieve the total number of records that were updated during the operation.
- It is important to note that the RowCount method cannot be used with individual record operations or single record updates.
- The article emphasizes that the RowCount method is only applicable when working with set-based operations that update multiple records at once.
- The RowCount method can be useful in scenarios where it is necessary to track the number of records affected by a set-based operation.
- Overall, the article provides a clear explanation of the RowCount method and its limitations in relation to set-based operations in Microsoft Dynamics 365.
Registered users can view the full text for FREE!
Sign In Now!