Composite Smart object

  • 12 November 2014
  • 2 replies
  • 0 views

Badge +6

Hi,

 

i'm totally new for this tool. And i need a solution for my below query

 

I have 2 smart objects.

 

Smart Object1: User info

Properties:

  • Name
  • First name
  • Email id

Methods:

  • Read

 

This smart object was created from active directory service type.

 

Smart Object2: Project details

Properties:

  • PID
  • Description
  • Status
  • Comments

 

This smart object was created on SQL instance.

 

Now I want one more smart object which I need to fetch the users information(Name,firstname,email id) from smart object1 and Max(PID)+1 from the second smart object.

 

For example: the Max PID is 100, now when I read the data  with my 3rd smart object it has to display the value101+srinivas+Kondapalli+kondaplli.srinivas@***.com)


2 replies

Badge +5

Hi,

 

You should be able to do this by configuring associations. Take a look at these links, they detail how to create composite smartobjects and associate them with other SmartObjects.

 

http://help.k2.com/onlinehelp/K2smartforms/UserGuide/1.0.7/default.htm#SF_-_SODesigner_Adding_Advanced_SmartObject_Properties.html?Highlight=composite smartobject

 

Regards

Userlevel 4
Badge +13

Hi Srinivas


 


A composite SmartObject will accomplish the desired outcome you are looking for.


 


If you would like to continue with the composite SmartObject option please have a look at the following article indicating how to create and work with composite SmartObjects.


http://help.k2.com/kb001304


 


Kind Regards


Raymond

Reply