Hi I have created two classes asset & owner. and a domain assetassignee (Owner--->Asset (1:N)) with master detail relationship as was specified in your demo example. I have created a field assignee in asset class with reference to assetassignee. Now we have created a subclass called monitor, which is inherited from asset. Now while adding record to the Monitor we found the select box is not populated with the owner record, though the records are showing when we click the search button and double clicking the record its not coming in the select box.
Please guide me where I am wrong?
Somaditya
May be you have not filled out the attribute “Description” of the cards inserted in the main class.
The list of values of the reference attributes shows that information.
CMDBuild Team
Previously Tecnoteca wrote:
May be you have not filled out the attribute "Description" of the cards inserted in the main class.
The list of values of the reference attributes shows that information.
CMDBuild Team
I have checked the demo. In the Employee class the description field is hidden. So in the employee class card there is no description field. I wonder how the asset assignee field in the monitor asset record is populated with the surname and firstname value
Somaditya
Previously Tecnoteca wrote:
May be you have not filled out the attribute "Description" of the cards inserted in the main class.
The list of values of the reference attributes shows that information.
CMDBuild Team
I have checked the demo. In the Employee class the description field is hidden. So in the employee class card there is no description field. I wonder how the asset assignee field in the monitor asset record is populated with the surname and firstname value
Somaditya
In the demo the description field of the Employee class is hidden but it is filled by a database trigger.
Here you can find an example http://www.cmdbuild.org/forum/forum-in-english/908224516?b_start=0#561835818
CMDBuild Team