|
|
#1 |
|
Участник
|
crmtipoftheday: Tip #1433: How to list all Dataverse tables in style
Источник: https://crmtipoftheday.com/1433/how-...ables-in-style
============== Is there any way to export automatically or with a script a list of all the Dataverse tables in an organisation?From our good friend Shan McArthur came a multilayer answer (narrated and illustrated by The Enabler): One: We have a virtual entity called entities that will give you a list of all entities in the database.
Two: You can also use our OData endpoint (/api/data/v9.2/entities).
Three: Otherwise, you can join to the solutions table and see what solutions each of these entities/tables are brought in from.
Источник: https://crmtipoftheday.com/1433/how-...ables-in-style
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|