Modify Existing SmartObject Method

  • 4 October 2013
  • 1 reply
  • 1 view

Badge

Hi,


I would like to know if there is a possibility to modify an existing SmartObject Method. We are using a SQL Server SmartObject to fetch data from a SQL database. One of the fields we retrieve is the name of a document which is stored as a record in the database. However when we use this field to generate an email body it automatically outputs all the records next to each other instead of separated by breaks. 


Example:


Database contains a record with documentName;documentPath.
Using the SmartObject we get the documentName out of the database and use it in our email body. However the output is as follows: documentName1documentName2 instead of 
documentName1
documentName2


We are looking for a solution to make this possible.


Any ideas would be welcome.


Thanks,


Kevin 


1 reply

Badge +2

Hi,


try this http://hoshy.co.uk/k2pirate/2012/01/code-free-table-in-email-from-smartobject-b/


i hope this will help you to divide values from GetList method.


Best regards,


Konstantin

Reply