I have a class "Asset", which have attributes "Place" and "Region". This attributes are references on two classes "PlaceLoc" and "RegionLoc".
Class "PlaceLoc" has an attribute "Region", which is a reference on class "RegionLoc". when Users create new row class "Asset", they choice "Place", but "Region" will choice automatically("Region"<-"Place.Region").
How can I make this? CQL? could you give an example CQL expression?
Normally we adopt the opposite solution.
The users choose a “Region” and then the “Place” attribute is filtered via CQL according to the choosed region.
In the Administrator Manual Appendix you can find some CQL examples.
CMDBuild Team
Examples from Administrator Manual I was read, but it didnt help me.
Can you give me example for your solution.
Previously Tecnoteca wrote:
Normally we adopt the opposite solution.
The users choose a "Region" and then the "Place" attribute is filtered via CQL according to the choosed region.
In the Administrator Manual Appendix you can find some CQL examples.
CMDBuild Team