This commit is contained in:
2020-08-25 23:05:32 +00:00
parent 6a8b49c86e
commit 32cda961bb

View File

@@ -25,6 +25,11 @@ Useful links:
Report needs all data fetched and populated even if it's an id reference to another object
Can use name display format
When a report gets a widget it's getting something different than if the client gets a widget
Every linked ID needs to be resolved using displayformat I think
Report just wants the data all populated, though it will decide how to display it but it can't fetch it
So widget for report is mirror of widget but also includes resolved linked data, for example the user name for the userid field
I'm thinking ideally it keeps the id as well because it may be useful for report work to have the source id and be able to fetch the user record for example and populate something
Report widget is a superset of biz object widget
TODO: Enough UI to get started testing reporting and seeing what features need to be added and where