Skip to main content

Hello there,


something that I still do not understand ist the associations between two SmartObjects. I have one SmartBox SMO and one SMO that is from SQL Server Service Instance. Both link to an individual table and in both tables I have a property ID of the same type. I created a 1:1 association between both SMOs and now I want to design/create a view that shows information from both sides. Whatever I try I still only get either information from one or the other side. I thought associations are like joins and when I autogenerate a view from one of the SMO it shows both SMOs as source in K2 Designer but yet it won't let me choose the fields from the other side when I edit the view.


Do I have to create a composite SmartObject for this?


Many thanks!

Hi,


 


SmartObject Associations are used to create references between different SmartObjects. It does not load properties from all associated SmartObjects.


 


The feature you are looking for should be a Composite SmartObject. Check out the K2 Learning Courses for Composite SmartObjects.


 


 


JK


Reply