is there any scenario where the data entity doesnt show in the backend SQL as a view ?
my understanding is that all data entities will be shown as views in SQL. i have one data entity which is not not showing up in SQL as view. i tried to compare with other relevant DE to see the different but looks none. data source for both entities are also similar (salesline table).
Build your solution and sync the DB, you should see your entity if DB sync is successful.
Hi K.Riaz,
Entities are created as views in Microsoft SQL Server, and staging tables also are added.
Therefore, You must synchronize database when you build entities .
Then build your project.
Have you synchronized the application with database?
By the way, I moved your question from the thread called "how to add virtual and Computed columns in Data Entity in D365FO", because your question wasn't related to such a topic.