Combine two smart objects with a Condition and Input parameter

  • 13 March 2018
  • 2 replies
  • 83 views

we have a requirement to develop Composite Smart Object,

 

List A

 

Ticket    Application

1                App1, App2, App3

 

 

 

List B

 

Application  Email

App1            email1

App2            email 2

App3            email 3

App4            email 4

App5            email 5

 

 

if we pass an input parameter for Composite Smart Object (for ex 1) the o/p of the Composite Smart Object should be as below

 

List C

Application   Email

APP4              email4

APP5             email5

 

 

 

Basically we need to get an Composite smart object with condition somethin like "does not Contain", and  we need to use it in the workflow at last

 

any help would be highly appreciated 

 

 

 


2 replies

Hello Pradeep,


 


There is not a way to have conditions in Compostie SmartObject calls. However, we may just be able to move this condition to the Form or Workflow instead of on the SmartObject. Smartforms will allow us to add rules that check this condition. 

Badge +9

If using SQL, just create a stored proc that does what's required and expose it as a smartobject. 

Reply