Skip to main content

I am developing an committee actions tracker application. Within the application there are two Smart Objects the first with the users account details i.e.  name, email etc and their account status either Active or Closed. And the second  seperate smart object with their committee permissions. An individual could be a member of as many as eight committees. What I needs to do is create a list view, listing the user name, the committee (from the permissions Smart object) and pull in to this list view the user status from the account details smart object. Is there a way to do this. I am currently wrking in version 4.7

 

Many thanks

Andrew

 

Hi Andrew,

I think composite smart object can archive your scenario. you can see example how to create composite smart object as link below
https://help.k2.com/onlinehelp/K2blackpearl/UserGuide/4.7/default.htm#Resources/Projects/AdvancedSmartObjects/Composite-SmartObjects-K2MgmtSite.htm

If you are on K2 Five, it easier to do composite smart object
https://help.k2.com/onlinehelp/k2five/userguide/5.2/default.htm#How-Tos/SmartObject-Composite/SmartObjectBasicComposite.htm
Definition on Composite smart object, see as link below
https://help.k2.com/onlinehelp/K2Five/UserGuide/5.2/default.htm#Create/SmartObjects/CompositeSmartObjects.htm


Reply