<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SLAM! SharePoint List Association Manager</title><link>http://slam.codeplex.com/Project/ProjectRss.aspx</link><description>SharePoint List Association Manager &amp;#40;SLAM&amp;#41; allows you to define relationships &amp;#40;one to one, one to many, many to many&amp;#41; between SharePoint lists or Content Types and then leverage those relationships...</description><item><title>New Post: Activation Error</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=76687</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Nope. I've given up using the SLAM tool for now. Let me know if you've found the workaround.&lt;/p&gt;&lt;/div&gt;</description><author>jackxiao</author><pubDate>Mon, 15 Mar 2010 16:01:14 GMT</pubDate><guid isPermaLink="false">New Post: Activation Error 20100315040114P</guid></item><item><title>New Post: Activation Error</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=76687</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Jackxiao,&lt;/p&gt;
&lt;p&gt;Just wondering if you found a solution to this problem. I am currently experiencing exactly the same issue...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>allday</author><pubDate>Mon, 15 Mar 2010 14:01:32 GMT</pubDate><guid isPermaLink="false">New Post: Activation Error 20100315020132P</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This seems to be an issue with SLAM, I don't think it handles internal names on association columns.&amp;nbsp; Validation probably doesn't find it as it checks internal and display names, but the process of creating associations itself seems to just use item.Fields[&amp;quot;something&amp;quot;] notation which, as you can see from the stack trace, only checks against the display name.&amp;nbsp; So my guess is it cannot find Bill_x0020_of_x0020_Lading.&amp;nbsp; Try using the Display Name instead of the Internal Name for the Name attribute value of the Bill_x0020_of_x0020_Lading.&amp;nbsp; You should do that as well for the Order_x0020__x0023_ column in the other list.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Sat, 13 Mar 2010 00:23:37 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100313122337A</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;With the following config file:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br&gt;&amp;lt;Configuration&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;ConnectionStrings Default=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add Name=&amp;quot;SLAM&amp;quot; ConnectionString=&amp;quot;Database=SLAM;Data Source=cpc-db1;User Id=SLAMConnect;Password=SLAMDB&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/ConnectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;List Name=&amp;quot;Parts Shipping Log&amp;quot; ActivationOrder=&amp;quot;1&amp;quot; TableName=&amp;quot;PartsShippingLog&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Title&amp;quot; Column=&amp;quot;Bill of Lading&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Order_x0020__x0023_&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;Parts Orders&amp;quot; AssociationName=&amp;quot;PartsShippingLogToPartsOrders&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;Field Name=&amp;quot;Carrier&amp;quot; Column=&amp;quot;Carrier&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Forwarder&amp;quot; Column=&amp;quot;Forwarder&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Ship_x0020_Date&amp;quot; Column=&amp;quot;Ship Date&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Order_x0020_Complete&amp;quot; Column=&amp;quot;Order Complete&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/List&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;List Name=&amp;quot;Parts Orders&amp;quot; ActivationOrder=&amp;quot;2&amp;quot; TableName=&amp;quot;PartsOrders&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Title&amp;quot; Column=&amp;quot;Order Number&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Bill_x0020_of_x0020_Lading&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;Parts Shipping Log&amp;quot; AssociationName=&amp;quot;PartsShippingLogToPartsOrders&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Entry_x0020_Date&amp;quot; Column=&amp;quot;Entry Date&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Expected_x0020_Delivery_x0020_Da&amp;quot; Column=&amp;quot;Expected Delivery&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Customer&amp;quot; Column=&amp;quot;Customer&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Job&amp;quot; Column=&amp;quot;Job&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PO_x0023_&amp;quot; Column=&amp;quot;PO Number&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Description&amp;quot; Column=&amp;quot;Description&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;City&amp;quot; Column=&amp;quot;City&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;State2&amp;quot; Column=&amp;quot;State&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Ship_x002d_To_x0020_Canada&amp;quot; Column=&amp;quot;Country&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Order_x0020_Type&amp;quot; Column=&amp;quot;Order Type&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office&amp;quot; Column=&amp;quot;Sales Office 1&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_1_x0020&amp;quot; Column=&amp;quot;Sales Office 1 %&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_2&amp;quot; Column=&amp;quot;Sales Office 2&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_2_x0020&amp;quot; Column=&amp;quot;Sales Office 2 %&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;FSI&amp;quot; Column=&amp;quot;FSI&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PTO&amp;quot; Column=&amp;quot;PTO&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PTC&amp;quot; Column=&amp;quot;PTC&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Currency&amp;quot; Column=&amp;quot;Currency&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/List&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp; &amp;lt;/DataMapping&amp;gt;&lt;br&gt;&amp;lt;/Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;All is good except for the join table which is blank and exceptions in the log:&lt;/p&gt;
&lt;p&gt;3/12/2010 7:04:36 PM Exception System.ArgumentException: Value does not fall within the expected range. at Microsoft.SharePoint.SPFieldCollection.GetFieldByDisplayName(String strDisplayName, Boolean bThrowException) at Microsoft.SharePoint.SPFieldCollection.get_Item(String strDisplayName) at AWS.SLAM.Events.ListItemUpdater.Update(SPListItem listItem) &lt;br&gt;3/12/2010 7:04:36 PM Information Update LI Associations - Parts Orders List: Parts Orders ListItem: 324880, aa5ab0e0-4834-4e6e-9de7-40104b685381 &lt;br&gt;3/12/2010 7:04:36 PM Information Update LI Complete - Parts Orders List: Parts Orders ListItem: 324880, aa5ab0e0-4834-4e6e-9de7-40104b685381 &lt;br&gt;3/12/2010 7:04:36 PM Information Update Item: update [SLAM].[PartsOrders] set [ListItemID] = 'aa5ab0e0-4834-4e6e-9de7-40104b685381',[ListID] = 'f02aa8a2-1f52-4b45-820c-488b6349cd27',[ListRelativeID] = 249,[Order Number] = '324880',[Entry Date] = '11/03/2010 12:00:00 AM',[Expected Delivery] = '11/03/2010 12:00:00 AM',[Customer] = '538;#NEXEN INC.',[Job] = '',[PO Number] = '4500127170',[Description] = '&amp;lt;div&amp;gt;SHAFT/IMPELLER/IMPELLER;WEAR RINGS/GASKET&amp;lt;/div&amp;gt; &amp;lt;div&amp;gt;(2220A)&amp;lt;/div&amp;gt;',[City] = 'ANZAC',[State] = '2;#AB - ALBERTA',[Country] = '1;#Canada',[Order Type] = 'PARTS',[Sales Office 1] = '8;#WPA',[Sales Office 1 %] = '1',[Sales Office 2] = '',[Sales Office 2 %] = 'float;#0',[FSI] = '3534',[PTO] = 'float;#14136.0000000000',[PTC] = '17670',[Currency] = 'CAD' where ListItemID = 'aa5ab0e0-4834-4e6e-9de7-40104b685381' &lt;br&gt;3/12/2010 7:04:36 PM Information Update LI Start - Parts Orders List: Parts Orders ListItem: 324880, aa5ab0e0-4834-4e6e-9de7-40104b685381 &lt;br&gt;&lt;br&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jonathan&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;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>parkerjon</author><pubDate>Sat, 13 Mar 2010 00:14:59 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100313121459A</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was not thinking about how SLAM generates the column names for a connector table and how these will need to be consistent from either direction.&amp;nbsp; So if a connector table is created while processing Parts Orders, say, then the resulting table will contain PartsOrdersListItemID and, following my example, PartsShippingLogListItemID.&amp;nbsp; From the other direction it will be PartsShippingLogListItemID and PartsOrdersListItemID, which is what you want.&amp;nbsp; &amp;quot;AssociatedList&amp;quot; then needs to have the same value as the Name of the List it is pointing to.&amp;nbsp; Based on the error you received, my assumption is the AssociatedList value in Parts Orders has &amp;quot;Parts Shipping&amp;quot;, with the resulting table containing PartsOrdersListItemID and PartsShippingListItemID.&amp;nbsp; This will be a problem is the other list is &amp;quot;Parts Shipping Log&amp;quot; and not &amp;quot;Parts Shipping&amp;quot; because from the perspective of Parts Shipping Log the table should contain a PartsShippingLogListItemID column.&amp;nbsp; I suspect that is the issue, so you should make sure the attribute values reciprocal, delete the connector table and let SLAM generate it again using Activate.&amp;nbsp; You can try to synch again or just edit a single item in one of your lists to see if it is slamming one direction, then try the other.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;As for the question about whether it is possible to slam only a part of the lookup value as text, you could create a custom Type Profile to do so, but it seems like your situation is resolvable without customization.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Fri, 12 Mar 2010 21:16:55 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100312091655P</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Brian,&lt;/p&gt;
&lt;p&gt;Thanks for the ideas.&lt;/p&gt;
&lt;p&gt;I gave the above a try but it yields an empty 'ShippingLogToOrders' table.&lt;/p&gt;
&lt;p&gt;When it goes to add items to the join table 'Prep association table for synchronization: ShippingLogToOrders' it yields the following exception.&amp;nbsp; I tried creating the column manually: though the table didn't populate after a resynch.&lt;/p&gt;
&lt;p&gt;System.Data.SqlClient.SqlException: Invalid column name 'PartsShippingListItemID'. Invalid column name 'PartsShippingListItemID'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) at System.Data.Linq.DataContext.ExecuteMethodCall(Object instance, MethodInfo methodInfo, Object[] parameters) at System.Data.Linq.DataContext.ExecuteCommand(String command, Object[] parameters) at AWS.SLAM.Data.SqlDataRepository.AddAssociationTableSynchronizationObjects(String tableSchema, String tableName, String firstTypeName, String secondTypeName) at AWS.SLAM.Activation.SqlDataSynchronizeTypeProcessor.Process(String sharepointSiteLocation, IDictionary`2 parameters) at AWS.SLAM.Administration.Synchronization.DoSynchronization(SPSite site, String typeName, String typeId, String typeSiteCollection, String typeSite)&lt;/p&gt;
&lt;p&gt;Other recurring error message:&lt;br&gt;System.ArgumentException: Value does not fall within the expected range. at Microsoft.SharePoint.SPFieldCollection.GetFieldByDisplayName(String strDisplayName, Boolean bThrowException) at Microsoft.SharePoint.SPFieldCollection.get_Item(String strDisplayName) at AWS.SLAM.Events.ListItemUpdater.Update(SPListItem listItem)&lt;/p&gt;
&lt;p&gt;It would seem that the issue may be KWIZCOM's re-implementation of the Lookup feature.&amp;nbsp; Is there a way, using SLAM, to modify the data prior to appending it to the table?&amp;nbsp; In the sample data above I'd like to remove the RelativeID info (93;#) from the front of the Order information in the Parts Shipping Log table to simplify the join when working with the data (and no third table required).&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;Jonathan&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>parkerjon</author><pubDate>Fri, 12 Mar 2010 15:17:50 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100312031750P</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Try changing the Bill of Lading field like:&lt;/p&gt;
&lt;p&gt;&amp;lt;Field Name=&amp;quot;Bill_x0020_of_x0020_Lading&amp;quot; Column=&amp;quot;Bill Of Lading&amp;quot;  SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;to (setting the AssocationName to whatever the connector table should be  called):&lt;/p&gt;
&lt;p&gt;&amp;lt;Field Name=&amp;quot;Bill_x0020_of_x0020_Lading&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;Parts Shipping Log&amp;quot; AssociationName=&amp;quot;ShippingLogToOrders&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then change:&lt;/p&gt;
&lt;p&gt;&amp;lt;Field Name=&amp;quot;Order_x0020__x0023_&amp;quot; Column=&amp;quot;Order Number&amp;quot;  SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;&amp;lt;Field Name=&amp;quot;Order_x0020__x0023_&amp;quot; SPType=&amp;quot;Lookup&amp;quot;  AssociatedList=&amp;quot;Parts Orders&amp;quot;  AssociationName=&amp;quot;ShippingLogToOrders&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So the intent here is to manifest the lookup fields as associations in the SLAM database.&amp;nbsp; If you set the AssociationName as the same in both cases both associations, since it seems you are managing these connections bidirectionally, will appear in the same table.&amp;nbsp; While you can do this, it may become problematic when doing a full synch.&amp;nbsp; Doing a synch through the SLAM Control Panel actually performs synch one type at a time, so once it processes all items in a list, whatever is left in the table that is not found in the list will be deleted.&amp;nbsp; Now if the Kwizcom custom field type makes sure the data is in both list items, regardless of where the lookup was specified, then this will not a problem.&amp;nbsp; Otherwise it would synch, say, the Parts Orders first then do the Shipping Log list after which it would remove all of the associations created by the Parts Orders synch.&amp;nbsp; If all are present in both cases then obviously nothing will be extraneous from the point of view of either list.&lt;/p&gt;
&lt;p&gt;In any case if you want the lookup values to manifest in a connector table you want to use the AssocationName and AssociatedList attributes in the lookup fields.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Thu, 11 Mar 2010 18:28:50 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100311062850P</guid></item><item><title>New Post: Creating new list item doesn't automatically insert the item in the DB</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204418</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;When you add or delete do you see events logged in the SLAMEventLog table?&amp;nbsp; If the event isn't logged then it didn't occur, meaning SharePoint likely did not execute the event receiver.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Thu, 11 Mar 2010 18:00:33 GMT</pubDate><guid isPermaLink="false">New Post: Creating new list item doesn't automatically insert the item in the DB 20100311060033P</guid></item><item><title>New Post: Table Lookups</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204651</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have a question about implementing a lookup between the following two lists.&amp;nbsp; The following config file works great: it creates two tables with the necessary data.&amp;nbsp; The relationship between the two tables is either via Order Number or Bill of Lading.&amp;nbsp; The KWIZCOM Cascading Lookup tool allows for reverse lookups to be created automatically.&amp;nbsp; What I don't understand is how in the Config file to explicitly indicate which field links the lists to create the third table.&amp;nbsp; I have tried a couple of lookup tests but the third table is empty.&lt;/p&gt;
&lt;p&gt;Here are excerpts from&amp;nbsp;the records in the two created tables that show the possible many to one relationship (related to one order):&lt;/p&gt;
&lt;p&gt;Parts Orders:&lt;br&gt;ListItemID: 046cdffe-dc34-42b6-8a3b-ce458a8d83e4&lt;br&gt;ListID: f02aa8a2-1f52-4b45-820c-488b6349cd27&lt;br&gt;ListRelativeID: 93&lt;br&gt;Order: 324675 &lt;br&gt;Bill of Lading: 177;#1ZR70W721492902934;#178;#1ZR70W721492963146;#179;#1ZR70W721494698957&lt;/p&gt;
&lt;p&gt;Parts Shipping Log:&lt;br&gt;&lt;br&gt;ListItemID: 4fb2b905-22d9-4b03-9135-6f5a7621df82&lt;br&gt;ListID: 1a57ffbb-3eca-4bb9-a2d4-a2bbf9ff86b0&lt;br&gt;ListRelativeID: 178&lt;br&gt;Bill of Lading: 1ZR70W721492963146&lt;br&gt;Order: 93;#324675&lt;/p&gt;
&lt;p&gt;ListItemID: 3ed43b03-df12-431d-938b-6abf5c810008&lt;br&gt;ListID: 1a57ffbb-3eca-4bb9-a2d4-a2bbf9ff86b0&lt;br&gt;ListRelativeID: 179&lt;br&gt;Bill of Lading: 1ZR70W721494698957&lt;br&gt;Order: 93;#324675&lt;/p&gt;
&lt;p&gt;ListItemID: ded185f3-6782-4b13-bbc2-f43522e07aa1&lt;br&gt;ListID: 1a57ffbb-3eca-4bb9-a2d4-a2bbf9ff86b0&lt;br&gt;ListRelativeID: 177&lt;br&gt;Bill of Lading: 1ZR70W721492902934&lt;br&gt;Order: 93;#324675&lt;/p&gt;
&lt;p&gt;Current config file:&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br&gt;&amp;lt;Configuration&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;ConnectionStrings Default=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add Name=&amp;quot;SLAM&amp;quot; ConnectionString=&amp;quot;Database=SLAM;Data Source=cpc-db1;User Id=SLAMConnect;Password=SLAMDB&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/ConnectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;List Name=&amp;quot;Parts Orders&amp;quot; ActivationOrder=&amp;quot;1&amp;quot; TableName=&amp;quot;PartsOrders&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Title&amp;quot; Column=&amp;quot;Order Number&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Bill_x0020_of_x0020_Lading&amp;quot; Column=&amp;quot;Bill Of Lading&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Entry_x0020_Date&amp;quot; Column=&amp;quot;Entry Date&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Expected_x0020_Delivery_x0020_Da&amp;quot; Column=&amp;quot;Expected Delivery&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Customer&amp;quot; Column=&amp;quot;Customer&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Job&amp;quot; Column=&amp;quot;Job&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PO_x0023_&amp;quot; Column=&amp;quot;PO Number&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Description&amp;quot; Column=&amp;quot;Description&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;City&amp;quot; Column=&amp;quot;City&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;State2&amp;quot; Column=&amp;quot;State&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Ship_x002d_To_x0020_Canada&amp;quot; Column=&amp;quot;Country&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Order_x0020_Type&amp;quot; Column=&amp;quot;Order Type&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office&amp;quot; Column=&amp;quot;Sales Office 1&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_1_x0020&amp;quot; Column=&amp;quot;Sales Office 1 %&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_2&amp;quot; Column=&amp;quot;Sales Office 2&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Sales_x0020_Office_x0020_2_x0020&amp;quot; Column=&amp;quot;Sales Office 2 %&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;FSI&amp;quot; Column=&amp;quot;FSI&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PTO&amp;quot; Column=&amp;quot;PTO&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;PTC&amp;quot; Column=&amp;quot;PTC&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Currency&amp;quot; Column=&amp;quot;Currency&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/List&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;List Name=&amp;quot;Parts Shipping Log&amp;quot; ActivationOrder=&amp;quot;2&amp;quot; TableName=&amp;quot;PartsShipping&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Title&amp;quot; Column=&amp;quot;Bill of Lading&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Order_x0020__x0023_&amp;quot; Column=&amp;quot;Order Number&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Carrier&amp;quot; Column=&amp;quot;Carrier&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Forwarder&amp;quot; Column=&amp;quot;Forwarder&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Ship_x0020_Date&amp;quot; Column=&amp;quot;Ship Date&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/List&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/DataMapping&amp;gt;&lt;br&gt;&amp;lt;/Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;What I need to accomplish is a report that shows the activity for a specific order: most importantly adding the ship date to the report (and later a $ value of what was on the bill of lading).&amp;nbsp; I could accomplish this within Excel by exporting the data from the two tables to two sheets: then using a third sheet to glue the data together but doing it in SQL would be preferable as I could present the data via Sharepoint.&lt;/p&gt;
&lt;p&gt;Thanks in advance for any suggestions.&lt;/p&gt;
&lt;p&gt;Jonathan&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>parkerjon</author><pubDate>Thu, 11 Mar 2010 15:30:32 GMT</pubDate><guid isPermaLink="false">New Post: Table Lookups 20100311033032P</guid></item><item><title>New Post: Creating new list item doesn't automatically insert the item in the DB</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=204418</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;When I add or delete an item&amp;nbsp;in my sharepoint list, the new item isn't inserted and the deleted item isn't removed in/from the appropiate table. None the less, when I update an item, the record is updated in the db.&lt;/p&gt;
&lt;p&gt;When I synchronize the slam content in the configuration panel the item has been uploaded/ correctly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In this list I have a workflow sending a mail and creating a task everytime a new item is inserted.&lt;/p&gt;
&lt;p&gt;I already adjusted my web.config but no extra messages are shown in the event and messagelog tables.&lt;/p&gt;
&lt;p&gt;&amp;lt;system.diagnostics&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;switches&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;SLAMLogger&amp;quot; value=&amp;quot;4&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/switches&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/system.diagnostics&amp;gt;&lt;/p&gt;
&lt;p&gt;Some help understanding this problem would be great.&lt;/p&gt;
&lt;p&gt;With kind regards,&lt;/p&gt;
&lt;p&gt;Koen&lt;/p&gt;&lt;/div&gt;</description><author>konvert</author><pubDate>Wed, 10 Mar 2010 09:36:45 GMT</pubDate><guid isPermaLink="false">New Post: Creating new list item doesn't automatically insert the item in the DB 20100310093645A</guid></item><item><title>Updated Wiki: Home</title><link>http://slam.codeplex.com/wikipage?version=33</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;SLAM! SharePoint List Association Manager&lt;/h2&gt;Most developers who have used SharePoint as an application development framework have run into the realization that SharePoint is NOT a relational database. In fact, the accepted wisdom is if you need relational tables, use ASP.NET/SQL straight-up, not SharePoint.&lt;br /&gt;&lt;br /&gt;Enter &lt;b&gt;SharePoint List Association Manager&lt;/b&gt; (SLAM). In short it allows you to define relationships (one to one, one to many, many to many) between SharePoint lists (or Content Types) and then leverage those relationships in webparts or custom field types using familiar and straight forward SQL queries. &lt;br /&gt;&lt;br /&gt;Read our &lt;a href="http://slam.codeplex.com/wikipage?title=Getting%20Started&amp;referringTitle=Home"&gt;Illustrated Guide to SLAM&lt;/a&gt; for more information on what SLAM is and how to start using it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.awsystems.com/slam/" class="externalLink"&gt;View our Intro to SLAM movie&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for a brief introduction to what SLAM is, how to use SLAM and a look at the first SLAM add-on, &lt;a href="http://slam.codeplex.com/wikipage?title=hierarchy&amp;referringTitle=Home"&gt;hierarchy&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Version 1.3&lt;/b&gt; is now the latest version of SLAM. Major updates include the ability to set up Data Mappings to use different connection strings to allow different site collections to slam to different databases. You can specify which site collection will SLAM to which database within the SLAM Config, see the  &lt;a href="http://slam.codeplex.com/wikipage?title=config%20file&amp;referringTitle=Home"&gt;SLAM Config page&lt;/a&gt; for more details. In addition, SLAM will now automatically create columns to existing tables when SLAM is reactivated.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;To Upgrade&lt;/b&gt;:&lt;br /&gt;If upgrading from 1.2, just run the SLAM 1.3 Setup. If upgrading from a previous version, run the 1.3 setup and then Reactive SLAM by navigating to the SLAM Control Panel &amp;gt; Activation &amp;gt; Activate.&lt;br /&gt;&lt;br /&gt;Previous major features (as of 1.2): multiple site collection support, inheritance and the hierarchy add-on. Read our &lt;a href="http://slam.codeplex.com/wikipage?title=Hierarchy&amp;referringTitle=Home"&gt;Hierarchy&lt;/a&gt; page for more info on what hierarchy does and how to start using it. For the latest SLAM news &lt;a href="http://twitter.com/awsslam" class="externalLink"&gt;follow us on twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;h2&gt;Documentation&lt;/h2&gt;For more information on the general architecture of SLAM, &lt;a href="http://slam.codeplex.com/wikipage?title=SLAM%20Architecture&amp;referringTitle=Home"&gt;click here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We have a set of API Documentation available &lt;a href="http://www.awsystems.com/SLAM/API" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. There&amp;#39;s a lot of good stuff there and more will be added as we find time.  In the mean time, contact us if you have questions.&lt;br /&gt;&lt;br /&gt;Note that you can set up SLAM and use it without ever looking at the API documentation. We provide it for those that are interested in extending the platform, or are just curious as to how it works.&lt;br /&gt;
&lt;h2&gt;Need help? Have questions?&lt;/h2&gt;You can either use the discussion tab, or feel free to contact us either using our &lt;a href="http://www.awsystems.com/contact.aspx" class="externalLink"&gt;website form&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or email us directly at &lt;a href="mailto:slam@awsystems.com" class="externalLink"&gt;slam@awsystems.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. We actively support SLAM and will continue to be posting more information here in the coming days.&lt;br /&gt;
&lt;h2&gt;Not a Developer? Still interested in using SLAM?&lt;/h2&gt;SLAM, in its current form, is aimed as a tool for developers. However, if you&amp;#39;re interested in implementing SLAM and you aren&amp;#39;t a developer please &lt;a href="mailto:slam@awsystems.com" class="externalLink"&gt;let us know!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;Follow us!&lt;/h2&gt;For the latest news and updates to SLAM, &lt;a href="http://twitter.com/awsslam" class="externalLink"&gt;follow us on twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>AWSystems</author><pubDate>Tue, 09 Mar 2010 19:40:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100309074021P</guid></item><item><title>Updated Wiki: config file</title><link>http://slam.codeplex.com/wikipage?title=config file&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;SLAM XML Configuration&lt;/h2&gt;
By default SLAM uses an XML Configuration file.  SLAM looks in the root of the AppDomain, such as a SharePoint virtual directory or an executing location for a console/windows application, in which it is running for a slam.config file.  This can be changed by setting the appSetting &amp;quot;AWS.SLAM.ConfigurationManager.Config&amp;quot; to contain a physical path to a specific, valid, SLAM configuration XML file, for example &amp;quot;C:\myslamconfig.xml&amp;quot;.  A SLAM configuration looks something like this:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;
&amp;lt;Configuration&amp;gt;
  &amp;lt;ConnectionStrings Default=&amp;quot;SLAM&amp;quot;&amp;gt;
    &amp;lt;add Name=&amp;quot;SLAM&amp;quot; ConnectionString=&amp;quot;Database=db;Data Source=server;User Id=user;Password=password&amp;quot; /&amp;gt;
    &amp;lt;add Name=&amp;quot;SLAM_Alternate&amp;quot; ConnectionString=&amp;quot;Database=db_alt;Data Source=server;User Id=user;Password=password&amp;quot; /&amp;gt;
  &amp;lt;/ConnectionStrings&amp;gt;

  &amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot;&amp;gt;
    &amp;lt;List Site=&amp;quot;subsite&amp;quot; Name=&amp;quot;List&amp;quot; ActivationOrder=&amp;quot;1&amp;quot;&amp;gt;
      &amp;lt;Fields&amp;gt;
        &amp;lt;Field Name=&amp;quot;Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
        &amp;lt;Field Name=&amp;quot;OtherListLookup&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;OtherList&amp;quot; AssociationName=&amp;quot;ListToOtherList&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
      &amp;lt;/Fields&amp;gt;
    &amp;lt;/List&amp;gt;
    &amp;lt;ContentType Name=&amp;quot;ContentType&amp;quot; ActivationOrder=&amp;quot;2&amp;quot;&amp;gt;
      &amp;lt;Fields&amp;gt;
        &amp;lt;Field Name=&amp;quot;Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
        &amp;lt;Field Name=&amp;quot;ListLookup&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;List&amp;quot; AssociationName=&amp;quot;ContentTypeToList&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
        &amp;lt;Field Name=&amp;quot;Description&amp;quot; Column=&amp;quot;Notes&amp;quot; SqlType=&amp;quot;varchar(max)&amp;quot; SPType=&amp;quot;Note&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
      &amp;lt;/Fields&amp;gt;
    &amp;lt;/ContentType&amp;gt;
  &amp;lt;/DataMapping&amp;gt;

  &amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot; SiteCollection=&amp;quot;sites/mysecondcollection&amp;quot; ConnectionString=&amp;quot;SLAM_Alternate&amp;quot;&amp;gt;
    &amp;lt;List Site=&amp;quot;subsite&amp;quot; Name=&amp;quot;List&amp;quot; ActivationOrder=&amp;quot;2&amp;quot;&amp;gt;
      &amp;lt;Fields&amp;gt;
        &amp;lt;Field Name=&amp;quot;Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
        &amp;lt;Field Name=&amp;quot;OtherListLookup&amp;quot; SPType=&amp;quot;Lookup&amp;quot; AssociatedList=&amp;quot;OtherList&amp;quot; AssociationName=&amp;quot;ListToOtherList&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;
      &amp;lt;/Fields&amp;gt;
    &amp;lt;/List&amp;gt;
  &amp;lt;/DataMapping&amp;gt;
&amp;lt;/Configuration&amp;gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;The SLAM configuration contains two main sections, ConnectionStrings and DataMapping.  &lt;br /&gt;ConnectionStrings defines those SQL Server connection strings SLAM will use by default.  The Default attribute defines precisely that by Name as seen here with &amp;quot;SLAM&amp;quot; being the default connection string.&lt;br /&gt;The DataMappings are the focus of the SLAM configuration however.  The Lists and Content Types that SLAM should manage are defined in a DataMapping.  For each of these a set of Fields is defined, then each Field that should be mapped from SharePoint to the SLAM database.  The example describes the nodes used in the default DataMapping.  &lt;br /&gt;&lt;br /&gt;&lt;b&gt;With the release of version 1.3 different site collections can synchronize with different databases&lt;/b&gt;.  Each DataMapping section can specify a ConnectionString to use by name as defined in the ConnectionStrings section.  If no ConnectionString attribute is present in the DataMapping node the default connection string is used.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;With the release of version 1.2 SLAM works across multiple site collections&lt;/b&gt;. The SLAM configuration can have many DataMapping sections which configure Content Types and Lists to be managed by SLAM.  Each DataMapping corresponds to a different site collection.  If the SiteCollection attribute of a DataMapping element is missing or blank then that DataMapping is used to configure types and fields in the root site collection.&lt;br /&gt;&lt;br /&gt;Each node has the following attributes:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;List and Content Type
&lt;ul&gt;&lt;li&gt;Name - This is the name of the List or Content Type in SharePoint.&lt;/li&gt;
&lt;li&gt;ID - For Lists, ID is the GUID ID of the list.  It is irrelevant for Content Types.&lt;/li&gt;
&lt;li&gt;Site - The Name of the subsite (web), if applicable, in which the List or Content Type exists in SharePoint.  This name takes the form like &amp;quot;MySubsite/MysubsubSite&amp;quot;.  If left out or blank SLAM looks in the Root site (web).&lt;/li&gt;
&lt;li&gt;TableName - This is an optional attribute for giving SLAM an alternative name to give the table it creates for a type.  For example, a configuration may define two lists with the same name in different Sites and different IDs to be managed by SLAM.  These two lists might need &amp;quot;slammed&amp;quot; to separate tables.&lt;/li&gt;
&lt;li&gt;ActivationOrder - When SLAM is activated, it loads each type according to the ActivationOrder.  If order does not matter, this can be the same value for each type.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Field
&lt;ul&gt;&lt;li&gt;Name - This is the display name or inner name of the Field in SharePoint.&lt;/li&gt;
&lt;li&gt;SqlType - This is the SQL datatype which the field should be stored as.  This is used when SLAM is creating database columns.&lt;/li&gt;
&lt;li&gt;SPType - The equivalent of the SPFieldType of the Field in SharePoint.&lt;/li&gt;
&lt;li&gt;Required - Indicates whether SLAM should create the Field&amp;#39;s column as allowing nulls or not.  This value should correspond with the Field&amp;#39;s Required flag in SharePoint.&lt;/li&gt;
&lt;li&gt;AssociationName - The presence of this attribute defines a Field as one that establishes an association.  This is the name given to that association.&lt;/li&gt;
&lt;li&gt;AssociatedList - This is the name of List, treated as a &amp;quot;type name&amp;quot;, to which the containing type is being associated by this association field.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Tue, 09 Mar 2010 19:33:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: config file 20100309073333P</guid></item><item><title>New Post: Synchronize SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=203678</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Brian,&lt;/p&gt;
&lt;p&gt;Thx for your reply, I've figured it out.&amp;nbsp; I made a typo, the name of the list &amp;quot;VerlofAanvraag&amp;quot; should have been &amp;quot;Verlof&lt;strong&gt;&lt;span style="color:#ff0000"&gt;a&lt;/span&gt;&lt;/strong&gt;anvraag&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000"&gt;I didn't get any errors when I validated the slam.config.&amp;nbsp; The error occured when I synchronized for the first time. My version = 1.3.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000"&gt;With kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000"&gt;Koen&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>konvert</author><pubDate>Mon, 08 Mar 2010 13:46:46 GMT</pubDate><guid isPermaLink="false">New Post: Synchronize SLAM 20100308014646P</guid></item><item><title>New Post: Activating SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=66671</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Right, so you need to change the dummy config.&amp;nbsp; It only contains examples, so it won't be at all useful unless you created lists to match it.&amp;nbsp; And of course in any case you need to change the connection string.&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Fri, 05 Mar 2010 23:05:31 GMT</pubDate><guid isPermaLink="false">New Post: Activating SLAM 20100305110531P</guid></item><item><title>New Post: Synchronize SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=203678</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Koen,&lt;/p&gt;
&lt;p&gt;Are you using v1.3?&amp;nbsp; I'm assuming if you activated it successfully/it created tables that your config validates without any issues and you have event handlers attached to your list.&amp;nbsp; This is happening when you just edit an item in your list?&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Fri, 05 Mar 2010 23:03:18 GMT</pubDate><guid isPermaLink="false">New Post: Synchronize SLAM 20100305110318P</guid></item><item><title>New Post: Error in Diagnostic log but new line correctly inserted?</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=182644</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi ;&lt;/p&gt;
&lt;p&gt;I have only 'Sharepoint Designer' worflow associated with my 'projet' list and in this case it's not possible to disable events ?&lt;/p&gt;
&lt;p&gt;My sharepoint designer Workflow make only 'Update' for particulars fields.&lt;/p&gt;
&lt;p&gt;It's not to serious for the moment I'll leave things like that..&lt;/p&gt;
&lt;p&gt;A big 'Thank' for yous help . This tools is very useful&lt;/p&gt;
&lt;p&gt;++&lt;/p&gt;
&lt;p&gt;Lionel&lt;/p&gt;&lt;/div&gt;</description><author>mygalio</author><pubDate>Fri, 05 Mar 2010 09:29:48 GMT</pubDate><guid isPermaLink="false">New Post: Error in Diagnostic log but new line correctly inserted? 20100305092948A</guid></item><item><title>New Post: Synchronize SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=203678</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First, great work guys, this is something we have been looking out for some time.&lt;/p&gt;
&lt;p&gt;After installing SLAM and creating a simple relation to a sharepoint list, I got the following error:&lt;/p&gt;
&lt;p&gt;System.NullReferenceException: Object reference not set to an instance of an object. at AWS.SLAM.Configuration.XmlSqlDataMapping.GetTypeFields(String id, String typeName) at AWS.SLAM.Events.ListItemUpdater.Update(SPListItem listItem)&lt;/p&gt;
&lt;p&gt;Here's how my slam.config file looks like:&lt;/p&gt;
&lt;p&gt;&amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;List Name=&amp;quot;VerlofAanvraag&amp;quot; ActivationOrder=&amp;quot;1&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Field Name=&amp;quot;Gebruiker&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Fields&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/List&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/DataMapping&amp;gt;&lt;/p&gt;
&lt;p&gt;In my database I have a table called SLAM.VerlofAanvraag containing the following fields: ListItemId varchar(40) not null, ListID varchar(40) not null, ListRelativeId int not null, Gebruiker varchar(255) null.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I added a few links to some screenshots.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.4shared.com/file/233567501/76e23b3f/slamconfig.html"&gt;http://www.4shared.com/file/233567501/76e23b3f/slamconfig.html&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.4shared.com/file/233567529/4a0fd18f/column_definition.html"&gt;http://www.4shared.com/file/233567529/4a0fd18f/column_definition.html&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.4shared.com/file/233567557/e2f66a4f/database.html"&gt;http://www.4shared.com/file/233567557/e2f66a4f/database.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.4shared.com/file/233568807/cf3a1d0f/diagnostic.html"&gt;http://www.4shared.com/file/233568807/cf3a1d0f/diagnostic.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Any help would be nice.&lt;/p&gt;
&lt;p&gt;With kind regards,&lt;/p&gt;
&lt;p&gt;Koen&lt;/p&gt;&lt;/div&gt;</description><author>konvert</author><pubDate>Wed, 03 Mar 2010 16:10:45 GMT</pubDate><guid isPermaLink="false">New Post: Synchronize SLAM 20100303041045P</guid></item><item><title>New Post: Activating SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=66671</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;well i've used the slam.dummy.config, renamed it to slam.config and put it to the root of the site's virtual directory. Is there no chance to test it with the dummy or is it a must to config it immediatly the right way?&lt;/p&gt;
&lt;p&gt;I'm doing hard to config...&lt;/p&gt;&lt;/div&gt;</description><author>Renator</author><pubDate>Wed, 03 Mar 2010 07:11:44 GMT</pubDate><guid isPermaLink="false">New Post: Activating SLAM 20100303071144A</guid></item><item><title>New Post: Activating SLAM</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=66671</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Renator,&lt;/p&gt;
&lt;p&gt;SLAM is a site collection feature, not a site feature.&amp;nbsp; Once you activate the site collection feature you will see the SLAM Control Panel link appear under Site Collection Administration.&amp;nbsp; Even if you get to the SLAM Control Panel via the link the result will be the same as navigating directly.&amp;nbsp; As the error suggests, you need to create a slam.config in the root of your site's virtual directory.&amp;nbsp; Right now it cannot find a slam config.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;</description><author>brjenkins</author><pubDate>Tue, 02 Mar 2010 19:55:15 GMT</pubDate><guid isPermaLink="false">New Post: Activating SLAM 20100302075515P</guid></item><item><title>New Post: Sync:  manual works, auto doesn't</title><link>http://slam.codeplex.com/Thread/View.aspx?ThreadId=76747</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;I modified the slam.config file to include the SiteCollection=&amp;quot;sites/MTDT&amp;quot;
parameter in the DataMapping section, which fixed the broken sync issue:&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;
?&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;&amp;lt;Configuration&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;  &amp;lt;ConnectionStrings Default=&amp;quot;SLAM&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;    &amp;lt;add Name=&amp;quot;SLAM&amp;quot;
ConnectionString=&amp;quot;Database=SLAM;Data Source=spserver\spsql;User Id=useidr;Password=password&amp;quot;
/&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;  &amp;lt;/ConnectionStrings&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;  &amp;lt;DataMapping DataSchema=&amp;quot;SLAM&amp;quot;
SiteCollection=&amp;quot;sites/MTDT&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;    &amp;lt;List Name=&amp;quot;Blackberry Requests&amp;quot;
ActivationOrder=&amp;quot;1&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;      &amp;lt;Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;        &amp;lt;Field Name=&amp;quot;Title&amp;quot;
SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Person
Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;Address&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
1&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
2&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
3&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
4&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Current
Phone No&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
5&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Question
6&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Choice&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;DataFeature&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Yes/No&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;TetheringFeature&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Yes/No&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Name&amp;quot;
SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;Division&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;Bureau&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Email&amp;quot;
SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;CreatedDate&amp;quot; SqlType=&amp;quot;datetime&amp;quot;
SPType=&amp;quot;DateTime&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;CompletedDate&amp;quot; SqlType=&amp;quot;datetime&amp;quot;
SPType=&amp;quot;DateTime&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field
Name=&amp;quot;WF_Result&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;Activation
Date&amp;quot; SqlType=&amp;quot;datetime&amp;quot; SPType=&amp;quot;DateTime&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                &amp;lt;Field Name=&amp;quot;New Cell
Phone&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                  &amp;lt;/Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;    &amp;lt;/List&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                  &amp;lt;List Name=&amp;quot;BlackberryRequests&amp;quot;
TableName=&amp;quot;BlackberryReqFormLib&amp;quot; ActivationOrder=&amp;quot;1&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                  &amp;lt;Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;JobTitle&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;OfficeAddress&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Requester&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Division&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Bureau&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;RequesterEmail&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Created&amp;quot; SqlType=&amp;quot;datetime&amp;quot;
SPType=&amp;quot;DateTime&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Modified&amp;quot; SqlType=&amp;quot;datetime&amp;quot;
SPType=&amp;quot;DateTime&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Blackberry WFv2&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Modified By&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;DC_Comment&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                  &amp;lt;/Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                  &amp;lt;/List&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                  &amp;lt;List Name=&amp;quot;WebPageChangeRequest&amp;quot;
ActivationOrder=&amp;quot;1&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                  &amp;lt;Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Title&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;AssistantComissionerApproval&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;AssistantCommissioner&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;WorkPhone&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;WebPageChangeRequestWF2&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field Name=&amp;quot;WebPagechangeRequestWF3&amp;quot;
SqlType=&amp;quot;varchar(255)&amp;quot; SPType=&amp;quot;Text&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Requestor&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Division&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Bureau&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Office&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Created&amp;quot; SqlType=&amp;quot;datetime&amp;quot; SPType=&amp;quot;DateTime&amp;quot;
Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Modified&amp;quot; SqlType=&amp;quot;datetime&amp;quot;
SPType=&amp;quot;DateTime&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;Modified By&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;OnlineReviewStaff&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;OnlineEditor&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                                  &amp;lt;Field
Name=&amp;quot;OnlineEditorApproval&amp;quot; SqlType=&amp;quot;varchar(255)&amp;quot;
SPType=&amp;quot;Text&amp;quot; Required=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/Field&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                                  &amp;lt;/Fields&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                  &amp;lt;/List&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;  &amp;lt;/DataMapping&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;                &lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;&amp;lt;/Configuration&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;pre&gt;**********************************************************************
The New York City Department of Health &amp; Mental Hygiene is now offering information important for the health of all New Yorkers.  To sign up for these new and valuable updates, log-on to our website at http://www.nyc.gov/health/email and select the NYC DOHMH updates you'd like to receive.
IMPORTANT NOTICE:  This email is meant only for the use of the intended recipient.  It may contain confidential information that is legally privileged or otherwise protected by law.  If you have received this communication in error, please notify me immediately by replying to this message and please delete it from your computer.  Thank you for your cooperation.
&lt;/pre&gt;&lt;/div&gt;</description><author>jegan</author><pubDate>Tue, 02 Mar 2010 13:45:49 GMT</pubDate><guid isPermaLink="false">New Post: Sync:  manual works, auto doesn't 20100302014549P</guid></item></channel></rss>