Skip to main content

We use the latest Appit in SP 2013. We have a list with Smart Forms and SmartBox SmartObjects used such that multiple SmartBox line items can belog to one only list item, identified through the SP List Item ID.

 

In manual mode, e.g. normally users add items using a New form, and then they can add an uknown number of rows in the SmartBox list accessible through a view on the New form. 

 

The question is: can we create a list item from a workflow where we can add line items to the SmartBox object tied to the new list item to be created, or that we just created? If this is possible, I am guessign somehow we need to retrieve the newly created List Item ID and then create SmartBox line items with the List Item ID inserted in each row. 

 

Suggestions?

Thanks.

Radu

Hi Radu


 


Thanks for you related question posted


 


Please reference this below K2 KB Article that could possible assist in creating a list item from a workflow.


http://help.k2.com/kb000685


 


Or you could try to the below steps


 



  1. Register a Sharepoint Content service instance if it does not exists
  2. Create a Smartobject from your List
  3. In your process, call the Smartobject > Get Attachments list method in the attachments field of your client eventemail event
  4. Method expects a Number datatype, so use an inline function to convert list item ID from the process XML to an Integer
  5. Select “File.XML” as the return property
  6. Make sure to select all result that match filter

 


Please attach some screenshots of the related scenario


 


Regards


Reply