Dear All,
1- Is there a method to return all the dynamicEntitypropertyValue for all entities in a specific table at one database call and not per entity, as currently if we have a table for example with 7000 entities we have to loop on each on them, and have a database call in each loop, we need to get them all before loop and loop on them locally.
2- does the current Excel export method support exporting the Dynamics properties as well? and how?
Thanks
7 Answer(s)
-
0
Hi @WirelessDynamics,
1- There isn't a built-in method to retrieve all values of all entities. You'll need to implement this feature based on your specific requirements.
2- Currently, we do not support exporting dynamic properties to Excel.
For more information take a look https://aspnetboilerplate.com/Pages/Documents/Dynamic-Parameter-System#dynamic-property-definition
-
0
Hi,
How to access the source code of the Dynamics property?
is there a guideline for extending it?
-
0
Hi @WirelessDynamics,
There is no documentation about extending.
Here is the source code of DynamicEntityProperties https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp/DynamicEntityProperties
-
0
-
0
Hi @WirelessDynamics
DynamicProperties
are not added to this list by default. So, at the moment, you can't use these entities in Power Tools. You have to add relation manually in your code. -
0
can we add it using by updating the JSON template of the power tool?
-
0
Hi @WirelessDynamics,
It is not possible at the moment. You need to handle it manually