<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://k2underground.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>K2 Underground</title><link>http://k2underground.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Converting Word Document - Delay</title><link>http://k2underground.com/forums/thread/45227.aspx</link><pubDate>Wed, 22 May 2013 18:40:54 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45227</guid><dc:creator>Decawi</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45227.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45227</wfw:commentRss><description>&lt;p&gt;HI All,&lt;/p&gt;
&lt;p&gt;I have a word document, which is the template document content type in my SharePoint document Library.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Creating the Word document, using K2&amp;#39;s &amp;quot;Word Document Event&amp;quot;, and subsequently,&amp;nbsp;updating the context fields in the word doc,&amp;nbsp;with a series of&amp;nbsp;other &amp;quot;Word Document Events&amp;quot;&amp;nbsp;works just fine.&amp;nbsp;&amp;nbsp;The new Word&amp;nbsp;document&amp;nbsp;appears in the document library right away.&amp;nbsp; Then, I use yet another &amp;quot;Word Document Event&amp;quot;, and convert the word document to a PDF, to be saved in the same Document Library.&lt;/p&gt;
&lt;p&gt;K2 completes the task right away.&amp;nbsp; I can see it in the view flow.&amp;nbsp; But.. the converted PDF document does not show up in my Document Library for up to 15 minutes.&amp;nbsp; Which is causing my email event to fail, becuase it can&amp;#39;t find the PDF document to attach.&lt;/p&gt;
&lt;p&gt;Has anyone experience delay issues with the conversion of a word document?&amp;nbsp; And if so, any ideas how to get around it?&lt;/p&gt;
&lt;p&gt;Thanks in Advance.. Dean&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to deploy using MSBUILD?</title><link>http://k2underground.com/forums/thread/26727.aspx</link><pubDate>Sat, 18 Oct 2008 00:06:23 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:26727</guid><dc:creator>aasianov</dc:creator><slash:comments>12</slash:comments><comments>http://k2underground.com/forums/thread/26727.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=26727</wfw:commentRss><description>&lt;FONT face="Times New Roman" size=3&gt;
&lt;P&gt;Hi all...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I've been doing Blackpearl process development in Visual Studio against &amp;nbsp;a dev server for a while and feel very comfortable with that...I can build and deploy processes no problem using Visual Studio's Deploy tool and K2 deployment wizard.&amp;nbsp; However, now I need to deploy my process to a production server to which I can NOT connect via visual studio.&amp;nbsp; So I created a deployment package using Visual Studio and tried to find some basic "how to" instructions on what do do next.&amp;nbsp; I didn't really find any step by step instructions but what I could piece together resulted in me:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Copying the deployment files to the production server&lt;/LI&gt;
&lt;LI&gt;Using remote desktop to log into the production server &lt;/LI&gt;
&lt;LI&gt;Calling MSBUILD (see below) to deploy.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The MSBUILD gave errors (as below) and I don't have any idea where to go next.&amp;nbsp; I also don't know MSBUILD and so I don't know if there are any settings that I should have set in Visual Studio, etc prior to creating the deployment package.&amp;nbsp; My questions are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What is the process for deploying a process to a production server?&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Are there any settings in Visual Studio that I should have set?&lt;/LI&gt;
&lt;LI&gt;Are there any other steps besides just building a process, creating a deployment package, and running MSBUILD against it on the production box?&lt;/LI&gt;
&lt;LI&gt;What am I doing wrong below&lt;/LI&gt;
&lt;LI&gt;Is there an article anywhere that clearly describes these steps?&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;How does MSBUILD know about the K2 server and where to deploy the asseblies (or conversely, how does K2 know what processes exist that belong to it...is it that they are deployed to a particular directory or in the GAC, etc.?)...I need to know this just so I have an engineering grasp of what's going on here&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Thank you for your help (and the MSBUILD output is below)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-alex&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment&amp;gt;C:\WINDOWS\Microsoft&lt;BR&gt;.NET\Framework\v2.0.50727\MSBuild.exe "C:\Documents and Settings\an\Desktop\Depl&lt;BR&gt;oyments\Deployment\WF_ClosingBoard2.msbuild" /p:TestOnly=True /p:Environment=Rel&lt;BR&gt;ease&lt;BR&gt;Microsoft (R) Build Engine Version 2.0.50727.1433&lt;BR&gt;[Microsoft .NET Framework, Version 2.0.50727.1433]&lt;BR&gt;Copyright (C) Microsoft Corporation 2005. All rights reserved.&lt;/P&gt;
&lt;P&gt;Build started 10/17/2008 7:44:05 PM.&lt;BR&gt;__________________________________________________&lt;BR&gt;Project "C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingB&lt;BR&gt;oard2.msbuild" (default targets):&lt;/P&gt;
&lt;P&gt;Target Deploy Processes:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __________________________________________________&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project "C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_Clos&lt;BR&gt;ingBoard2.msbuild" is building "C:\Documents and Settings\an\Desktop\Deployments&lt;BR&gt;\Deployment\WF_ClosingBoard2.msbuild" (InitDeploy target(s)):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018: The "SourceCode.DeploymentTasks.ExportProcessTask&lt;BR&gt;" task failed unexpectedly.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018: System.NullReferenceException: Object reference n&lt;BR&gt;ot set to an instance of an object.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.DeploymentTask.I&lt;BR&gt;nitialize()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.ExportProcessTas&lt;BR&gt;k.Initialize()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.Task.set_BuildEn&lt;BR&gt;gine(IBuildEngine value)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.Build.BuildEngine.TaskEngine.Init&lt;BR&gt;ializeTask(ITask task, ItemBucket bucket)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2&lt;BR&gt;.msbuild(73,5): error MSB4063: The "SourceCode.DeploymentTasks.ExportProcessTask&lt;BR&gt;" task could not be initialized with its input parameters.&lt;BR&gt;Done building target "Deploy Processes" in project "WF_ClosingBoard2.msbuild" --&lt;BR&gt;&amp;nbsp;FAILED.&lt;/P&gt;
&lt;P&gt;Done building project "WF_ClosingBoard2.msbuild" -- FAILED.&lt;/P&gt;
&lt;P&gt;Build FAILED.&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018: The "SourceCode.DeploymentTasks.ExportProcessTask" ta&lt;BR&gt;sk failed unexpectedly.&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018: System.NullReferenceException: Object reference not s&lt;BR&gt;et to an instance of an object.&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.DeploymentTask.Initi&lt;BR&gt;alize()&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.ExportProcessTask.In&lt;BR&gt;itialize()&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at SourceCode.DeploymentTasks.Task.set_BuildEngine&lt;BR&gt;(IBuildEngine value)&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4018:&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.Build.BuildEngine.TaskEngine.Initiali&lt;BR&gt;zeTask(ITask task, ItemBucket bucket)&lt;BR&gt;C:\Documents and Settings\an\Desktop\Deployments\Deployment\WF_ClosingBoard2.msb&lt;BR&gt;uild(73,5): error MSB4063: The "SourceCode.DeploymentTasks.ExportProcessTask" ta&lt;BR&gt;sk could not be initialized with its input parameters.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 Warning(s)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Error(s)&lt;/P&gt;
&lt;P&gt;Time Elapsed 00:00:00.10&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Worklist item and destination user ? </title><link>http://k2underground.com/forums/thread/45221.aspx</link><pubDate>Wed, 22 May 2013 09:53:36 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45221</guid><dc:creator>RajaAbdulla89</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45221.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45221</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello , &lt;/p&gt;
&lt;p&gt;My question is that how to make sure that the user opening the work list item is the user destination associated with it ? is there a k2 attribute that I can compare&amp;nbsp;for this purpose ...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the case I am facing that I need to retrieve the actions from the work list item, but they are not being displayed .. even though&amp;nbsp;the work list is delivered to the right user and the user can action the item through workspace .. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Hope the issue is clear .. &lt;/p&gt;
&lt;p&gt;Thank you all .. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Repeating table and email action methodology review</title><link>http://k2underground.com/forums/thread/45220.aspx</link><pubDate>Tue, 21 May 2013 17:37:41 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45220</guid><dc:creator>nsterwald78</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45220.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45220</wfw:commentRss><description>&lt;p&gt;Hey all, if anyone has any insight to a solution for my situation I would greatly appreciate it.&lt;/p&gt;
&lt;p&gt;The workflow I&amp;#39;m on right now is a managment recognition wf where a manager can request a reward for their employee.&amp;nbsp; They may add as many items as they want (repeating table with 8 columns) and each entry has a reward drop down from an available list in SharePoint.&lt;/p&gt;
&lt;p&gt;Please see attached.&lt;/p&gt;
&lt;p&gt;So each reward has a number that corresponds with it (Title column in SP list, e.g. Amex has a Title entry of 12)&lt;/p&gt;
&lt;p&gt;After submission, I have a line rule to trigger an email if a reward equals a certain number&lt;/p&gt;
&lt;p&gt;so if a reward selection of 12 is selected, send an email to the vault for the amex card.&lt;/p&gt;
&lt;p&gt;and here is my problem, In that email I have the fields from the repeating table&lt;/p&gt;
&lt;p&gt;Reward amount - [TABLENAME_FIELDNAME]&lt;/p&gt;
&lt;p&gt;Reward Qty - [TABLENAME_FIELDNAME]&lt;/p&gt;
&lt;p&gt;and so on...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So the problem is if there are multiple lines in the workflow when submitted, the email contains every single value for all entries in the table, not just the entries in the table where the reward_ID = 12&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can you select just one line item set of data to email out rather than all values?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope that makes sense and thank you very much for your time and brain power!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Operation is not supported exception when trying to register Service Instance</title><link>http://k2underground.com/forums/thread/45219.aspx</link><pubDate>Tue, 21 May 2013 13:14:47 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45219</guid><dc:creator>JohanL</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45219.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45219</wfw:commentRss><description>&lt;p&gt;When trying to register a new Service Instance using files downloaded from the Internet (such as the K2 Case Management Framework), you might encounter the following error:&lt;/p&gt;
&lt;p&gt;Could not load file or assembly &amp;#39;file:///C:\Program Files (x86)\K2 blackpearl\ServiceBroker\SourceCode.Solutions.CaseManagement.RulesEngine.dll&amp;#39; or one of its dependencies. &lt;strong&gt;Operation is not supported. (Exception from HRESULT: 0x80131515)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To Resolve:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Stop the K2 blackpearl Server and go to the actual DLLs, right click them and go to Properties. Click on the &lt;strong&gt;Unblock&lt;/strong&gt; button. &lt;/p&gt;
&lt;p&gt;If you get this while trying to install the Case Management Framework, remember to do this in the CMF installation files\ServiceObjects\CaseRulesEngine folder&amp;nbsp;as these DLLs are copied to the ServiceBroker folder when the bat files run.&lt;/p&gt;
&lt;p&gt;Hope this helps someone!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Email Notifications in Default Client Event (Blackpearl 4.6.4)</title><link>http://k2underground.com/forums/thread/44722.aspx</link><pubDate>Mon, 18 Feb 2013 15:55:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:44722</guid><dc:creator>Paula</dc:creator><slash:comments>6</slash:comments><comments>http://k2underground.com/forums/thread/44722.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=175&amp;PostID=44722</wfw:commentRss><description>&lt;p&gt;
&lt;p&gt;We&amp;#39;ve installed K2&amp;nbsp;Blackpearl 4.6.4 and we&amp;#39;re getting errors with email notifications in the default client event of workflows.&amp;nbsp;&amp;nbsp;The email notification doesn&amp;#39;t send.&amp;nbsp; We see previous posts written about this.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the error in the event viewer log:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;61007 Permanent failure sending message &amp;nbsp; &amp;nbsp; Notification: System.ArgumentException: The parameter &amp;#39;address&amp;#39; cannot be an empty string.&lt;/p&gt;
&lt;p&gt;Parameter name: address&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;at SourceCode.MessageBus.Imap.SmtpDestination.ToFullEmail(Dictionary`2 collection)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;at SourceCode.MessageBus.Imap.SmtpDestination.Send(String title, MessageExtendedInformation extended, IEnumerable`1 attachments, MessageBodyReader[] messageBodies)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;at SourceCode.MessageBus.Server.MessageBusRuntime.SourceCode.MessageBus.IMessageDestination.Send(String title, MessageExtendedInformation extended, IEnumerable`1 attachments, MessageBodyReader[] messageBodies)&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve used the&amp;nbsp;&lt;span&gt;Connection string editor tool and changed the SMTP TLS settings to NONE with port 25. &amp;nbsp;Still getting the same error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please help &amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to make cell borders in layout</title><link>http://k2underground.com/forums/thread/45189.aspx</link><pubDate>Tue, 14 May 2013 14:20:50 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45189</guid><dc:creator>Michal</dc:creator><slash:comments>1</slash:comments><comments>http://k2underground.com/forums/thread/45189.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=1890&amp;PostID=45189</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there any way how to make border lines around layout cells in K2 Smartforms Designer? I have to display table data and I need to draw lines around each cell.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for help.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Hide the menu in K2 Worklist web part</title><link>http://k2underground.com/forums/thread/39798.aspx</link><pubDate>Thu, 12 May 2011 19:36:14 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:39798</guid><dc:creator>bkashefipour</dc:creator><slash:comments>6</slash:comments><comments>http://k2underground.com/forums/thread/39798.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=864&amp;PostID=39798</wfw:commentRss><description>&lt;p&gt;I need to hide the menu that shows under the folio field in the K2 worklist webpart since I dont want my users to be able to perform Release, Sleep, Delegate, Redirect, etc on their tasks.&lt;/p&gt;
&lt;p&gt;They should only be able to open the task and nothing else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>There is no connection string for the destination email address</title><link>http://k2underground.com/forums/thread/45207.aspx</link><pubDate>Fri, 17 May 2013 14:26:18 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45207</guid><dc:creator>Krinavtm</dc:creator><slash:comments>2</slash:comments><comments>http://k2underground.com/forums/thread/45207.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45207</wfw:commentRss><description>&lt;p&gt;After the blackpearl update .1550 I&amp;#39;m getting this error message &amp;quot; &lt;b&gt;There is no connection string for the destination email address&lt;/b&gt; ......&amp;quot; when trying to use en E-mail event.&lt;br /&gt;&lt;br /&gt;Could you please advise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>"HostServer Service registration failed" when configuring K2 Blackpearl</title><link>http://k2underground.com/forums/thread/45202.aspx</link><pubDate>Thu, 16 May 2013 14:26:39 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45202</guid><dc:creator>sosborne</dc:creator><slash:comments>1</slash:comments><comments>http://k2underground.com/forums/thread/45202.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=175&amp;PostID=45202</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m experiencing an error when running the K2 blackpearl configuration wizard. &amp;nbsp;The error occurs during the &amp;quot;K2 Server&amp;quot; portion of the configuration process, when registering the K2Server.exe service. &amp;nbsp;Here is the entry in the installation log:&lt;/p&gt;
&lt;p&gt;&amp;quot;SourceCode.Server.Configuration&amp;quot;,&amp;quot;15002 Hostserver Service registration failed: Process must exit before requested information can be determined.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll add that I am getting this error after upgrading K2 blackpearl to version 4.6.5 and K2 smartforms to 1.0.2. &amp;nbsp;The initial upgrades for these 2 products went fairly smoothly (other than having to create a new app pool for K2 smartforms), but when I went to re-configure K2 blackpearl, I get the above message, and the K2Server service is no longer registered.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve already tried disabling antivirus to no avail.&lt;/p&gt;
&lt;p&gt;Has anyone else experienced this issue after installing the newest version of either K2 blackpearl or smartforms? &amp;nbsp;This is my development environment, so it&amp;#39;s a single server installation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Kick off a workflow from existing InfoPath form</title><link>http://k2underground.com/forums/thread/45149.aspx</link><pubDate>Mon, 06 May 2013 15:36:39 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45149</guid><dc:creator>dpknudsen</dc:creator><slash:comments>2</slash:comments><comments>http://k2underground.com/forums/thread/45149.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45149</wfw:commentRss><description>&lt;p&gt;I had a user ask this question, and I haven&amp;#39;t been able to come up with any ideas. I&amp;#39;m hoping somebody in the community has done something similar and might share how it was accomplished.&lt;/p&gt;
&lt;p&gt;I have a pretty simple workflow that is kicked off via an InfoPath form template, reviewed a couple of times, and then saved to a form library once approved. What we&amp;#39;ve found is that users occasionally need to submit the exact same form (has a lot of manually enetered data) a second or third time at later dates. The user has asked if there was a way for them to open the previously saved form, make a comple of changes, and re-submit it as a new workflow (with updated timestamps).&lt;/p&gt;
&lt;p&gt;Has anyone done anything similar? Possibly integrated a button in to the form that clears/resets values and allows the form to be submitted again?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>There is no connection string for the destination email address</title><link>http://k2underground.com/forums/thread/45206.aspx</link><pubDate>Fri, 17 May 2013 14:23:30 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45206</guid><dc:creator>Krinavtm</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45206.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45206</wfw:commentRss><description>&lt;p&gt;After the update to the .1550 bleackpearl version, every time I use a new E-mail event I&amp;#39;m getting this error &amp;quot;&lt;b&gt;There is no connection string for the destination email address&lt;/b&gt;&amp;quot;. However, the E-mail events created before the update are working fine. &lt;/p&gt;
&lt;p&gt;Now, that I&amp;#39;m using escalations with e-mails and I getting the error again.&lt;/p&gt;
&lt;p&gt;Could you please help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Get Name of destination user from the AD Group dynamically who completed the activity</title><link>http://k2underground.com/forums/thread/45193.aspx</link><pubDate>Wed, 15 May 2013 05:49:49 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45193</guid><dc:creator>Sravanthi</dc:creator><slash:comments>2</slash:comments><comments>http://k2underground.com/forums/thread/45193.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45193</wfw:commentRss><description>&lt;p&gt;Hi People :)&lt;/p&gt;
&lt;p&gt;I am trying to&amp;nbsp;obtain the display name of the person who completes the particular activity. Suppose, my active directory &amp;#39;A&amp;#39; contains IDs A1, A2, A3 etc. The destination users for a particular activity is set to all the users in the AD Group &amp;#39;A&amp;#39;. The task is assigned to A1, A2, A3 etc. A2 completes the task first and thus the task expires for the rest of the members in the group.&lt;/p&gt;
&lt;p&gt;When A2 completes the task, i want the name of A2 to be displayed. I will display it through a smart object event and a server event. I want to display &amp;quot;Task completed by &amp;lt;Display Name&amp;gt;&amp;quot; i.e. &amp;quot;Task completed by Mike&amp;quot; (A2 = Mike)&lt;/p&gt;
&lt;p&gt;I tried out a few things.&lt;/p&gt;
&lt;p&gt;1)&amp;nbsp;There is an OOB Smart Object &amp;quot;Users and Groups&amp;quot;. This has four list methods. When i use Get_E_mail_For_Group_Users, i can obtain the display name. However, i will have to send the AD Group Name as Group Fully Qualified Name and Domain Name i.e. &amp;#39;K2&amp;#39;.&amp;nbsp; However, i do not based on what values i can filter for the correct Display Name because there is no Process ID or Activity Name on which i can filter :(&lt;/p&gt;
&lt;p&gt;2) The same OOB Smart Object &amp;quot;Users and Groups&amp;quot; has another method i.e. Get_E_mail_For_User. When i pass the Fully Qualified Name of the user, i get the Display name. However, i am unable to implement in code :( I can pass the fully qualified name from the Activity Destination Instance OOB Smart Object filtering based on Activity Name and Process Instance ID. &lt;/p&gt;
&lt;p&gt;When i implement in code to obtain the display name from Get_E_mail_For_Group_Users, it is working fine. However, if i implement the same piece of code for Get_E_mail_For_User, i get an error at ExecuteList() method stating, it should be set to a method name instance.&lt;/p&gt;
&lt;p&gt;I further checked the XML of the smart object. The methods Get_E_mail_For_Users and Get_E_mail_For_Groups are of type &amp;#39;read&amp;#39; and the other two methods are of type &amp;#39;list&amp;#39;. Is there another way to implement the code? &lt;/p&gt;
&lt;p&gt;Kindly help me out. &lt;/p&gt;
&lt;p&gt;Thank you&amp;nbsp;in advance :)&lt;/p&gt;
&lt;p&gt;Sravanthi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Adding Row in List</title><link>http://k2underground.com/forums/thread/45204.aspx</link><pubDate>Fri, 17 May 2013 09:02:07 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45204</guid><dc:creator>kevinlky</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45204.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=1890&amp;PostID=45204</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Will like to ask if there is any method on triggering &amp;quot;&lt;a id="rule_part_1fa96440-c0c8-f195-9fc6-2bb9ef21eb03" class="visited"&gt;then&lt;/a&gt;&lt;span&gt;&amp;nbsp;apply the changes made to the row on the editable list&lt;/span&gt;&amp;quot; when item is being added to the list item?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Right now, i will need to add an additional one more row and delete away to in order for the 1 item to be added in the list view.&lt;/p&gt;
&lt;p&gt;I did try on adding rule in the textbox, that say when the textbox changes &amp;nbsp;&amp;quot;&lt;a href="http://k2underground.com/forums/AddPost.aspx?ForumID=1890" id="rule_part_1fa96440-c0c8-f195-9fc6-2bb9ef21eb03" class="visited"&gt;then&lt;/a&gt;&lt;span&gt;&amp;nbsp;apply the changes made to the row on the editable list&lt;/span&gt;&amp;quot;&amp;nbsp;. The row is being added which is what I acquire, however a duplicate row will be added as well.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Calendar data removing zulu time</title><link>http://k2underground.com/forums/thread/45190.aspx</link><pubDate>Tue, 14 May 2013 15:56:14 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45190</guid><dc:creator>daerne</dc:creator><slash:comments>3</slash:comments><comments>http://k2underground.com/forums/thread/45190.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=1890&amp;PostID=45190</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to create a dynamic title with the date from the date picker control from the smartform. &amp;nbsp;However, every effort I&amp;#39;ve tried to remove the 06:00:00Z time from the picker hasn&amp;#39;t&amp;nbsp;yielded&amp;nbsp;any positive results. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to convert the field via Expression and Style, however when the calendar value is sent to the Title text box, it see&amp;#39;s the value and throws the Zulu time on the end.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Hide Redirect, Sleep, Delegate action from K2 Worklist in SharePoint 2010</title><link>http://k2underground.com/forums/thread/43904.aspx</link><pubDate>Sun, 21 Oct 2012 10:00:25 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:43904</guid><dc:creator>kalvinc</dc:creator><slash:comments>5</slash:comments><comments>http://k2underground.com/forums/thread/43904.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=43904</wfw:commentRss><description>&lt;p&gt;Any clue how could we hide/disable the action of Sleep, Redirect and delegate from K2 Worklist in SharePoint 2010?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>K2 4.5 1370 upgrade to 4.6.5</title><link>http://k2underground.com/forums/thread/45121.aspx</link><pubDate>Thu, 02 May 2013 13:31:56 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45121</guid><dc:creator>pu43x</dc:creator><slash:comments>5</slash:comments><comments>http://k2underground.com/forums/thread/45121.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=175&amp;PostID=45121</wfw:commentRss><description>&lt;p&gt;Now that we have migrated our environment to WS2K8R2 we started to upgrade our test environment, however we have hit a problem where the setup manager said the K2 databases as &amp;quot;incomplete&amp;quot;.&lt;/p&gt;
&lt;p&gt;After looking at the logs it appears this section related to the problem with the K2_K2SQLUM database and that not being upgraded properly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;quot;7807&amp;quot;,&amp;quot;2013-05-02 02:16:09&amp;quot;,&amp;quot;Error&amp;quot;,&amp;quot;15&amp;quot;,&amp;quot;15002&amp;quot;,&amp;quot;ERROR&amp;quot;,&amp;quot;SourceCode.Database.Configuration.ConfigureDBs&amp;quot;,&amp;quot;15002 SqlException.Number != -2, so not handling it as a timeout. SqlException.Number = 8152. Exception: String or binary data would be truncated.&lt;br /&gt;Encrypting existing passwords&lt;br /&gt;The statement has been terminated.&amp;quot;,&amp;quot;anonymous&amp;quot;,&amp;quot;0.0.0.0&amp;quot;,&amp;quot;LUWIN90106:C:\software\K2 4.6.5 Installation\K2 blackpearl 4.6.5 (4.12060.1550.0)\Installation&amp;quot;,&amp;quot;7807&amp;quot;,&amp;quot;064459e6457b46eaa0d171509180100a&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;7808&amp;quot;,&amp;quot;2013-05-02 02:16:09&amp;quot;,&amp;quot;Info&amp;quot;,&amp;quot;15&amp;quot;,&amp;quot;15001&amp;quot;,&amp;quot;INFO&amp;quot;,&amp;quot;SourceCode.Database.Configuration.ConfigureDBs&amp;quot;,&amp;quot;15001 K2_K2SQLUM - Execution of script failed: SourceCode.Data.CustomUM_4_6.upgrade.sql&amp;quot;,&amp;quot;anonymous&amp;quot;,&amp;quot;0.0.0.0&amp;quot;,&amp;quot;LUWIN90106:C:\software\K2 4.6.5 Installation\K2 blackpearl 4.6.5 (4.12060.1550.0)\Installation&amp;quot;,&amp;quot;7808&amp;quot;,&amp;quot;4e6a98cb7bdb4d0bbc523ed7e3c38280&amp;quot;,&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;The k2&amp;nbsp;host server now fails to start with the following error message:&lt;/p&gt;
&lt;p&gt;&amp;quot;257755&amp;quot;,&amp;quot;2013-05-02 14:18:47&amp;quot;,&amp;quot;Error&amp;quot;,&amp;quot;System&amp;quot;,&amp;quot;2001&amp;quot;,&amp;quot;ServerStartError&amp;quot;,&amp;quot;SourceCode.Hosting.Server.Runtime.HostServerEngine.StartHostServer&amp;quot;,&amp;quot;2001 Error Starting Host Server: Could not find stored procedure &amp;#39;Identity.FreeServerLocks&amp;#39;.&amp;quot;,&amp;quot;system&amp;quot;,&amp;quot;::1&amp;quot;,&amp;quot;LUWIN90106:C:\Program Files (x86)\K2 blackpearl\Host Server\Bin&amp;quot;,&amp;quot;257755&amp;quot;,&amp;quot;630f7291d099480e9579b6b26971cfb6&amp;quot;,&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;To me, it seems the upgrade ran into a timeout issue when applying the updates to the K2_K2SQLUM database, however when I rerun the setup manage it says this database is up to date, and all the others need updating....&lt;/p&gt;
&lt;p&gt;I have raised a ticket, but thought it might be useful to see if anybody else has any suggestions on what to do.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>K2 locking out an AD account</title><link>http://k2underground.com/forums/thread/45192.aspx</link><pubDate>Wed, 15 May 2013 04:24:10 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45192</guid><dc:creator>Wee Hong</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45192.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45192</wfw:commentRss><description>&lt;p&gt;I have a user account will lock out whenever she logged into the K2 worklist or other pages.&lt;/p&gt;
&lt;p&gt;Other users have no such issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please advise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Save Infopath repeating table in a Sharepoint list</title><link>http://k2underground.com/forums/thread/36330.aspx</link><pubDate>Mon, 10 May 2010 04:31:42 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:36330</guid><dc:creator>gmbx25</dc:creator><slash:comments>14</slash:comments><comments>http://k2underground.com/forums/thread/36330.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=864&amp;PostID=36330</wfw:commentRss><description>&lt;p&gt;I would like to know if there is any way of saving&amp;nbsp;a repeating table in InfoPath to a Sharepoint List? Each line in the repeating table needs to be a List Item.&lt;/p&gt;
&lt;p&gt;Thanks for help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>replacing a K2 server</title><link>http://k2underground.com/forums/thread/45052.aspx</link><pubDate>Fri, 19 Apr 2013 12:55:21 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45052</guid><dc:creator>SteveJones</dc:creator><slash:comments>10</slash:comments><comments>http://k2underground.com/forums/thread/45052.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=175&amp;PostID=45052</wfw:commentRss><description>&lt;p&gt;I need to replace a production blackpearl server (windows server 2003) with a new one (2008). Has anyone done this, and if so can you list the exact procedure to do so?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Hidden Column To Visible</title><link>http://k2underground.com/forums/thread/45172.aspx</link><pubDate>Fri, 10 May 2013 02:18:58 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45172</guid><dc:creator>kevinlky</dc:creator><slash:comments>1</slash:comments><comments>http://k2underground.com/forums/thread/45172.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=1890&amp;PostID=45172</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have try to unhide a column when in a certain state. However, the hidden column that is unhide during the state have some width issue.&lt;/p&gt;
&lt;p&gt;Column that was unhide was squeeze into the extreme right which required suser to drag the column into a readable column. &lt;/p&gt;
&lt;p&gt;What i did for work around is to create an additional view with the hidden column shown and width being set. Only when the requirement are met then the view will be shown. However, this will cause my form with more view.&lt;/p&gt;
&lt;p&gt;Anyone facing the same issue as I am? or does have other work around?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problems creating SharePoint List Items where the List has Lookup fields</title><link>http://k2underground.com/forums/thread/41974.aspx</link><pubDate>Wed, 14 Mar 2012 07:23:24 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:41974</guid><dc:creator>OpenBook</dc:creator><slash:comments>6</slash:comments><comments>http://k2underground.com/forums/thread/41974.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=41974</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I have a Problems creating SharePoint List Items where the List has Lookup fields&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>K2 workflow smart object</title><link>http://k2underground.com/forums/thread/45179.aspx</link><pubDate>Sun, 12 May 2013 03:47:41 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45179</guid><dc:creator>Hestia</dc:creator><slash:comments>1</slash:comments><comments>http://k2underground.com/forums/thread/45179.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45179</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;K2 exposes the workflow data via smart objects created for each workflow deployed on K2 server. &lt;/p&gt;
&lt;p&gt;It creates&amp;nbsp;workflow SO only when the option &amp;quot;Create workflow smartobject&amp;quot; is selected during deployment of workflow. Please see the screenshot attached to this post.&lt;/p&gt;
&lt;p&gt;If I have existing process in the company where &amp;quot;Create workflow smartobject&amp;quot; option may not be selected during deployment and &lt;/p&gt;
&lt;p&gt;if k2 process is re-deployed the with the above option selected, will the existing k2 processes instances in production be readily retrieved using the newly created smart object?&lt;/p&gt;
&lt;p&gt;will the smart object automatically retrieve the existing K2 process Instances using the SO service?&lt;/p&gt;
&lt;p&gt;Is there any additional step required to sync instance data with newly created SO?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://k2underground.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.90.69/k2ProcessSO.PNG"&gt;&lt;img src="http://k2underground.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.90.69/k2ProcessSO.PNG" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Email HTML with SmartObject</title><link>http://k2underground.com/forums/thread/45173.aspx</link><pubDate>Fri, 10 May 2013 07:41:43 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45173</guid><dc:creator>kevinlky</dc:creator><slash:comments>1</slash:comments><comments>http://k2underground.com/forums/thread/45173.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45173</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Understanding that from the previous post&amp;nbsp;&lt;a href="http://www.k2underground.com/forums/p/12610/36913.aspx#36913"&gt;http://www.k2underground.com/forums/p/12610/36913.aspx#36913&lt;/a&gt;&amp;nbsp;, which have explain on what needs to be done. Is there any more detail guide on what need to do to archive the result?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Email activity with List of item </title><link>http://k2underground.com/forums/thread/45174.aspx</link><pubDate>Fri, 10 May 2013 07:47:37 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:45174</guid><dc:creator>kevinlky</dc:creator><slash:comments>0</slash:comments><comments>http://k2underground.com/forums/thread/45174.aspx</comments><wfw:commentRss>http://k2underground.com/forums/commentrss.aspx?SectionID=177&amp;PostID=45174</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I will like to ask whether is there any solution of embedding the list of item from a smartobject into a email which will allow the email to list in a readable format?&lt;/p&gt;
&lt;p&gt;Understanding that from the previous post&amp;nbsp;&lt;a href="http://k2underground.com/forums/p/12610/36913.aspx#36913"&gt;http://www.k2underground.com/forums/p/12610/36913.aspx#36913&lt;/a&gt;&amp;nbsp;, which have explain on what needs to be done. &lt;/p&gt;
&lt;p&gt;Is there any more detail guide on what need to do to archive the result or any other easier way out?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>