Create a SmartObject to expose data in a SQL table

  • 20 September 2017
  • 1 reply
  • 4 views

Badge +6

I am trying to create a SmartObject as part of a workflow which will pull data from a SQL table such as employee #, name, etc. and show each individual employee specific information unique to them (by employee#). I see how to create a smart object from a table, but any pointers on how to have the SmartObject connect to this table then based on the employee ID it would reflect that employee's info?

 

Thanks

Mark


1 reply

Badge +9

It's the same process, you would just select the "Read" method and populate Employee ID as an input parameter.

Reply