CMDBuild Forum

Extended attributes with cql filter

Hi,

 

Is it possible to create an extended attributes VariableToProcess_VIEW (reference field) with a filter on it?

I have a workflow to register new hardware with an article field and want a dynamic filter on this field. If I register a notebook, the article field should show only articles with type notebook. I don't like the solution with separate article fields for every system with filters, like a field NotebookArticle with filter from Article where Type="Notebook" and a field ServerArticle and so on.

 

I saw the possibility with linkCards but I didn't see how I get the output from linkCards to the article field and it's a bit special that the user has any fields for other information except the article field which would be a button.

 

Have you any solutions for this problem or can you explain how I can handle the linkCards output.

thanking you in anticipation for your answer

 

Regards Roger

I solved the problem with a filter field. In CMDBuild I put a filter on the articel field from Article where Type="{client:Filter}" and the Filter field will be filled by the workflow.

 

Maybe its a desired feature for the future to set a dynamic filter on reference fields in the workflow.