A View generally can be used just to join few tables and see the data.But the versatility of the Views is not just limited to this.It can be used in multiple places where performance is critical. Because a view offers the benefit that it is pre ex...
This article says about using Temporary table or Inmemory table as a datasource while creating a lookup.
Recently, I came across a requirement to add custom fields in LedgerJournalTrans for importing Customer Expenses through General Journal. So, I have created extension of LedgerJournalTrans and added new fields and did the same in entity and stagin...
First, we will understand what this find method is and why is this important in D365 FO. For storing all the data in D365, we have a database where all data will be stored as records in backend tables. Most of the times we need to pick this data, ...
Recently I came across a requirement to create a custom design for Purchase order return. But here is a catch. The standard and the custom report should run from single menuitem. That means if the Purchase type is returned order then the custom des