Hi All,
Is there a way to configure the DocList widget to display aspect attribute values?
Regards
Joe Bruton
Hi Joe,
Did you try to create a DocListWidget with content type DQL
And in the DQL you do something like this: select <aspect_name>.<aspect_property> from your_type
Best regards,
Antal
Hi Antal,
I believe that my query works but the problem I have is how to get the column to display on the grid.
I have even tried creating a custom document type to get the attributes mapped on the grid and then run a query with the fields being defined as select <aspect_name>.<aspect_property> as <aspect_property> without any luck.
Joe
Joe,
I did a small test on my environment and indeed the docList widget is not showing the aspect information!
In the docList i have this query and it only shows my default columns:
select $value(default_attributes), my_aspect.rejected_on, my_aspect.rejected_by from dm_document where object_name = 'AspectTest'
I'm also not able to select the aspect properties from the column change selection list on the docList widget, but that is something i think is logical because these properties are 'temporary' aspect properties and also D2 is probably not supported to work with Aspect modules/types.
This DQL with DA gives me indeed my correct info: select r_object_id, my_aspect.rejected_on, my_aspect.rejected_by from dm_document where object_name = 'AspectTest'
I would create a service request at EMC support to get this fixed in one of the D2 patches they release.
Has this been resolved,
I need default custom columns for a custom doclist widget.......
I've had a look at the X3-Doclist-4.2.0.jar decompiled and there is a setColType("default")(not sure of the source class) and a whole bunch of column info contained, I really want to avoid this, there must be an simple way of setting the default column preferences
I think this bug is not fixed even in the last version 4.5.