<rss version="2.0"><channel><language>english</language><title>Sage SalesLogix Developer's Subscription</title><link>http://www.sageu.com/saleslogix/multiuser/</link><description>The Sage SalesLogix Developer’s Subscription is a repository of short, on demand videos that show you how to use many of the features in the Application Architect and other SalesLogix development environments, including Sage SalesLogix LAN, Web, Mobile, and Visual Analyzer.</description><ttl>60</ttl><item><title>Create a Bundle that Contains Other Bundles</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a bundle that contains other bundles. This process can be useful for project backups, pre-service pack steps, and it is a good practice when considering SAS or SOX compliance. You will learn how to:
&lt;ul&gt;
&lt;li&gt;Create a new master project.&lt;/li&gt;
&lt;li&gt;Merge a bundle into the project.&lt;/li&gt;
&lt;li&gt;Merge a second bundle into the project and select the bundle merge position.&lt;/li&gt;
&lt;li&gt;Set the bundle install order.&lt;/li&gt;
&lt;li&gt;Save the master bundle project.&lt;/li&gt;
&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.5.2</subcategory><duration>9:04</duration><subscription>Developer</subscription><PublicationDate>09/30/2009</PublicationDate><PubDate>2009/09/30</PubDate></item><item><title>Use the Popup Editor</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Popup Editor to control a datagrids' popup edit options? You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the OnPopupMenuClick event.&lt;/li&gt;
&lt;li&gt;Test the form in the SalesLogix Client.
&lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.5.1</subcategory><duration>3:51</duration><subscription>Developer</subscription><PublicationDate>7/23/2009</PublicationDate><PubDate>2009/7/23</PubDate></item><item><title>Use the User Options Table</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the User Options table to auto-increment for a quote ID on a sales person's initials. You will learn how to:&lt;ul&gt;&lt;li&gt;
Explore the USEROPTIONS table in the SQL Server database.&lt;/li&gt;
&lt;li&gt;
Explore the UserOptions.GetAsInteger and .SetAsInteger functions.
&lt;/li&gt;
&lt;li&gt;Implement code to increment the quote ID everytime you call the code.&lt;/li&gt;
&lt;li&gt;Test the code in the SalesLogix Client.
&lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.5.1</subcategory><duration>6:47</duration><subscription>Developer</subscription><PublicationDate>7/23/2009</PublicationDate><PubDate>2009/7/23</PubDate></item><item><title>Create a Radio Group (mutually exclusive and accepts focus)</title><link>http://www.sageu.com/crm</link><description>The default tab group in SalesLogix does not allow focus, and this causes efficiency problems for keyboard only users. This video shows you how to add a radio button group that allows focus.</description><category>LAN</category><subcategory>v7.5.1</subcategory><duration>5:43</duration><subscription>Developer</subscription><PublicationDate>05/04/2009</PublicationDate><PubDate>2009/05/04</PubDate></item><item><title>Reuse a Detail Form to Function as an Insert Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reuse a Detail form by hiding the navigation to become an Insert form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify a quick form to add a LoadAction for Insert. &lt;/li&gt;&lt;li&gt;
Add a new entity page for InsertNewSenator. &lt;/li&gt;&lt;li&gt;
Add a new Senator menu item to the New menu. &lt;/li&gt;&lt;li&gt;
Finally, build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul
</description><category>LAN</category><subcategory>v7.2.2</subcategory><duration>8:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Encrypt Data on a Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to send data to the registry, read data, encrypt data, and decrypt data. You will learn how to:&lt;ul&gt;&lt;li&gt;
Register the SLXRWEL DLL. (1:20)&lt;/li&gt;&lt;li&gt;
Create a form in the Architect to send data to the registry and use the Application.BasicFunctions.RegGetValue. (1:50)&lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>8:30</duration><subscription>Developer</subscription><PublicationDate>06/01/2008</PublicationDate><PubDate>2008/06/01</PubDate></item><item><title>Modify a DataGrid</title><link>http://www.sageu.com/crm</link><description>The Course Enrollment data grid (C_EnrollDataGrid) tracks the courses for which a particular contact has enrolled. It contains data from two different tables: C_Course and C_Enrollment. This video shows you how to change the column properties so that users can only edit columns that update the C_Enrollment table. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Architect project named DevAdvanced. &lt;/li&gt;&lt;li&gt;
Add the C_EnrollDataGrid form from the DevIntro bundle to the new project. &lt;/li&gt;&lt;li&gt;
Apply formatting to the columns in the data grid. &lt;/li&gt;&lt;li&gt;
Save the changes, and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>4:24</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Data Form to Add Records from a Main View</title><link>http://www.sageu.com/crm</link><description>The Contact Enrollment form lists each contact enrolled for the selected course. This video shows you how to create a data form so users can add new enrollments from a right-click menu on the Contact Enrollment form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use an existing lookup to retrieve the ContactID and Contact Last Name for use on the form. &lt;/li&gt;&lt;li&gt;
Create a new data form (C_ADDEDITContactEnrollment) to allow users to add/edit an enrollment:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;
Add labels. &lt;/li&gt;&lt;li&gt;
Add an Edit control and bind the Text property. &lt;/li&gt;&lt;li&gt;
Add a LookupEdit control. &lt;/li&gt;&lt;li&gt;
Add a CheckBox control. &lt;/li&gt;&lt;/ul&gt;&lt;li&gt;
Tie the form to the Enrollment data grid. (9:15)
Save the changes, and test them in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>13:13</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Menu Item to Launch a New Manage Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a menu item to launch a form. This form should contain a button that displays a Hello World message box when clicked. You will also use the Application object to return the current Account Name and Account ID in an edit box on the manage form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a manage form. &lt;/li&gt;&lt;li&gt;
Add a new label (Account Name) to the form. &lt;/li&gt;&lt;li&gt;
Add a button to the form (Click Me). &lt;/li&gt;&lt;li&gt;
Add a new OnClick event to the button that uses Application.BasicFunctions to retrieve the account name. &lt;/li&gt;&lt;li&gt;
Save the form as C_HelloWorldForm in the Personal family. &lt;/li&gt;&lt;li&gt;
Add a new menu item to launch the new form from the standard SalesLogix Client Menu Bar. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>9:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Install the DevIntro Bundle</title><link>http://www.sageu.com/crm</link><description>In the Introduction to Developing for Sage SalesLogix LAN v7.2 course, you can learn how to create a new project (DevIntro) to allow SalesLogix users to track courses and enrollments for their SalesLogix contacts. This video shows you how to create a development environment, and then install and review this project. You will learn how to:&lt;ul&gt;&lt;li&gt;
Back up the SalesLogix database. &lt;/li&gt;&lt;li&gt;
Restore the backup of the database. &lt;/li&gt;&lt;li&gt;
Create a DEVELOPMENT database connection. &lt;/li&gt;&lt;li&gt;
Create a DEVELOPMENT data link and log on to the Administrator. &lt;/li&gt;&lt;li&gt;
Install the DevIntro bundle. &lt;/li&gt;&lt;li&gt;
Review the bundle in the LAN Architect. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>10:11</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Modal Manage Form to Capture Course Values</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a new menu item to insert a new course. The Insert Course form should script to populate some of the form values to comply with business rules. You will learn how to:&lt;ul&gt;&lt;li&gt;
Select controls from an existing plugin and paste them on a new manage form. &lt;/li&gt;&lt;li&gt;
Populate the Price and No of Places combo boxes through VBScript in the form Create event. Format the values as currency and range from $300-$2100 with increments of $300 using a For Next loop. &lt;/li&gt;&lt;li&gt;
Append a new Course menu item (C_ADDCourseMenu) to the standard SalesLogix Client Insert menu after the Campaign menu item to launch a new Add a New Course manage form (C_ADDCourse). &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>8:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Execute a SQL Statement to Return the Number of Contacts</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a SQL statement to return the number of contacts for the current account. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new function called GetContactCount. &lt;/li&gt;&lt;li&gt;
Create a connection using the Application object. &lt;/li&gt;&lt;li&gt;
Create a SQL SELECT statement to return the number of contacts for the current account. &lt;/li&gt;&lt;li&gt;
Create a recordset to store the results of the SQL statement, and then display the results on the Hello World message box. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>4:04</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Modify the Activities Dialog with an Image Control</title><link>http://www.sageu.com/crm</link><description>LAND4.3:  This video shows you how to create a new contact form to display a contact's picture. Users should be able to load an image from a file using the OpenPictureDialog control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new tab to the Activity Details View form--one tab for the Activity Detail and the other tab for the Contact Information. &lt;/li&gt;&lt;li&gt;
On the Activity Detail tab, cut and paste all activity-related controls from the original form. &lt;/li&gt;&lt;li&gt;
On the Contact Information tab, add an image control to display the contact's image and any other contact detail information you want. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>8:43</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Execute a SQL Statement to Update a Field</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new memo box on the form to record the business description. You will also create a new button to update the database with any changes to the description. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a button to a form (Update). &lt;/li&gt;&lt;li&gt;
Add a new label (Description of Business:) and memo box to a form. &lt;/li&gt;&lt;li&gt;
Add an OnClick event to the button that uses a sub procedure that includes a SQL UPDATE statement and the Connection object EXECUTE method to update the business description.&lt;/li&gt;&lt;li&gt;
Display the number of records updated on a message box when a user clicks the Save button. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>5:35</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use the Debugger</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Visual Studio debug tools within the SalesLogix development environment. These tools help you find bugs in your code, change code on the fly, and understand the flow of your program. You will learn how to:&lt;ul&gt;&lt;li&gt;
Put a STOP in your code to force the debugger. &lt;/li&gt;&lt;li&gt;
Launch the debugger in the SalesLogix Client. &lt;/li&gt;&lt;li&gt;
Step into and step over code. &lt;/li&gt;&lt;li&gt;
Use the Locals, Watch, and Immediate windows. &lt;/li&gt;&lt;li&gt;
Add and modifying code to the Watch list.&lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>5:43</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use Error Handling</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Visual Studio debugger functionality to help you handle errors.  You will learn how to:&lt;ul&gt;&lt;li&gt;
Include the SLX Error Support script.&lt;/li&gt;&lt;li&gt;
Use the ErrorCheck and ErrorCheckSLX procedures within the SLX Error Support script. &lt;/li&gt;&lt;li&gt;
Use On Error Resume Next and On Error Goto 0. &lt;/li&gt;&lt;li&gt;
Enable debugging in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>9:39</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use VBScript to Validate Data</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use several VBScript functions to manipulate and validate data on a form before the user can save course information. You will learn how to:&lt;ul&gt;&lt;li&gt;
If the user selects a Start Date, manipulate the End Date using the OnChange event of startdate populates with a date two days from the selected Start Date. &lt;/li&gt;&lt;li&gt;
Create a function called IsWeekend(). Use the datepart function to determine if the date is a weekend. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>8:14</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Make Tabs Visible and Invisible at Runtime</title><link>http://www.sageu.com/crm</link><description>This video shows you how use the Tab control to create a wizard. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new project in the Architect.&lt;/li&gt;
&lt;li&gt;Create a new Account Form.&lt;/li&gt;
&lt;li&gt;Add a tab control to the form.&lt;/li&gt;
&lt;li&gt;Add a button to iterate through each tab.&lt;/li&gt;
&lt;li&gt;Add an OnCreate event for the form.&lt;/li&gt;
&lt;li&gt;Add an OnClick event to the button.&lt;/li&gt;
&lt;li&gt;Add an OnChange event of the tab control to remove the button when the user reaches the last tab.&lt;/li&gt;
&lt;li&gt;Test the changes in the SalesLogix LAN Client.&lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>11:08</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Calculated Field for Use on a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a calculated field and add it to the Contact Enrollment form (C_ContactEnrollDataGrid), which will display Contact Name and Account Name in the same data column. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a calculated field based on the Contact table. This field should include First Name, Last Name, and Account.&lt;/li&gt;&lt;li&gt;
Change the SQL property on the data grid to reference the new calculated field. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>5:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Consume a Web Service Using SOAP</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a Web service to retrieve sample SalesLogix multi-currency rates using SOAP. You will learn how to:&lt;ul&gt;&lt;li&gt;
Enable multi-currency in the Administrator. Set the base currency to USD, and and allow users to change an opportunity's rate.&lt;/li&gt;&lt;li&gt;
Test the GetForEx Web service. &lt;/li&gt;&lt;li&gt;
Create a new GetRateWS project in the Architect, and modify the System: Update Opportunity Currency form. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>12:01</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Calculated Field for use on a LookupEdit Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a calculated field and add it to the Add/Edit Contact Enrollment form (C_ADDEDITEnrollment), which will display Course Name and Instructor Name the same LookupEdit control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a calculated field based on the C_Course table.&lt;/li&gt;&lt;li&gt;
Change the CourseName lookup on the form so that it references the new calculated field.&lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>5:25</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Hyperlink Field for use on a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a hyperlink field and add it to the Enrollments data grid (C_EnrollDataGrid), which will launch the Course main view (C_CourseMV) when you click a course name from within the grid. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a hidden field (C_CourseID) to the C_EnrollDataGrid. &lt;/li&gt;&lt;li&gt;
Use the Add method of the Application object to reference the Courses main view. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>4:54</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Hyperlink Field for use on a Data Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a hyperlink field and add it to the First Form data form (C_FirstForm), which will launch the Account main view when you click the account name. You will learn how to:&lt;ul&gt;&lt;li&gt;
Change the Account edit control to a lookup control. &lt;/li&gt;&lt;li&gt;
Reference the AccountID in the LookupID. This ID will be used when calling the InvokeMainView method (in SLX_Common). &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>6:34</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add the Ability to Copy a Course</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a copy feature to the Add a New Course form (C_ADDCourse) in order to allow users to copy from an existing course. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new constant variable to the C_SQLStatement script.&lt;/li&gt;&lt;li&gt;
Add a Course Copy lookup control to the form. &lt;/li&gt;&lt;li&gt;
Create a new sub called DoLoadFromCourseID in the C_ADDCourse form using the DataCommand class to return a recordset object to load the form controls. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>6:53</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Enhance the Look of the Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add enhance the look of the Contact Enrollment data grid (C_ContactEnrollDataGrid) by using script to change colors. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add code to the CustomDrawCell event of the enrollment data grid control. &lt;/li&gt;&lt;li&gt;
If the IsSelected parameter is false and the row is even or odd, set the appropriate color property for that cell. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>7:03</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create an Activity for New Contact Enrollments</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create an activity whenever a contact is enrolled in a course using the Add a New Contact Enrollment form (C_ADDEDIT_ContactEnrollment). You will learn how to:&lt;ul&gt;&lt;li&gt;
Add code behind the OK button on the form. &lt;/li&gt;&lt;li&gt;
Include the SLX Activity Support script. &lt;/li&gt;&lt;li&gt;
Use the Application Activity Object to create the activity object. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>9:40</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Insert an Image from a File on the Contact Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new contact form to display a contact's picture. Users should be able to load an image from a file using the OpenPictureDialog control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new BLOB field to the database to store the ContactPicture.&lt;/li&gt;&lt;li&gt;
Create a new Contact data form. &lt;/li&gt;&lt;li&gt;
Add an image control to store an image. &lt;/li&gt;&lt;li&gt;
Add a button to allow a user to load an image file from the form using the OpenPictureDialog control. &lt;/li&gt;&lt;li&gt;
Bind the image control to the database. &lt;/li&gt;&lt;li&gt;
Set the allowed file types.&lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>9:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Manage Form to Learn about VSSC Performance</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create manage form with a data grid linked to the Account table. You will also create two buttons and edit boxes to compare elapsed time when populating the data grid with and without VSSC. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new manage form (Example VSSC) to the project. On the form, add a data grid linking to the Account table. &lt;/li&gt;&lt;li&gt;
Add two buttons to call the LoadGrid procedure. &lt;/li&gt;&lt;li&gt;
Create a new sub procedure (LoadGrid) to set the grid's recordset to nothing, start the timer, refresh the data grid, and then get the end timer value. &lt;/li&gt;&lt;li&gt;
Add a menu item to the Examples menu to launch the form. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>11:11</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Save Form Data to the Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a SQL statement script and a DataCommand class to save data to the database from the Add a New Course form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a VBScript plugin to contain parameterized SQL statements. Also create a SQL INSERT statement using ? for parameters. &lt;/li&gt;&lt;li&gt;
Change the AXCloseQuery function to call a Save sub that uses the DataCommand class. &lt;/li&gt;&lt;li&gt;
Create a VBScript plugin to contain a DataCommand class. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>16:13</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Read and Write Text to a File</title><link>http://www.sageu.com/crm</link><description>This video shows you how to read and write to a text file using the File System Object. You will learn how to:&lt;ul&gt;&lt;li&gt;
Review a sample form with some read/write functions. &lt;/li&gt;&lt;li&gt;
Explore the controls and properties on the form. &lt;/li&gt;&lt;li&gt;
Create a file system object. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>10:46</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Google Maps Application in SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new Account form to display an account's latitude and longitude and a Google map in the More Tabs area. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Account form in the Architect with two controls bound to the Lat and Lon fields in the ADDRESS table and a Browser control.&lt;/li&gt;&lt;li&gt;
Add an OnChange event to the form that calls the googlemaps.htm file from the Browser control (bwsrGoogle). &lt;/li&gt;&lt;li&gt;
Copy the googlemaps.htm file into the SalesLogix installation directory, and then test the customization. &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>9:30</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Third-Party Application to Load XML Data into SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a VB.NET project to load an XML file with latitude and longitude data for SalesLogix accounts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Database Manager to add latitude and longitude fields to the ADDRESS table. &lt;/li&gt;&lt;li&gt;
Create a new project in Visual Studio that loads data from an XML file. &lt;/li&gt;&lt;li&gt;
After running the project, open SQL Server Management Studio Express to make sure the data uploaded to the database successfully. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>15:12</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Secured Function for the Insert Menu</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create functionality to automatically enable or disable a menu item based on the active main view. For example, if a user opens the Courses main view, the Insert menu should contain a Course menu item. If the user is not on the Courses main view, the Course menu item will be disabled. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a Secured Function. &lt;/li&gt;&lt;li&gt;
Change the Standard Menu (Insert) plugin to reference the secured function. &lt;/li&gt;&lt;li&gt;
Add global script to launch the new function. &lt;/li&gt;&lt;li&gt;
Add global script to manage the enabled property of the menu item. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client.  &lt;/li&gt;&lt;/ul&gt;</description><category>LAN</category><subcategory>v7.2</subcategory><duration>7:07</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Consume a Business Object .NET DLL in SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a business object for the Course table. You will then consume the Course business object DLL from the Add Course form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new .NET Class Library (BusinessObjectAdapter) with a new class (CourseAdapter.vb) in Visual Studio.&lt;/li&gt;&lt;li&gt;
Add the compiled class library (BusinessObjectAdapter.dll) to SalesLogix. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>19:07</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Implement Row-Level Security Through a Wrapper</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a security wrapper to only show those contacts where the Account Manager is set to the currently logged on user. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to the SalesLogix Client as Lee, and change Account Manager for Louis Zessner to Samantha Brink. &lt;/li&gt;&lt;li&gt;
Create a new Visual Studio project (SLXDemo) and add two VB.NET classes. &lt;/li&gt;&lt;li&gt;
Create an XML document that incorporates the SLXDemo DLL and a connection string in the form of a udl file. &lt;/li&gt;&lt;li&gt;
Execute the SLXPLuginBuilder.exe and SLXProviderPlugin.exe to implement the security. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>13:24</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use a CASE Statement in a Calculated Field</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Calculated Fields using more complex SQL (Case Statements) as well as SLXProfiler to debug or view your Calculated Fields as they are being queried. You will learn how to: &lt;ul&gt;&lt;li&gt;
Explore some of the existing Calculated fields and the new Calculated Field including a CASE statement. &lt;/li&gt;&lt;li&gt;
Use the SLXProfiler to attach to a SLX instance and view queries going through the provider. &lt;/li&gt;&lt;li&gt;
Discuss how this type of calculated field is "like" a custom property as in the 7.2.X Web client &lt;/li&gt;&lt;li&gt;
Use this calculated field to set label properties and checkbox.checked properties. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>7:41</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Consume a .NET DLL in SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to convert the DataCommand class into a .NET class library. You will then modify the Add Course form to use the new DLL to insert a course. You will learn how to:&lt;ul&gt;&lt;li&gt;
Review the .NET Class Library (DataAccess) with a class (DataCommand.vb) that your trainer created for you. There are four different functions to manage/execute the SQL statements: ReturnDataReader, ReturnDataSet, ExecuteSQL, and ReturnValue. &lt;/li&gt;&lt;li&gt;
Add a new Class Library (DataAdapter) with a new class (DataAdapter.vb) in Visual Studio. &lt;/li&gt;&lt;li&gt;
Add the compiled class library (DataAdapter.dll) to SalesLogix. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>15:44</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Consume a Web Service Using XMLHTTP</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a use a Web service to retrieve a sample object using XMLHTTP. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a script to the Update Opportunity Currency form that returns a first and last name when you click the Lookup button.&lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>7:53</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Bundle a Project</title><link>http://www.sageu.com/crm</link><description>This video shows you how to bundle a project. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open a project in the Architect. &lt;/li&gt;&lt;li&gt;
Include tables, fields, plugins, and other actions in a bundle. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>4:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Consume a Web Service Using .NET</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a use a Web service to retrieve a sample object using .NET. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new .NET Class Library.&lt;/li&gt;&lt;li&gt;
Add the compiled class library (DotNetForexRates.dll) to SalesLogix and reference the library in the script of the Update Opportunity Currency form. &lt;/li&gt;&lt;li&gt;
Save and test the changes in the SalesLogix Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v7.2</subcategory><duration>15:19</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use the SLX SQL Profiler</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the SLX SQL Profiler utility to interrogate and optimize SQL statements in the SalesLogix Client. In this example, you will use the utility to better understand how the Virtual Server-Side Cursor (VSSC) sorting works. You will learn how to:&lt;ul&gt;&lt;li&gt;
Launch the utility, and run some statements against VSSC (on vs. off). &lt;/li&gt;&lt;li&gt;
Use the Query Optimizer. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v6.2</subcategory><duration>8:11</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Use the Legacy Form Converter</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use use the Form Converter tool to convert legacy Architect forms. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open a legacy form in the LAN Architect, and add to a project. &lt;/li&gt;&lt;li&gt;
Install the Form Conversion utility. &lt;/li&gt;&lt;li&gt;
Run the conversion, and step through the code for recommended changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v6.2</subcategory><duration>5:12</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Change Debug Settings (turn off "Always")</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use each debugging option in the LAN Client; specifically, how to turn off your Debug setting once you set it to "Always." You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a sample form with an error in the LAN Architect. &lt;/li&gt;&lt;li&gt;
Set the Debugging setting to On Error. &lt;/li&gt;&lt;li&gt;
Set the Debugging setting to Always. &lt;/li&gt;&lt;li&gt;
Log on the Administrator to turn off the Always setting. &lt;/li&gt;&lt;li&gt;
Log on to SQL Enterprise Manager to turn off the Always setting. &lt;/li&gt;&lt;/ul&gt;
</description><category>LAN</category><subcategory>v6.2</subcategory><duration>9:20</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Hook into a Change Event on a BlackBerry Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to change the value of a control based on the action invoked event from another control on a SalesLogix Mobile form for the BlackBerry. You will learn how to: &lt;ul&gt;&lt;li&gt;
Open the BlackBerry Account form in the Mobile Architect.&lt;/li&gt;&lt;li&gt;
View the Code Behind and add the following using statements: sage.mobile.ui.controls.CMPEditField, sage.mobile.ui.controls.CMPicklist,  sage.mobile.codebinding.FormCodeBehind, net.rim.device.api.ui.Field. &lt;/li&gt;&lt;li&gt;
Add an actioninvoke method to change a control based on the focus or changed value of another control. &lt;/li&gt;&lt;li&gt;
Build, deploy, and test the changes in the Mobile Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.5</subcategory><duration>7:18</duration><subscription>Developer</subscription><PublicationDate>07/01/2009</PublicationDate><PubDate>2009/07/01</PubDate></item><item><title>Configure the Pocket PC Emulator and Perform a Sync Using ActiveSync</title><link>http://www.sageu.com/crm</link><description>Configure the Pocket PC Emulator for synchronization. You will learn how to:
Connect the Pocket PC device to your computer and simulate a first-time sync.&lt;ul&gt;&lt;li&gt;
Configure SalesLogix for the Pocket PC.&lt;/li&gt;&lt;li&gt;
Review the navigation options to learn about ways to use they keyboard and mouse to navigate the device, and add a new address for the Abbott Ltd. account. &lt;/li&gt;&lt;li&gt;
Open the Device Emulator Manager, cradle the device, and connect the device to your PC using ActiveSync. Perform an incremental sync, and open the LAN Client to view data changes.  &lt;/li&gt;&lt;li&gt;
Configure customization tools for the Pocket PC. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>14:30</duration><subscription>Developer</subscription><PublicationDate>10/02/2008</PublicationDate><PubDate>2008/10/02</PubDate></item><item><title>Add Context Menu Support - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Add context menu support to a Pocket PC Form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Edit the Menu property for the Bank Account grid on the Contacts tab. &lt;/li&gt;&lt;li&gt;
Update the client system, compile, deploy, and sync customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>2:52</duration><subscription>Developer</subscription><PublicationDate>10/01/2009</PublicationDate><PubDate>2009/10/01</PubDate></item><item><title>Create a One-to-One Relationship - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Create a new Bank Account form to list bank info. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import a table and create a business object.. &lt;/li&gt;&lt;li&gt;
Open the existing Contact business object, and add code to the object in order to nest the ContactOther business object inside the Contact business object, which creates a one-to-one relationship between Contact and ContactOther.  &lt;/li&gt;&lt;li&gt;
Add the text fields to the new data grid: IM Address and Preferred Location. &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;li&gt;
Update Client Server/Server Client maps. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>4:10</duration><subscription>Developer</subscription><PublicationDate>10/01/2009</PublicationDate><PubDate>2009/10/01</PubDate></item><item><title>Create a Detail Panel - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Add a detail panel to display bank account summary information. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a detail panel bound to the BankAccount business object. &lt;li&gt;&lt;/li&gt;
Update the client system. &lt;li&gt;&lt;/li&gt;
Add an action bar available from the main screen to launch the Bank Account detail panel. &lt;li&gt;&lt;/li&gt;
Add a client query to display the bank accounts. &lt;li&gt;&lt;/li&gt;
Modify the Bank Account form. &lt;li&gt;&lt;/li&gt;
Update the client system, compile, deploy, and sync customizations. &lt;li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>16:09</duration><subscription>Developer</subscription><PublicationDate>10/01/2009</PublicationDate><PubDate>2009/10/01</PubDate></item><item><title>Add a Language Statement</title><link>http://www.sageu.com/crm</link><description>Learn how to add a new language statements manually and by import. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new language statement manually for both English and English - BlackBerry languages. &lt;/li&gt;&lt;li&gt;
Import group of language statements from a CSV file for both English and English - BlackBerry languages. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>2:50</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a Designer Database</title><link>http://www.sageu.com/crm</link><description>Create a Designer database and connection to use for all Mobile customizations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create the Designer database.&lt;/li&gt;&lt;li&gt;
Create a connection to the Designer database. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>3:42</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Modify a Mobile User's Master Selection Method</title><link>http://www.sageu.com/crm</link><description>This video shows you how to modify settings on the Synchronization tab for a Mobile user. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new user and see how to sync based off a group (All Accounts).&lt;/li&gt;&lt;li&gt;
Build a new query and sync based off that query. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>5:42</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a Package</title><link>http://www.sageu.com/crm</link><description>Create a package to transport your customizations from one Designer database to another, as well as to deploy your customizations directly to a Deployment database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a Designer package for PPC and BlackBerry. &lt;/li&gt;&lt;li&gt;
Create a Deployment package for PPC and BlackBerry. Make sure to include required files for deployment. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>6:33</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a New Library and Use a Business Object - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Create a library to display a message box. You will also use the library to use business objects with a library. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a library and update the Client System. &lt;/li&gt;&lt;li&gt;
Modify the library class to use a business object. &lt;/li&gt;&lt;li&gt;
Modify the Account form to call the new function. &lt;/li&gt;&lt;li&gt;
Modify the Account form and add a toolbar button. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>9:19</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a New Navigation Panel</title><link>http://www.sageu.com/crm</link><description>Create a new navigation panel with a button to launch a message box. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new navigation panel and add event code. &lt;/li&gt;&lt;li&gt;
Update the client system. &lt;/li&gt;&lt;li&gt;
Modify the Standard Navigation panel. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>6:15</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a New Form and a New Tab - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Create a new Bank Account form to list bank info. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new form and bind it to the BankAccount business object. &lt;/li&gt;&lt;li&gt;
Add fields for Bank Name, Account Number, Balance, and Active. &lt;/li&gt;&lt;li&gt;
Review the toolbar events and modify the Bank Account form code to support save and cancel functionality. &lt;/li&gt;&lt;li&gt;
Add a new tab to the Contact form and add a data grid. &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;

</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>13:24</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Set Up and Configure a Mobile User</title><link>http://www.sageu.com/crm</link><description>Create a SalesLogix Mobile user profile for each device to test customizations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new connection to the Mobile Administrator. &lt;/li&gt;&lt;li&gt;
Create a BlackBerry user. &lt;/li&gt;&lt;li&gt;
Create a Pocket PC user. &lt;/li&gt;&lt;li&gt;
Create a Smartphone user. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>5:23</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Configure the BlackBerry Simulator</title><link>http://www.sageu.com/crm</link><description>Set up your environment for BlackBerry-specific customization tasks. Then configure the BlackBerry Simulator for OTA installation and synchronization. Add a test account to verify data synchronzation. You will learn how to:&lt;ul&gt;&lt;li&gt;
Remove the signing key from the template that was installed with the Application Architect. &lt;/li&gt;&lt;li&gt;
Modify the signature and template files to make sure they are using the correct file versions. &lt;/li&gt;&lt;li&gt;
Log on to the Application Architect and build the BlackBerry Client System to create the Client System directory within Inetpub. &lt;/li&gt;&lt;li&gt;
Copy the appropriate files for customization to the BlackBerry Client System directory within Inetpub. &lt;/li&gt;&lt;li&gt;
Install the BlackBerry Client using OTA. &lt;/li&gt;&lt;li&gt;
Configure SalesLogix, and simulate a first-time sync using OTA. &lt;/li&gt;&lt;li&gt;
Review the navigation options to learn about ways to use they keyboard and mouse to navigate the device, and add a new address for the Abbott Ltd. account. &lt;/li&gt;&lt;li&gt;
Open BlackBerry MDS Services Simulator to simulate a wireless connection, and then open the LAN Client to view data changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>20:31</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a Menu - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Add a menu to appear at the top level of the Account form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add the appropriate import statement to the top of the form code. &lt;/li&gt;&lt;li&gt;
Add an initialization sub to create an Execute Action menu item that returns a dialog box. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>4:32</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a One-to-One Relationship - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Import a table from the SalesLogix Evaluation database for use on the Contact form. Then add a tab with a data grid on the Contact form to display the info from the table. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import the CONTACTOTHER table and set the primary key to CONTACTID. &lt;/li&gt;&lt;li&gt;
Add a table relationship (one-to-one) to make sure the data from the CONTACTOTHER table loads when the Contact record loads.  &lt;/li&gt;&lt;li&gt;
Update the client system and update client/server maps. &lt;/li&gt;&lt;li&gt;
Add the following text fields to the new data grid: IM Address and Preferred Location. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>8:15</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Import a Table and Add Indexes - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Import a table from the SalesLogix Evaluation database for use on a form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import the BANKACCOUNT table and set the primary key to BANKACCOUNTID. &lt;/li&gt;&lt;li&gt;
Add a indexes for AccountNumber, BankName, and ContactID to use as sort fields.  &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>7:17</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a New Field to a BlackBerry Form</title><link>http://www.sageu.com/crm</link><description>Add a new field to the SalesLogix database, and then import it into a SalesLogix Mobile BlackBerry table, and then use the new field on a SalesLogix Mobile BlackBerry form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import the C_Qualification field to the Contact table using the Mobile Architect. &lt;/li&gt;&lt;li&gt;
Open a copy of the Contact form, and add the C_Qualification pick list to the form using the C_Qualification field as the bound property. &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;li&gt;
Create a new Deploy connection, and deploy the customizations. &lt;/li&gt;&lt;li&gt;
Open the BlackBerry Simulator and perform a sync to download and install new customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>8:13</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a Multi-Select Context Menu - BlackBerry</title><link>http://www.sageu.com/crm</link><description>dd a context menu to the Contacts data grid of the Account form. You will learn how to:
Modify the Account form code to handle an update to the contact type. &lt;ul&gt;&lt;li&gt;
Change the CanSelect property of the Contacts data grid to allow a user to select an item on the grid. &lt;/li&gt;&lt;li&gt;
Add a context menu item. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>6:54</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Modify the Columns on a Grid - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Change the display of the Contacts grid shown on the Account form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify the Account form code of the getShouldProcess method in order to process the postProcess method of the Contacts grid. &lt;/li&gt;&lt;li&gt;
Include ContactID (hidden), LastName, and WorkPhone columns in the Contact data grid. &lt;/li&gt;&lt;li&gt;
Modify the Account form code postProcess method to concatenate the contact's last name and first name in the Records object. &lt;/li&gt;&lt;li&gt;
Test your customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>7:14</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Import a Pick List</title><link>http://www.sageu.com/crm</link><description>Add a pick list to track a contact's training qualifications. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a C_Qualification field to the Contact table using the Database Manager. &lt;/li&gt;&lt;li&gt;
Create a pick list called Qualification. &lt;/li&gt;&lt;li&gt;
Import the pick list into the Application Architect. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>3:56</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a Detail Panel, Action Bar, and Client Query - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Create a new Bank Account detail panel. Add an action bar item to the main screen to view all bank accounts. Because every action bar bound to a BlackBerry table must have at least one client query associated with it, create a client query to drive the data access on the Bank Account search grid. You will learn how to:&lt;ul&gt;&lt;li&gt;
Bind the form to the BANKACCOUNT table. &lt;/li&gt;&lt;li&gt;
Add fields for Active, Account Number, and Modify Date. &lt;/li&gt;&lt;li&gt;
Add the new Detail Panel to the Client System. &lt;/li&gt;&lt;li&gt;
Add image to Image Manager. &lt;/li&gt;&lt;li&gt;
Update the client system with the new image. &lt;/li&gt;&lt;li&gt;
Add the Bank Accounts action bar item. &lt;/li&gt;&lt;li&gt;
Add a client query to display all bank accounts from the Bank Accounts action bar item. &lt;/li&gt;&lt;li&gt;
Add a table lookup to display the associated contact on the Bank Account form.  &lt;/li&gt;&lt;li&gt;
Update the client system. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync your customizations. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>10:09</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Import a Table and Create a New Business Object - Pocket PC</title><link>http://www.sageu.com/crm</link><description>Generate a business object and create a new Bank Account form to list bank info. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import the BANKACCOUNT table and set the primary key to BANKACCOUNTID. &lt;/li&gt;&lt;li&gt;
Generate a business object based on the BANKACCOUNT table.&lt;/li&gt;&lt;li&gt;
Add code to the object in order to ensure the business object is embedded in the BusinessObjects and that fast fields work as expected. &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;li&gt;
Update Client Server maps. &lt;/li&gt;&lt;/ul&gt;
</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>8:02</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a New Form and a New Tab - BlackBerry</title><link>http://www.sageu.com/crm</link><description>Create a new Bank Account form to list bank info. Also, add a tab with a data grid on the Contact form to display bank info for the selected contact. You will learn how to:&lt;ul&gt;&lt;li&gt;
Bind the form to the BANKACCOUNT table. &lt;/li&gt;&lt;li&gt;
Add fields for Account Number, Bank Name, Balance, and Active. &lt;/li&gt;&lt;li&gt;
Add code to the form to populate the Contact ID for the bank account based on the future parent form (Contact). &lt;/li&gt;&lt;li&gt;
Add a new tab to the Contact form. &lt;/li&gt;&lt;li&gt;
Include the following columns in a new data grid: BANKACCOUNTID (hidden), CONTACT ID (hidden), ACCOUNTNUMBER, BALANCE, and BANKNAME. After you check in the form, verify that all language statements were updated for the English - BlackBerry language. &lt;/li&gt;&lt;li&gt;
Update the Client System. &lt;/li&gt;&lt;li&gt;
Build, deploy, and sync customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>12:02</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Add a New Field to a Pocket PC Form</title><link>http://www.sageu.com/crm</link><description>Configure the Pocket PC Emulator for synchronization. You will learn how to:&lt;ul&gt;&lt;li&gt;
Import the C_Qualification field to the Contact table using the Mobile Architect. &lt;/li&gt;&lt;li&gt;
Open a copy of the Contact form, and add the C_Qualification pick list to the form using the C_Qualification field as the bound property. &lt;/li&gt;&lt;li&gt;
Add the pick list to the Client System. &lt;/li&gt;&lt;li&gt;
Build and deploy the customizations using the Deploy connection. &lt;/li&gt;&lt;li&gt;
Open the Pocket PC Emulator and perform a sync to download and install new customizations. &lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>9:24</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Configure a Mobile Development Environment</title><link>http://www.sageu.com/crm</link><description>Install all the components for a Mobile development environment using a custom installer. You will learn how to:&lt;ul&gt;&lt;li&gt;
Back up the SalesLogix_Eval database, and then add a SalesLogix connection and a data link.&lt;/li&gt;
&lt;li&gt;Run Jasons Mobile Setup v5.1.&lt;/li&gt;
&lt;li&gt;Modify environmental variables.&lt;/li&gt;
&lt;li&gt;Install Mobile Server and Run the Mobile Platform Setup.&lt;/li&gt;
&lt;li&gt;Install the SalesLogix Mobile Administrator.&lt;/li&gt;
&lt;li&gt;Install the SalesLogix Mobile Architect.&lt;/li&gt;
&lt;li&gt;Install the BlackBerry and Pocket PC Clients.&lt;/li&gt;&lt;/ul&gt;</description><category>Mobile</category><subcategory>v5.1</subcategory><duration>23:10</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Use the QlikView Debugger</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the QlikView Debugger when creating your own scripts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a breakpoint to a script, and see how the Debugger handles the code when you run it.&lt;/li&gt;&lt;li&gt;
Add error handling statements to your script. &lt;/li&gt;&lt;/ul&gt;</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>10:49</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Update KPI Gauges</title><link>http://www.sageu.com/crm</link><description>This video shows you how to Update KPI Gauges to show trends and goals. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Add a new KPI Group Gauge. &lt;/li&gt;&lt;li&gt;
Add visibility conditions to a control. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>6:18</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add Non-KPI Data to the DateFacts Table</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a sheet object to display the quantity of products installed and the value of all products installed. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Create a left-join between the ACCPRODUCTS and ACCOUNT tables so that you can load the required fields into the ACCPRODUCTS table that are needed in order to insert data into the DateFacts table. &lt;/li&gt;&lt;li&gt;
Load two new fields into the DateFacts table (InstallBaseTotal - calculates the quantity of products installed, InstallBaseValue - calculates the value of the installed products [price x quantity]). &lt;/li&gt;&lt;li&gt;
Create a new Relationship Key for the AccProductRelationshipField. &lt;/li&gt;&lt;li&gt;
Add the Relationship Key to the Accounts table. &lt;/li&gt;&lt;li&gt;
Load sheet objects with data from the two new fields. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>11:29</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a New Config Variable</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new Config variable to use in a script. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new variable from the Config sheet.&lt;/li&gt;&lt;li&gt;
Use the variable in the script using if statements and a Let statement to see how you can change the variable at run-time. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>5:06</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a New Config Variable for Use in a Hidden Script</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new Config variable to use in a script. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create two new Connection variables from the Config sheet. &lt;/li&gt;&lt;li&gt;
Modify the connection string User ID and Password values in the hidden script to use the new variables instead of having them hard-coded. &lt;/li&gt;&lt;/ul&gt;</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>5:16</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add a New Table</title><link>http://www.sageu.com/crm</link><description>This video shows you how to load an existing table from the SalesLogix database into our QVW file and join with a core table. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Add a new ACCPRODUCTS table joined 1:M off of the ACCOUNT table. &lt;/li&gt;&lt;li&gt;
In order to create the relationship, add the alias AccDetailID to ACCOUNTS to join to the ACCPRODUCTS table. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>7:45</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add a 1:M Table off the Relationships Table</title><link>http://www.sageu.com/crm</link><description>: This video shows you how to create a sheet to display the vehicles rented by an account. You will learn how to:
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. (1:00)
Add a new tab with script to load data from the SalesLogix_Eval VEHICLERENTALS and VEHICLES tables. (1:33)
Add the Relationship Key to the Accounts table. (3:42)
Create a new Relationship Key for the VehicleRelationshipField. (4:35)
Create a new sheet, and load sheet objects with data from the new table. (5:54)
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>8:37</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create KPIs off the DateFacts Table</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add new KPIs to track vehicle rentals and revenue, and update the Territory Summary to show the number of rentals. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to the SalesLogix Client, and load two new KPI fields: VehicleCount and VehicleRevenue--plus the account managers, their goals, and their date ranges. &lt;/li&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Add new variables in the administrator Config sheet to track vehicle revenue. &lt;/li&gt;&lt;li&gt;
Add new variables in the administrator Config sheet to track Territory Summary: Rentals and RentalDaysCount. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>10:21</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Load a Chart with Aggregate Data</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a chart to show the sum of all payments for a particular account. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify a script to load from a resident (previously loaded) table. &lt;/li&gt;&lt;li&gt;
Create a new chart object to display the aggregate data. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>6:34</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Load a Chart with External Data from another Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to display payment information in a chart from another database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add the Payment database using SQL Server Management Studio Express. &lt;/li&gt;&lt;li&gt;
Log on to QlikView Enterprise,  connect to the Payment database, and add fields. &lt;/li&gt;&lt;li&gt;
Load the Payments chart with data from the database. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>7:20</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Install Visual Analyzer</title><link>http://www.sageu.com/crm</link><description>This video shows you how to Install Visual Analyzer, and test the installation in the SalesLogix Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Run the Visual Analyzer installation wizard.&lt;/li&gt;
&lt;li&gt;Install the Visual Analyzer bundle and Toolbar bundle, and release plugins to all SalesLogix users.&lt;/li&gt;
&lt;li&gt;Test the installation in the SalesLogix Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>5:00</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Install QlikView Enterprise</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install QlikView Enterprise, where you can create customizations for Visual Analyzer. You will learn how to:&lt;ul&gt;&lt;li&gt;
Install QlikView Enterprise using the installation wizard. &lt;/li&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the SalesLogix Visual Analyzer QVW file. &lt;/li&gt;&lt;li&gt;
Change your connection settings to link to your database. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>6:00</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a New Sheet and Chart Object</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a chart to display payment information from accounts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Add a new tab in the script to load CSV data from a Web site. &lt;/li&gt;&lt;li&gt;
Create a relationship between a new table (LoadPayments) and the Account table. &lt;/li&gt;&lt;li&gt;
Add a new sheet and sheet object to display payment information. &lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>12:54</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create New Sheet Objects</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add more chart objects on a new sheet to explore other common sheet objects. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Add the following sheet objects:&lt;ul&gt;&lt;li&gt;
Line/Arrow &lt;/li&gt;&lt;li&gt;
Table Box &lt;/li&gt;&lt;li&gt;
List Box &lt;/li&gt;&lt;li&gt;
Calendar/ Slider &lt;/li&gt;&lt;li&gt;
Statistics &lt;/li&gt;&lt;li&gt;
Bookmark &lt;/li&gt;&lt;li&gt;
Current Selections &lt;/li&gt;&lt;li&gt;
Button &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>11:18</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Load a Chart with External Data from More Than One Data Source</title><link>http://www.sageu.com/crm</link><description>This video shows you how to display payment information in a chart from a variety of data sources. You will learn how to:&lt;ul&gt;&lt;li&gt;
In addition to loading the Payments chart with payment CSV data from a Web site, load it with three other external data sources:&lt;ul&gt;&lt;li&gt;
XML data from a file &lt;/li&gt;&lt;li&gt;
XML data from a Web site &lt;/li&gt;&lt;li&gt;
CSV data from a file &lt;/li&gt;&lt;li&gt;
Reload the Payments chart to see the updated data. &lt;/li&gt;&lt;li&gt;
Use some simple SQL to filter a data source from within the script to display payment information after a given date. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>10:42</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Load Fields into the DateFacts Table From a 1:M Table off the Relationships Table</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a new sheet object to display vehicle revenue and vehicle count for an account. You will learn how to:&lt;ul&gt;&lt;li&gt;
Log on to QlikView Enterprise, and open the Visual Analyzer QVW. &lt;/li&gt;&lt;li&gt;
Load the VehicleRental fields into the DateFacts table. &lt;/li&gt;&lt;li&gt;
Create new group with data from the two DateFacts fields. &lt;/li&gt;&lt;li&gt;
Load a chart with data from the group. &lt;/li&gt;&lt;/ul&gt;</description><category>Visual Analyzer</category><subcategory>v2.5</subcategory><duration>6:37</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Custom Smart Part</title><link>http://www.sageu.com/crm</link><description>In this video, you will learn how to create a custom smart part outside of the Application Architect.
&lt;ul&gt;
&lt;li&gt;Open the SalesLogix Web Client in visual Studio.&lt;/li&gt;
&lt;li&gt;Create a new smart part (VB.NET).&lt;/li&gt;
&lt;li&gt;Bind controls to an entity property.&lt;/li&gt;
&lt;li&gt;Add the files into the Application Architect, and add it to appear in a tab control.&lt;/li&gt;
&lt;li&gt;Build and test the form in the Web Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>15:11</duration><subscription>Developer</subscription><PublicationDate>12/28/2009</PublicationDate><PubDate>2009/12/28</PubDate></item><item><title>Use Client-Side Validation on a Web Form</title><link>http://www.sageu.com/crm</link><description>This video introduces you to using client-side code. It includes basics you need to know for any client-side user interface manipulation. This video contains two parts:&lt;ul&gt;
&lt;li&gt;Part 1: Create an HTML form to understand simple client-side validation code.&lt;/li&gt;
&lt;li&gt;Part 2: Use client-side validation on a SalesLogix Web form. Learn how to call client-side code (JavaScript) from a button click, stop the posting of the form, and then decide in code if we would like to allow the form to post. Then we stop the posting of the form, and then decide in code if we would like to allow the form to post. We also see how to use jQuery to traverse the JavaScript DOM to find a page element and adjust the settings of that element to change the text inside a textbox, change the color of a field, or hide or show elements.
 &lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>17:46</duration><subscription>Developer</subscription><PublicationDate>12/28/2009</PublicationDate><PubDate>2009/12/28</PubDate></item><item><title>Include Your Own JavaScript on Each Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create your own JavaScript file (.js) and include it in a JSB. This process allows the file to be minified and included in a common script on all pages.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:52</duration><subscription>Developer</subscription><PublicationDate>12/23/2009</PublicationDate><PubDate>2009/12/23</PubDate></item><item><title>Master's Series Video Highlights</title><link>http://www.sageu.com/crm</link><description>&lt;p&gt;This video shows you clips from a SalesLogix Master's Series course, which includes candid interviews with resident subject-matter experts.&lt;/p&gt;

&lt;p&gt;Attend a SalesLogix Master's Series Course free of charge! As long as your company has an active SalesLogix Subscription, you are eligible to attend a Master's Series course for no additional fee.&lt;/p&gt;
&lt;p&gt;Master's courses focus on a single topic in a one-day, hands-on, virtual classroom setting. Here's what you get:&lt;ul&gt;
&lt;li&gt;Electronic curriculum with step-by-step instructions.&lt;/li&gt;
&lt;li&gt;Access to trainer-led recorded videos.&lt;/li&gt;
&lt;li&gt;Access to a recorded interview with a resident subject matter expert on the topic.&lt;/li&gt;
&lt;li&gt; Live trainer assistance through Web chat and teleconference.&lt;/li&gt;
&lt;li&gt;Access to training workstation through WebEx Hands-On Lab.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;Visit the &lt;a target="_blank" href="http://www.sageu.com/saleslogix/masters/"&gt;Sage University Master's Series page&lt;/a&gt; to see upcoming course topics and register!&lt;/p&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>4:00</duration><subscription>Developer</subscription><PublicationDate>12/03/2009</PublicationDate><PubDate>2009/12/03</PubDate></item><item><title>Update Data Using the SDataSingleResourceRequest</title><link>http://www.sageu.com/crm</link><description>The SDataSingleResourceRequest is an object within the Sage.SData.Client.dll (client library). It returns an atom entry from the payload. This video shows you how to use a Visual Studio project to  load a data grid from a selected resource, and then load individual properties from the contact into text boxes. Update the data in the text boxes.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:33</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Interact with an SData Feed</title><link>http://www.sageu.com/crm</link><description>In order to better understand SData concepts, experiment with a sample SData feed. See how easy it is to access information using SData!</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>2:30</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Configure SData with SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to configure SData with a SalesLogix environment. In order to use SData in a SalesLogix environment, you must configure the following settings in IIS:&lt;ul&gt;
&lt;li&gt;Disable Windows Integration Authentication.&lt;/li&gt;
&lt;li&gt;Insert a new wildcard mapping for your Virtual Directory in IIS.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>3:57</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Explore SData URLs</title><link>http://www.sageu.com/crm</link><description>Learn how to manipulate an SData URL for SalesLogix. This video shows you how to use a browser interface to retrieve SalesLogix data through an atom feed using SData.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>3:00</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Explore the SData Training Tools</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Firebug in conjunction with an SData Query Builder and a POST tool that you can use to assist you during the rest of this course.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>5:43</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Use the SDataService Request</title><link>http://www.sageu.com/crm</link><description>This video shows you how to work with the SDataService. The SDataService is an object within the Sage.SData.Client.dll (client library). It sets up authentication to use SData with your application. You will learn how to:&lt;ul&gt;
&lt;li&gt;Initialize the SDataService with a constructor.&lt;/li&gt;
&lt;li&gt;Initialize the SDataService without a constructor using other
properties.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:33</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title> Return Data Using the SDataResourceCollectionRequest</title><link>http://www.sageu.com/crm</link><description>The SDataResourceCollectionRequest is an object within the
Sage.SData.Client.dll (client library). It creates an object that can store a collection. This video shows you how to use a Visual Studio project to return a collection of Accounts in a combo box using one item: AccountName. Next, modify the code to return a collection of Accounts in a combo box using two items: AccountName (DisplayMember) and Id (ValueMember). This second option helps you understand the basic constructs for loading into a data grid for future exercises.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>15:22</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Read Data Using the SDataSingleResourceRequest</title><link>http://www.sageu.com/crm</link><description>The SDataSingleResourceRequest is an object within the Sage.SData.Client.dll (client library). It returns an atom entry from the payload. This video shows you how to use a Visual Studio project to  load a data grid from a selected resource, and then load individual properties from the contact into text boxes. Learn two different methods for achieving this task: from a collection and from a single resource request.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>13:29</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Use SData with JQuery</title><link>http://www.sageu.com/crm</link><description>Let’s explore SData in more detail by working with a project without the client libraries. You might find this useful if you need to create a project using a non-.NET programming language or just to get a deeper understanding of how SData really works.This video shows you how to query the database on row using SData without Client Libraries.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>10:21</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Delete Data Using the SDataSingleResourceRequest</title><link>http://www.sageu.com/crm</link><description>The SDataSingleResourceRequest is an object within the Sage.SData.Client.dll (client library). It returns an atom entry from the payload. This video shows you how to use a Visual Studio project to  load a data grid from a selected resource, and then load individual properties from the contact into text boxes. Delete the selected contact record.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>2:06</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Insert Data Using the SDataSingleResourceRequest</title><link>http://www.sageu.com/crm</link><description>The SDataSingleResourceRequest is an object within the Sage.SData.Client.dll (client library). It returns an atom entry from the payload. This video shows you how to use a Visual Studio project to  insert a new contact record for a selected account.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:50</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Read Data from a Relationship Property</title><link>http://www.sageu.com/crm</link><description>The Include method returns a payload of a child entity relationship
within the parent payload. This video shows you how to use a Visual Studio project to return a payload of a child entity relationship (ShippingAddress) within the parent payload (Contact).</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:04</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Use the AtomFeedReader to Loop Through a Collection</title><link>http://www.sageu.com/crm</link><description>Using the SDataResourceCollectionRequest, you can loop through a collection with AtomFeedReader. This video shows you how to use a Visual Studio project to  load a data grid from a selected resource, load individual properties from the contact into text boxes, and finally load the contact’s address. Include navigation to move between multiple address records for the contact.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:10</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Use an SData Batch Process</title><link>http://www.sageu.com/crm</link><description>SData supports a batch mode for CRUD operations. In this mode, several operations are submitted together as a single batch request. This video shows you how to use a Visual Studio project to create a new project that lists all accounts. Allow the user to select multiple accounts, and then change the account owner for those accounts. If the user selects more than 5 accounts, roll back the
transaction.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>21:01</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Return Data Using the SDataResourcePropertyRequest</title><link>http://www.sageu.com/crm</link><description>The SDataResourcePropertyRequest is an object within the
Sage.SData.Client.dll (client library). It creates an object that can return an AtomEntry or AtomFeed. This video shows you how to use a Visual Studio project to load a data grid from a selected resource.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>8:44</duration><subscription>Developer</subscription><PublicationDate>12/02/2009</PublicationDate><PubDate>2009/12/02</PubDate></item><item><title>Use a Button to Select a Check Box</title><link>http://www.sageu.com/crm</link><description>This video shows you how to tie a check box to an entity. You will learn how to:&lt;ul&gt;
&lt;li&gt;Update an entity with a new Boolean (Yes/No) property.&lt;/li&gt;
&lt;li&gt;Add the new check box control to the form with a new button control.&lt;/li&gt;
&lt;li&gt;Add a CodeSnippet ActionItem to the button to toggle the check box on/off.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>4:34</duration><subscription>Developer</subscription><PublicationDate>11/01/2009</PublicationDate><PubDate>2009/11/01</PubDate></item><item><title>Querying in SalesLogix: IRepository with SeedValue/SeedProperty</title><link>http://www.sageu.com/crm</link><description>This video shows you the basic uses of querying SalesLogix Web using IRepository to return a unique result. You will learn how to:&lt;ul&gt;
&lt;li&gt;Use IRepository to return 1 result and place the result on a form using the entity property.&lt;/li&gt;
&lt;li&gt;Use a code snippet action item to get the current-bound entity.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:54</duration><subscription>Developer</subscription><PublicationDate>10/13/2009</PublicationDate><PubDate>2009/10/13</PubDate></item><item><title>Querying in SalesLogix: IRepository with Datagrids and Projection Factory</title><link>http://www.sageu.com/crm</link><description>This video shows you the basic uses of querying SalesLogix Web using IRepository to return data into a data grid. You will learn how to:&lt;ul&gt;
&lt;li&gt;Use IRepository to return the top 2 opportunities.&lt;/li&gt;
&lt;li&gt;Return data with projections.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>10:47</duration><subscription>Developer</subscription><PublicationDate>10/13/2009</PublicationDate><PubDate>2009/10/13</PubDate></item><item><title>Use Source Control in a Single-Developer Environment</title><link>http://www.sageu.com/crm</link><description>This video is 1 of a 4 part series on source control. The series explores how to create a bare repository, use Git on your own laptop, push and pull changes from a remote repository, and where to go next (Git hub).&lt;br&gt;&lt;br&gt;

In this video, you will learn how to:&lt;ul&gt;
&lt;li&gt;Install Git.&lt;/li&gt;
&lt;li&gt;Stage and commit changes.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:37</duration><subscription>Developer</subscription><PublicationDate>09/30/2009</PublicationDate><PubDate>2009/09/30</PubDate></item><item><title>Use Source Control in a Multi-Developer Environment: Developer 2</title><link>http://www.sageu.com/crm</link><description>This video is 4 of a 4 part series on source control. The series explores how to create a bare repository, use Git on your own laptop, push and pull changes from a remote repository, and where to go next (Git hub).&lt;br&gt;&lt;br&gt;

&lt;ul&gt;
&lt;li&gt;Create a new directory for local files.&lt;/li&gt;
&lt;li&gt;Make a remote connection to the bare directory.&lt;/li&gt;
&lt;li&gt;Push/pull changes between Developer 1 and Developer 2 repositories.&lt;/li&gt;
&lt;li&gt;Explore additional Git resources.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:54</duration><subscription>Developer</subscription><PublicationDate>09/30/2009</PublicationDate><PubDate>2009/09/30</PubDate></item><item><title>Use Source Control in a Multi-Developer Environment: Create a Bare Repository</title><link>http://www.sageu.com/crm</link><description>This video is 2 of a 4 part series on source control. The series explores how to create a bare repository, use Git on your own laptop, push and pull changes from a remote repository, and where to go next (Git hub).&lt;br&gt;&lt;br&gt;

In this video, you will learn how to:&lt;ul&gt;
&lt;li&gt;Create a bare repository.&lt;/li&gt;
&lt;li&gt;Stage and commit changes to test.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>4:11</duration><subscription>Developer</subscription><PublicationDate>09/30/2009</PublicationDate><PubDate>2009/09/30</PubDate></item><item><title>Use Source Control in a Multi-Developer Environment: Developer 1</title><link>http://www.sageu.com/crm</link><description>This video is 3 of a 4 part series on source control. The series explores how to create a bare repository, use Git on your own laptop, push and pull changes from a remote repository, and where to go next (Git hub).&lt;br&gt;&lt;br&gt;

In this video, you will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new directory for local files.&lt;/li&gt;
&lt;li&gt;Make a remote connection to the bare repository.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:29</duration><subscription>Developer</subscription><PublicationDate>09/30/2009</PublicationDate><PubDate>2009/09/30</PubDate></item><item><title>Correlate Two Data Grids on a Single Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add two data grids to a form and have the results of one grid be dependent on the other. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add two data grids to a form using the RowSelection column.&lt;/li&gt;
&lt;li&gt;Create a business rule to "fake out" the child grid.&lt;/li&gt;
&lt;li&gt;Write code to actually fill that child grid when a parent row is selected using the OnRowSelected action item.&lt;/li&gt; 
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;
&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>14:22</duration><subscription>Developer</subscription><PublicationDate>09/17/2009</PublicationDate><PubDate>2009/09/17</PubDate></item><item><title>Use a Checkbox Control on the Web</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a Checkbox control on the Web and databind that checkbox control to a new field in the database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new field in the SalesLogix Database.&lt;/li&gt;&lt;li&gt;
Update your entity to include the new field. &lt;/li&gt;&lt;li&gt;
Add a check box to a quick form that is bound to the new field.&lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>5:17</duration><subscription>Developer</subscription><PublicationDate>09/14/2009</PublicationDate><PubDate>2009/09/14</PubDate></item><item><title>Select Child Records for a Particular Parent ID</title><link>http://www.sageu.com/crm</link><description>This video shows you how to customize the Opportunity Detail form to allow a user to spread the potential value over a given duration. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new Opportunity_Spread entity and table.&lt;/li&gt;
&lt;li&gt;On the OpportunityDetails form, add a code snippet action item. In the code, create a new method to delete the existing spreads in the child table using IRepository and EntityFactory.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;
&lt;li&gt;Review bonus code examples for alternate customization methods.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>12:01</duration><subscription>Developer</subscription><PublicationDate>08/31/2009</PublicationDate><PubDate>2009/08/31</PubDate></item><item><title>Boot Camp: Perform an Xcopy Deployment</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create an Xcopy deployment.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:55</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Modify a Production Deployment</title><link>http://www.sageu.com/crm</link><description>This video shows you how to modify a production deployment and provides an introduction to testing your deployment outside the Application Architect.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>13:34</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Test a Deployment Outside the Application Architect</title><link>http://www.sageu.com/crm</link><description>This video shows you how to test a deployment outside the Application Architect.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>19:36</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Calculated Field</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a calculated field and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>4:13</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Custom Property</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a custom property and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:20</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Mashup Data Source</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a mashup data source and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>8:13</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Add a Project Workspace</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a project workspace, create a project back-up, and create a deployment snapshot.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>15:14</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Business Rule Method</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a business rule method and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:21</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create and Install a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a bundle and compare differences during a bundle installation.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:26</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Troubleshoot a Business Rule</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for troubleshooting a business rule and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:56</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Business Rule Event</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a business rule event and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:22</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Nav Item</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a nav item and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:45</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Main View</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a main view and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:03</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a quick form and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>19:36</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Relationship</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a relationship and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>23:11</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating an entity and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>23:11</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Data Grid with a Where Clause</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a data grid with a where clause and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:52</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Boot Camp: Create a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you the quick steps for creating a data grid and then takes you under the hood to see what files are created/updated in your exported project workspace. </description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:22</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Create a New Main View for Customer Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a new main view to the Sage SalesLogix Customer Portal and limit lookup results. You will learn how to:
&lt;ul&gt;
&lt;li&gt;Add a new entity page to the Sage Saleslogix Customer Portal.&lt;/li&gt;
&lt;li&gt;Configure base - configure base to change the entity type.&lt;/li&gt;
&lt;li&gt;Add a smart part (contract details) to the page (MainContent / Detail).&lt;/li&gt;
&lt;li&gt;Add a Nav Item to the Sage SalesLogix Customer Portal.&lt;/li&gt;
&lt;li&gt;Use the PLUGIN table in SQL Server to add a new group for the client main view.&lt;/li&gt;
&lt;li&gt;Use the SalesLogix SQL Profiler to review user security.&lt;/li&gt;
&lt;li&gt;Modify the web.config file to add a new CustomerPortalLookupCondition, and then perform an IIS Reset. (Encapsulate the SQL statement appropriately!)&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>14:14</duration><subscription>Developer</subscription><PublicationDate>08/26/2009</PublicationDate><PubDate>2009/08/26</PubDate></item><item><title>Use IRepository with an OR or AND statement in a WHERE Clause</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use IRepository to return all accounts where the Status is Active OR the Type is Customer. You will learn how to:&lt;ul&gt;
&lt;li&gt;
Add a new business rule method that returns an object.&lt;/li&gt;&lt;li&gt;
Edit the C# Code Snippet to use IRepository to set up the criteria. see examples for both OR and AND statements.&lt;/li&gt;&lt;li&gt;
Save and Build the Snippet Library.&lt;/li&gt;&lt;li&gt;
Use the business rule as the Get By Method in a Data Source for a data grid control.&lt;/li&gt;&lt;li&gt;
Build, deploy, and test the changes in the Web Client.&lt;/li&gt;&lt;/li&gt;
Edit the business rule, and build the library.
Test the changes without having to redeploy by copying the Sage.SnippetLibrary.CSharp DLL from your Output folder to the deployment folder.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:45</duration><subscription>Developer</subscription><PublicationDate>08/22/2009</PublicationDate><PubDate>2009/08/22</PubDate></item><item><title>Display Fields from a 1:1 Table on a Tab</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create tab under the Contact entity to display fields in a 1:1 table. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a 1:1 entity with a relationship property.&lt;/li&gt;
&lt;li&gt;Create a detail quick form with some fields from the new entity.&lt;/li&gt;
&lt;li&gt;Add the quick form as a smart part on the tab control of the Contact page.&lt;/li&gt;
&lt;li&gt;Build the Web platform, deploy the slxclient, and test the customization in the Web Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:51</duration><subscription>Developer</subscription><PublicationDate>03/18/2010</PublicationDate><PubDate>2010/03/18</PubDate></item><item><title>Create a Custom Smart Part For Use with Client-Side Code</title><link>http://www.sageu.com/crm</link><description>Create a new smart part for the Product entity that we can use later to show how you might maintain client-side code inside the Application Architect. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Create a new detail quick form based off the Product entity.&lt;/li&gt;
&lt;li&gt;Add a new main view page for the Product entity.&lt;/li&gt;
&lt;li&gt;Create a new nav button to launch the ProductDetails page.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy, and then identify where to apply validation.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:43</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Validate Data on a Custom Smart Part</title><link>http://www.sageu.com/crm</link><description>Validate input on the client-side for the custom smart part—this time
making sure to save the data if validation is successful. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Short-circuit the post-back on the Save button.&lt;/li&gt;
&lt;li&gt;If FixedCost is left empty, display a message box using Ext JS and change the control’s background color to red using jQuery.&lt;/li&gt;
&lt;li&gt;If filled in, change the control’s background color back to white using jQuery.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:26</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Create a Custom Project that Spools Dynamic Data from Server to Client</title><link>http://www.sageu.com/crm</link><description>Experiment with ways to use a dynamic data store—in other words, data that is not already hard-coded into the server-side code. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Prepare the project to use SData.&lt;/li&gt;
&lt;li&gt;Create the dynamic data store using SData.&lt;/li&gt;
&lt;li&gt;Deploy the SData portal, and then test the application.&lt;/li&gt;
&lt;/ul&gt;

</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>14:09</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Use Client-Side Code to Control the Client Post-Back</title><link>http://www.sageu.com/crm</link><description>This video shows you how to explore the default post-back functionality on a SalesLogix quick form and modify the page code to control the post-back on the client-side.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:24</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Explore a JavaScript Library (Ext JS) inside Visual Studio</title><link>http://www.sageu.com/crm</link><description>Ext JS is a client-side JavaScript Framework used to create cross-browser, rich Web applications. It contains a lot of useful examples that you can incorporate into your SalesLogix customizations. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Open the Ext JS library in Visual Studio.&lt;/li&gt;
&lt;li&gt;Familiarize yourself with the code in one of the Ext JS examples to make your Ext JS file.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>12:02</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Create a Custom Project that Spools Static Data from Server to Client</title><link>http://www.sageu.com/crm</link><description>The Ext JS examples keep data and client-side code together. Experiment with ways to separate data from the client-side code—in other words, store data on the server-side, and then spool it out to the client browser before the page loads. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Create a new Web site project in Visual Studio.&lt;/li&gt;
&lt;li&gt;Move the data store away from the rest of the client-side code, and instead include it as a string in the page_load of the server-side code.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>12:19</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Debug and Make Client-Side Code More Versatile</title><link>http://www.sageu.com/crm</link><description>explore ways to debug the code, make it reusable for use with other entities, and use it within the Application
Architect. This video shows you how to:&lt;ul&gt;
&lt;li&gt;Substitute the client-side Control ID with its ASP.NET equivalent.&lt;/li&gt;
&lt;li&gt;Experiment with third-party services like JSLint to debug JavaScript code.&lt;/li&gt;
&lt;li&gt;Encapsulate the client-side code into a reusable method.&lt;/li&gt;
&lt;li&gt;Create a common file for the reusable method, and import necessary files and references into the Application Architect.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>24:48</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Use Client-Side Code to Visually Validate Input</title><link>http://www.sageu.com/crm</link><description>Validating input on the server-side requires a round trip to the server and back. Explore the options to validate input on the client-side in order to both speed up the process and to visually change the user interface upon validation.This video shows you how to:&lt;ul&gt;
&lt;li&gt;Add a new function to perform validation that the Division field cannot be empty.&lt;/li&gt;
&lt;li&gt;If left empty, display a message box using Ext JS and change the control’s background color to red using jQuery.&lt;/li&gt;
&lt;li&gt;If filled in, change the control’s background color back to white using jQuery.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:57</duration><subscription>Developer</subscription><PublicationDate>03/02/2010</PublicationDate><PubDate>2010/03/02</PubDate></item><item><title>Add a Dynamic Content Control to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Dynamic Web Content control on a MultiTab to display a senator’s social network profiles: LinkedIn and Facebook. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new quick form, and add the MultiTab Control.&lt;/li&gt;
&lt;li&gt;Add two Dynamic Web Content controls to the form. Populate the Dynamic URL property with the appropriate social networking URL that references the SalesLogix LinkedInUserName and FacebookUserName properties.&lt;/li&gt;
&lt;li&gt;Add the new smart part to the Senator Detail page.&lt;/li&gt;
&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:38</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Implement Source Control for a Multi-Developer Environment</title><link>http://www.sageu.com/crm</link><description>This video shows you how to implement source control to support a multiple development environment. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a bare repository to use as a shared, remote repository.&lt;/li&gt;
&lt;li&gt;Developer 1: Make a connection to the bare repository and push changes.&lt;/li&gt;
&lt;li&gt;Developer 2: Make a connection to the bare repository and fetch changes.&lt;/li&gt;
&lt;li&gt;Simulate push/pull between developers in the Application Architect.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>16:18</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Implement Source Control with Git Extensions for SalesLogix</title><link>http://www.sageu.com/crm</link><description>This video shows you how to implement source control to support a single development environment outside of this training environment using Git Extensions for SalesLogix. You will learn how to:&lt;ul&gt;
&lt;li&gt;Install msysgit (Git GUI).&lt;/li&gt;
&lt;li&gt;Create a new repository.&lt;/li&gt;
&lt;li&gt;Stage a commit.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>7:57</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Implement Source Control Using the Git GUI</title><link>http://www.sageu.com/crm</link><description>This video shows you how to implement source control to support a development environment outside of this training environment. Explore the process of rescanning and committing changes and using revision history.You will learn how to:&lt;ul&gt;
&lt;li&gt;Install msysgit (Git GUI).&lt;/li&gt;
&lt;li&gt;Create a new repository.&lt;/li&gt;
&lt;li&gt;Stage a commit.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>9:31</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Install a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install a bundle to a new database. You will learn how to:&lt;ul&gt;
&lt;li&gt;Using a bundle you created in a previous video, install the bundle to your production database (saleslogix_eval).&lt;/li&gt;
&lt;li&gt;Test the changes in the Web site.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>3:20</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Use a MultiTab Control to Display a Sparkline and Timeline Mashup</title><link>http://www.sageu.com/crm</link><description>Create a new tab on the Account Details view to show a multitab control that displays a timeline and sparkline based on a Twitter feed ticker for the selected account. In this example, we use Abbott Ltd., and use the ticker ABT. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add a new mashup that contains 1 query, 1 feed, and 2 select statements.&lt;/li&gt;
&lt;li&gt;Test the XML generated by the mashup.&lt;/li&gt;
&lt;li&gt;Create a new form with a multitab control to display a Sparkline the Timeline mashups.&lt;/li&gt;
&lt;li&gt;Build and deploy the Web site, and then test the new tab.&lt;/li&gt;
&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>17:47</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Export a Project Workspace</title><link>http://www.sageu.com/crm</link><description>This video shows you how to export the project workspace to a location on your hard drive. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new folder called C:\VFSLocal.&lt;/li&gt;
&lt;li&gt;Export the project workspace to a model, and then open the new project on Application Architect.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>2:46</duration><subscription>Developer</subscription><PublicationDate>02/04/2010</PublicationDate><PubDate>2010/02/04</PubDate></item><item><title>Use Redirect with a Business Rule</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Redirect in two different ways: One with MainViewEntityMode and MainViewEntityName with UseCurrentID inLink and the other with URL and insert mode.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>6:30</duration><subscription>Developer</subscription><PublicationDate>02/02/2010</PublicationDate><PubDate>2010/02/02</PubDate></item><item><title>Use DialogService to Create Save/New Functionality on a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how you can hook into the DialogService to add Save/New functionality to a quick form in the DialogWorkpace.  We'll use two different approaches: One with a C# code snippet and the otherwith a Code Snippet Action item, and then we'll talk about the differences in each approach.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>14:28</duration><subscription>Developer</subscription><PublicationDate>02/02/2010</PublicationDate><PubDate>2010/02/02</PubDate></item><item><title>Setting Up and Using GitHub for Source Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to hook a Git repository (your model or VFS) into GitHub for source control. This scenario applies to a SalesLogix multi-developer environment.</description><category>Web</category><subcategory>v7.5.2</subcategory><duration>11:15</duration><subscription>Developer</subscription><PublicationDate>01/22/2010</PublicationDate><PubDate>2010/01/22</PubDate></item><item><title>Set Focus on a Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to set focus to a particular control when a page loads. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a Load Action using [controlname].Focus().&lt;/li&gt;
&lt;li&gt;Explore other methods for implementing the same  result: Change Action of another Control, inside of script
&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>1:45</duration><subscription>Developer</subscription><PublicationDate>7/23/2009</PublicationDate><PubDate>2009/7/23</PubDate></item><item><title>Querying in SalesLogix: IRepository Basics</title><link>http://www.sageu.com/crm</link><description>This video shows you the basic uses of querying SalesLogix Web using IRepository. You will learn how to:&lt;ul&gt;
&lt;li&gt;Use IRepository to return all opportunities.&lt;/li&gt;
&lt;li&gt;Add a sort to the results.&lt;/li&gt;
&lt;li&gt;Add a where clause to return opportunities for a particular account.&lt;/li&gt;
&lt;li&gt;
Create a business rule to return the results.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>22:27</duration><subscription>Developer</subscription><PublicationDate>10/13/2009</PublicationDate><PubDate>2009/10/13</PubDate></item><item><title>Reference a DLL through a C# Code Snippet</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reference a DLL through a code snippet on a Web form to make some action occur. You will learn how to: &lt;ul&gt;&lt;li&gt;

Create a C# Class Library in Visual Studio.&lt;/li&gt;&lt;li&gt;
In the Application Architect, modify the SalesLogix AccountDetails form to add a new button.&lt;/li&gt;&lt;li&gt;
Add a C# Snippet Action Item to the the OnClickAction for the button. Reference the DLL in the Action Item.&lt;/li&gt;&lt;li&gt;
Add the DLL to the SupportFiles/Bin folder under the Sage SalesLogix portal.&lt;/li&gt;&lt;li&gt;
Build and deploy the portal, and test the changes in the Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>5:25</duration><subscription>Developer</subscription><PublicationDate>07/01/2009</PublicationDate><PubDate>2009/07/01</PubDate></item><item><title>Launch a Crystal Report from a Button on the Web Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use supported JavaScript to launch a Crystal Report from a SalesLogix Web form. You will learn how to: &lt;ul&gt;&lt;li&gt;

Install the Reporting Update Bundle for v7.5.1.&lt;/li&gt;&lt;li&gt;
Modify the SalesLogix ContactDetails page to add a new button.&lt;/li&gt;&lt;li&gt;
Add a ShowReport javascript call to the OnClientClick action.&lt;/li&gt;&lt;li&gt;
Build and deploy the portal, and test the changes in the Web Client.&lt;/li&gt;&lt;/ul
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>5:09</duration><subscription>Developer</subscription><PublicationDate>07/01/2009</PublicationDate><PubDate>2009/07/01</PubDate></item><item><title>Add the VFS for SP1 and Deploy Core Portals</title><link>http://www.sageu.com/crm</link><description>This video shows you how to set up your development environment for Sage SalesLogix v7.5 with the Virtual File System (VFS) for Service Pack 1. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add the VFS for SP1 to your project workspaces.&lt;/li&gt;
&lt;li&gt;Modify the SlxClient portal for development--including how to set up the portal for debugging.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>4:22</duration><subscription>Developer</subscription><PublicationDate>05/19/2009</PublicationDate><PubDate>2009/05/19</PubDate></item><item><title>Dynamically Populate an SLXGridView from an External Smart Part</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the SLXGridView populated using Sage.Platform Repository and ICriteria on an external smartpart.
You will learn how to:&lt;ul&gt;
&lt;li&gt;Open the SaleSLogix Web Client in Visual Studio.&lt;li&gt;
&lt;li&gt;Add a new User Control under the SmartParts &gt; Dashboard folder.&lt;li&gt;
&lt;li&gt;Register necessary assemblies and add controls inside an Update Panel.&lt;li&gt;
&lt;li&gt;Add appropriate references and using statements to the .ascx.cs file.&lt;li&gt;
&lt;li&gt;Add code to get the value from the currently selected row in a datagrid and insert the values from that row into unbound control on a quick form.&lt;li&gt;
&lt;li&gt;Add the files to the Sage SaleSLogix Portal in the Application Architect.&lt;/li&gt;
&lt;li&gt;Add the new smart part to the Welcome page.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>12:40</duration><subscription>Developer</subscription><PublicationDate>05/04/2009</PublicationDate><PubDate>2009/05/04</PubDate></item><item><title>Use the OnRowChanged Event action to Get the Values in the Selected Row</title><link>http://www.sageu.com/crm</link><description>This videos shows you to how to get the value from the currently selected row in a datagrid. You will learn how to:&lt;ul&gt;
&lt;li&gt;Set DataKeyNames values for a data grid control.&lt;/li&gt;
&lt;li&gt;Create a Select row type for a data grid control with a C# snippet action item to insert the values into an unbound textbox control.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>5:45</duration><subscription>Developer</subscription><PublicationDate>05/04/2009</PublicationDate><PubDate>2009/05/04</PubDate></item><item><title>Write a Custom Membership Provider</title><link>http://www.sageu.com/crm</link><description>This video shows you how to write your own membership provider. A custom membership Provider allows you to configure different settings at logon, such as allowing blank passwords in the customer portal, log all logons to the system, and more. You will learn how to:&lt;ul&gt;
&lt;li&gt;Review the &lt;/li&gt;
&lt;li&gt;Review the Sage.SalesLogix.Web SLXMembershipProvider DLL in .NET Reflector. Copy the code into a new Visual Studio C# Class file.&lt;/li&gt;
&lt;li&gt;Modify the ValidateUser method.&lt;/li&gt;
&lt;li&gt;Save and build the class, and then copy the DLL into the Web site directory in C:\Inetpub\wwwroot.&lt;/li&gt;
&lt;li&gt;Change the web.config file to reference the new membership Provider.&lt;/li&gt;
&lt;li&gt;Modify the logging file for the site (log4net.config).&lt;/li&gt;
&lt;li&gt;Do an IISreset.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>8:33</duration><subscription>Developer</subscription><PublicationDate>05/04/2009</PublicationDate><PubDate>2009/05/04</PubDate></item><item><title>Use a Redirect from a Lookup Control on a Tasklet</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Response.Redirect to launch a new Page from a Lookup control's Lookupresultvalue changed event on a tasklet, as well as how to wire a control's change event from a smart part. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a user control in Visual Studio.&lt;/li&gt;&lt;li&gt;
Register assemblies in ASCX.&lt;/li&gt;&lt;li&gt;
Add a SalesLogix Lookup control to the ASCX file.&lt;/li&gt;&lt;li&gt;
Add an event handler in page load.&lt;/li&gt;&lt;li&gt;
Add code to redirect in the change event of the control.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>9:09</duration><subscription>Developer</subscription><PublicationDate>03/27/2009</PublicationDate><PubDate>2009/03/27</PubDate></item><item><title>Dynamically Populate an SLXGridView on an External Smart Part</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the SLXGridView populated using Sage.Platform Repository and ICriteria on an external smart part. This form will appear on the Welcome page with a text box taking criteria to dynamically build the data grid.You will learn how to:&lt;ul&gt;&lt;li&gt;
Register Assemblies in ascx file.&lt;/li&gt;&lt;li&gt;
Add controls in ascx file a text box and slxgridview.&lt;/li&gt;&lt;li&gt;
hook up an eventhandler for the textbox onchange event.&lt;/li&gt;&lt;li&gt;
Add code to build the data grid contents using IRepository, ICriteria and ComponentView.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>12:41</duration><subscription>Developer</subscription><PublicationDate>03/25/2009</PublicationDate><PubDate>2009/03/25</PubDate></item><item><title>Add a Menu Module to the Application Architect</title><link>http://www.sageu.com/crm</link><description>This video shows you how to inject your own menu into the Application Architect interface.</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>21:58</duration><subscription>Developer</subscription><PublicationDate>03/15/2009</PublicationDate><PubDate>2009/03/15</PubDate></item><item><title>Modify the Address Control Based on a Lookup</title><link>http://www.sageu.com/crm</link><description>This video shows you how to change the value in an Address control and underlying entity.property by selecting from a Lookup control. It also shows you how to use the Lookup control's SeedValue. You will learn how to:&lt;ul&gt;&lt;li&gt;
Map SeedValue in databindings to restrict data in a Lookup control to current entity.&lt;/li&gt;&lt;li&gt;
Review code to take the Lookup's Resultvalue returned as an object.&lt;/li&gt;&lt;li&gt;
Update the Address property with the new selection.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>5:15</duration><subscription>Developer</subscription><PublicationDate>02/01/2009</PublicationDate><PubDate>2009/02/01</PubDate></item><item><title>Validate Using an External Assembly</title><link>http://www.sageu.com/crm</link><description>This video shows you how to validate controls at the entity and form levels using a DLL. You will learn how to:
&lt;ul&gt;&lt;li&gt;Using Visual Studio, create a class library, and add the required references.&lt;/li&gt;
&lt;li&gt;Add validation code to the class library, and then compile a DLL.&lt;/li&gt;
&lt;li&gt;Add the DLL as a reference in the Application Architect.&lt;/li&gt;
&lt;li&gt;Choose the Business rule method and Event to use from the DLL within the Application Architect.&lt;/li&gt;
&lt;li&gt;Modify the Save with Validation button to call the validation from the external assembly.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>13:46</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Create a SalesLogix Workflow that Uses a Custom Activity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reuse a custom workflow activity inside a workflow for SalesLogix. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Visual Studio Workflow project.&lt;/li&gt;
&lt;li&gt;Add project references and set the base class and entity.&lt;/li&gt;
&lt;li&gt;Add project references to the AddressChecker assemblies.&lt;/li&gt;
&lt;li&gt;Add workflow steps, and then test the solution locally.&lt;/li&gt;
&lt;li&gt;Add the workflow to the Application Architect and test the workflow in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>19:15</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Create a Third-Party Application That Uses sData</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a third-party application to load data from SalesLogix in a form using sdata. You should also be able to save and delete data from the database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Visual Studio project.&lt;/li&gt;
&lt;li&gt;Add project references, variables, and form field.&lt;/li&gt;
&lt;li&gt;Include code to load the form, load the combo box based on criteria, save data, and delete data.&lt;/li&gt;
&lt;li&gt;Build the solution, and run the application.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>14:12</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Interrogate SalesLogix Web Components</title><link>http://www.sageu.com/crm</link><description>This video shows you how to interrogate the account entity and its related pages, quick forms, and business rules to better understand the underlying DLLs and built-in functionality. You will learn how to:&lt;ul&gt;&lt;li&gt;
Interrogate a page.&lt;/li&gt;
&lt;li&gt;Interrogate a quick form.&lt;/li&gt;
&lt;li&gt;Interrogate a business rule.&lt;/li&gt;
&lt;li&gt;Interrogate a quick form toolbar.&lt;/li&gt;
&lt;li&gt;Interrogate a smart part.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>33:43</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Configure Process Orchestration</title><link>http://www.sageu.com/crm</link><description>This video shows you how to configure process orchestration in a Web environment. You will learn how to:&lt;ul&gt;&lt;li&gt;
Map a SalesLogix admin user to your Windows WebDLL user.&lt;/li&gt;
&lt;li&gt;Modify the Directory Security settings in IIS for ProcessHost.&lt;/li&gt;
&lt;li&gt;Insert a new wildcard mapping for your Virtual Directory in IIS.&lt;/li&gt;
&lt;li&gt;Start the service, and run the process host to verify it's working.&lt;/li&gt;
&lt;li&gt;Build assemblies in the Application Architect.&lt;/li&gt;
&lt;li&gt;Add the Sage Workflow Toolbox in Visual Studio.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>11:20</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Create a Custom Workflow Activity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a workflow Activity for reuse in a SalesLogix workflow project. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Visual Studio Workflow project.&lt;/li&gt;
&lt;li&gt;Create a custom AddressChecker Activity.&lt;/li&gt;
&lt;li&gt;Create a GeoCoderCaller project to test the custom Activity.&lt;/li&gt;
&lt;li&gt;Build and test the solution locally.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>13:09</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Add a Dynamic Web Content Control to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to Use the Dynamic Web Content control to display a contact's LinkedIn profile. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new quick form, and add the MultiTab Control.&lt;/li&gt;
Add three Dynamic Web Content controls to the form. Populate the
Dynamic URL property with the appropriate social networking URL
that references the SalesLogix LinkedInUserName, TwitterUserName,
and FacebookUserName properties.&lt;/li&gt;
&lt;li&gt;Add the new smart part to the Senator Detail page.&lt;/li&gt;
&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>8:14</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Create a Goal-Driven Process</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a goal workflow that adds provides a tasklet to start an initial e-mail and phone call, and a follow-up e-mail and phone call. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Visual Studio Workflow project and add SalesLogix project references.&gt;
&lt;li&gt;Set the base class and entity.&gt;
&lt;li&gt;Create the goal workflow, build and test the solution, and add the files to the Application Architect.&gt;
&lt;li&gt;Add a tasklet to the Sage SalesLogix portal.&gt;
&lt;li&gt;Test the workflow in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>9:04</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Manually Create a Custom Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to remove features of the out-of-the-box SalesLogix Web Client that you may not want to use. You will learn how to:&lt;ul&gt;&lt;li&gt;
Copy a portal and modify the original portal references.&lt;/li&gt;
&lt;li&gt;Customize the included entities (remove references and files).&lt;/li&gt;
&lt;li&gt;Delete extra support files.&lt;/li&gt;
&lt;li&gt;Open and test the new portal in a Web browser.&lt;/li&gt;
&lt;li&gt;Add multiple tabs (pages) to the control.&lt;/li&gt;
&lt;li&gt;Deploy core portals, and compare it to the custom portal.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>21:13</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Custom Portal Levl Module</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a security role to execute a module at the portal level to determine menu options based on logged on user. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a C# class library in Visual Studio that builds a menu based on the users type.&lt;/li&gt;
&lt;li&gt;Add the .dll to the Sage SalesLogix portal SupportFiles.&lt;/li&gt;
&lt;li&gt;Add the code to the Sage SalesLogix portal modules.&lt;/li&gt;
&lt;li&gt;Build and deploy, and then test the changes.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>13:52</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create an Entity-Interceptor</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create an entity-interceptor to prevent a user from deleting a primary address from the Details area of the Contact Detail view. You should also be able to save and delete data from the database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new class library in Visual Studio.
&lt;li&gt;Add project references and the business rules to throw an error if the user tries to delete the primary address description or delete the primary address.&lt;/li&gt;
&lt;li&gt;Build the solution and modify the XML files, and then test the functionality within the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>19:57</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use Named Queries and HQL to Display a Twitter Feed in a Custom Tasklet</title><link>http://www.sageu.com/crm</link><description>This video shows you how to understand when and how to use the different querying languages within the SalesLogix Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Contact field to the SalesLogix Database for TwitterUserName
Update the Contact entity in the Application Architect.&lt;/li&gt;
&lt;li&gt;Open the SalesLogix site in Visual Studio.&lt;/li&gt;
&lt;li&gt;Create a custom tasklet that uses HQL to obtain a Twitter feed in JSON format to display the latest tweets from a contact.&lt;/li&gt;
&lt;li&gt;Add the files to the Application Architect as SupportFiles and as a Tasklet a smart part.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>21:59</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Compare Different Querying Methods: Mashup Data Source</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use different querying methods to return data in the SalesLogix Web: Mashup datasource. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new mashup with query, select, and aggregate boxes to display account products and quantity.&lt;/li&gt;
&lt;li&gt;Create a quick form with a data grid to display results from the mashup's data source.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>22:54</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Compare Different Querying Methods: IRepository, NHibernate ICriteria, NHibernate HQL</title><link>http://www.sageu.com/crm</link><description>This video shows you how to understand how to use different querying methods to return data in the SalesLogix Web: IRepository, NHibernate ICriteria, NHibernate HQL. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create the Class Library with three querying methods.&lt;/li&gt;
&lt;li&gt;Add the Class Library to the Application Architect.&lt;/li&gt;
&lt;li&gt;Add the external business rules for the three methods.&lt;/li&gt;
&lt;li&gt;Create an account quick form to display the three different methods in a data grid that you can switch between in a radio group.&lt;/li&gt;
&lt;li&gt;Add the AccountCompareQuery as a smart part to the AccountDetail page.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>6:38</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use Sage.Platform to Query Data</title><link>http://www.sageu.com/crm</link><description>This video shows you how to understand when and how to use Sage.Platform to query data in the SalesLogix Web. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an account quick form called AccountSLXQuery that uses IRepository as an OnClick on a button.&lt;/li&gt;
&lt;li&gt;Add a relationship between Account and Products.&lt;/li&gt;
&lt;li&gt;Add the AccountSLXQuery as a smart part to the AccountDetail page.&lt;/li&gt;
&lt;li&gt;Build, deploy, and test the changes in the SalesLogix Web Client.&lt;/li&gt;
&lt;li&gt;Open the code in Visual Studio to explore additional other IRepository properties.&lt;/li&gt;
&lt;li&gt;Add save and delete functionality to the form.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>24:18</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Custom Tasklet Bound to an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you have to create a custom tasklet that is bound to an entity and manage record navigation change in server side code. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create an ASCX/CS file in Visual Studio.
Add Scriptmanagerproxy tag and update panel with controls to the ASCX file.&lt;/li&gt;&lt;li&gt;
Add JavaScript to get a Google Map.&lt;/li&gt;&lt;li&gt;
Create a CS file.&lt;/li&gt;&lt;li&gt;
Review what methods and properties are required when using EntityBoundSmartPartInfoProvider.&lt;/li&gt;&lt;li&gt;
Use ScriptManager.RegisterStartupScript.&lt;/li&gt;&lt;li&gt;
Update a panel server side.&lt;/li&gt;
&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>12:30</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Simulate Working on a Multi-Developer Project</title><link>http://www.sageu.com/crm</link><description>This video shows you how to simulate a multi-user environment using Source Control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use Visual SourceSafe to explore an environment with one administrator and 2 developers.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>21:38</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Enable Logging</title><link>http://www.sageu.com/crm</link><description>This video shows you how to enable logging for Process Orchestration to help you debug during development. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the log4net.config file for Process Orchestration.&lt;/li&gt;
&lt;li&gt;Run a process to see the output of the log file.
Set up logging for the SalesLogix Client and view the Even Viewer.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>13:30</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use the MultiTab Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the MultiTab control on a form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a MultiTab control to a quick form.&lt;/li&gt;&lt;li&gt;
Add multiple tabs (pages) to the control.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>10:20</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add Toolbar Functionality to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to save details of a quick form, delete a detail record, and add a group navigator. You will learn how to:&lt;ul&gt;
&lt;li&gt;Modify the SenatorDetails quick form to add a Group Navigator, a Save button, and a Delete button using built-in business rules.&lt;/li&gt;&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>5:42</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Lookup Control to a New Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to lookup the available senators, for example. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new entity and table.&lt;/li&gt;
&lt;li&gt;Modify entity properties and String Expression. &lt;/li&gt;
&lt;li&gt;Create a new 1:M relationship manually (not using the Entity wizard).&lt;/li&gt;
&lt;li&gt;Update a quick form with a lookup control. &lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>11:40</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create an Entity Filter</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a filter for an entity. You will learn how to:
&lt;ul&gt;&lt;li&gt;Create a filter by range.&lt;/li&gt;
&lt;li&gt;Create a filter by user lookup.&lt;/li&gt;
&lt;li&gt;View the resulting XML.&lt;/li&gt;
&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>8:19</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use a MultiTab Control to Display a Sparkline and Timeline Mashup</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new tab on the Account Details view to show a multitab control that displays a timeline and sparkline based on a Twitter feed ticker for the selected account. In this example, we use Abbott Ltd., and use the ticker ABT. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new mashup that contains 1 query, 1 feed, and 2 select statements.
&lt;/li&gt;&lt;li&gt;Test the XML generated by the mashup.
&lt;/li&gt;&lt;li&gt;Create a new form with a multitab control to display a Sparkline the
Timeline mashups.
&lt;/li&gt;&lt;li&gt;Add the new smart part to the AccountDetails page as a tab.
&lt;/li&gt;&lt;li&gt;Build and deploy the Web site, and then test the new tab.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>18:54</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add an Add/Edit Form to the Senators Tab</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to a quick form that displays in the Tab Area. You will learn how to:
&lt;ul&gt;&lt;li&gt;Create a new AddEditAccountSenator quick form with a lookup to Senator First and Last Name.
&lt;/li&gt;&lt;li&gt;Add an Edit and Delete link to the AccountSenator quick form.
&lt;/li&gt;&lt;li&gt;Add an Add button to the AccountSenator quick form.
&lt;/li&gt;&lt;li&gt;Link the AddEditAccountSenator quick form to the AccountDetail page in the Sage SalesLogix portal.
&lt;/li&gt;&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>13:33</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a New Insert Menu and Insert Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to add new Senator associations. You will learn how to:&lt;ul&gt;&lt;li&gt;Add a new InsertSenator quick form, and add a Save button to the form using built-in business rules.
&lt;/li&gt;&lt;li&gt;Add the smart parts to the Sage SalesLogix portal.
&lt;/li&gt;&lt;li&gt;Add a new entity page for InsertNewSenator.
&lt;/li&gt;&lt;li&gt;Add a new Senator menu item to the New menu.
&lt;/li&gt;&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client, and add an All Senators group.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5.1</subcategory><duration>12:55</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Access sData Entities from a Third-Party Application</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a third-party application that uses sData. You will learn how to:&lt;ul&gt;&lt;li&gt;
Generate sData feed for an entity and deploy.&lt;/li&gt;&lt;li&gt;
Disable the Integrated Windows Authentication security for the Process Host and sData virtual directories. &lt;/li&gt;&lt;li&gt;
Generate an ATOM feed. &lt;/li&gt;&lt;li&gt;
Create a C#.NET application to use the feed. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>9:44</duration><subscription>Developer</subscription><PublicationDate>08/01/2008</PublicationDate><PubDate>2008/08/01</PubDate></item><item><title>Configure Process Orchestration</title><link>http://www.sageu.com/crm</link><description>This video shows you how to set up Process Orchestration in the Application Architect and IIS. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new deployment and portals.&lt;/li&gt;&lt;li&gt;
Review Web site settings in IIS.&lt;/li&gt;&lt;li&gt;
Edit Process Host directory security.&lt;/li&gt;&lt;li&gt;
Configure a new Extension Mapping. &lt;/li&gt;&lt;li&gt;
Configure Application Pool Identity. &lt;/li&gt;&lt;li&gt;
Use Windows Support Tools to tie a user to an account. &lt;/li&gt;&lt;li&gt;
Past SSID into the USERINFO table. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>11:22</duration><subscription>Developer</subscription><PublicationDate>08/01/2008</PublicationDate><PubDate>2008/08/01</PubDate></item><item><title>Create a Mashup to use with HQL</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a Google Maps Mashup using json format and HQL from within an external ascx file. You will learn how to:&lt;ul&gt;&lt;li&gt;
Tie an external ascx file to an entity. &lt;/li&gt;&lt;li&gt;
Create a namedquery using HQL. &lt;/li&gt;&lt;li&gt;
Load a named query as json. &lt;/li&gt;&lt;li&gt;
Tie the changes to the Application Architect. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>14:30</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add a Sparkline to the Welcome Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Sparklines as a gadget on the Welcome page. You will learn how to:&lt;ul&gt;&lt;li&gt;
See an overview of the customization and review the available Sparkline types: smooth, bars, and discrete. &lt;/li&gt;&lt;li&gt;
Create a named query to use in the service using Hql. &lt;/li&gt;&lt;li&gt;
Retrieve the query on the Client side in the ascx file (and explore some debugging tips). &lt;/li&gt;&lt;li&gt;
Create a data array from the named query result and turn it into a string. &lt;/li&gt;&lt;li&gt;
Create the image(s) to display the data. &lt;/li&gt;&lt;li&gt;
Summarize the code steps for the Sparkline. &lt;/li&gt;&lt;li&gt;
Add the ascx page as a smart part to the Sage SalesLogix portal. &lt;/li&gt;&lt;li&gt;
Add the smart part to the Welcome page as a Dashboard Workspace. &lt;/li&gt;&lt;li&gt;
Build and deploy, and then test the changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>21:50</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Use Web Services with sData</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Web Services to provide data transfer over the Web using RESTful architcture (sData). You will learn how to:&lt;ul&gt;&lt;li&gt;
See an overview of the customization scenario: update a contact's fax number in the SalesLogix database from a third-party application running off-site. &lt;/li&gt;&lt;li&gt;
Make entities available for sData Feed. &lt;/li&gt;&lt;li&gt;
Deploy the sData Integration Host portal, and view the adapters. &lt;/li&gt;&lt;li&gt;
Explore an entity adapter in XML form to view available properties. &lt;/li&gt;&lt;li&gt;
Create a new Visual C# project (.NET v3.5). &lt;/li&gt;&lt;li&gt;
Explore SalesLogix namespaces and declare private objects required for the customization example. &lt;/li&gt;&lt;li&gt;
Review the form code and digest authentication. &lt;/li&gt;&lt;li&gt;
Review the string result and sample query. &lt;/li&gt;&lt;li&gt;
Remove unicode preamble and review the remaining form code. &lt;/li&gt;&lt;li&gt;
Run the application to test the changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>18:32</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Launch a Dialog as a Pop-Up Smart Part from an Entity Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to open a dialog from a button click to pop up as a smart part from an entity page. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a form for the dialog, and save and build. &lt;/li&gt;&lt;li&gt;
Add the new form as a smart part to the AccountDetails page. &lt;/li&gt;&lt;li&gt;
Add a control to the AccountDetails form and modify the OnClickAction properties. &lt;/li&gt;&lt;li&gt;
Deploy and test changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>5:07</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Mashup and Use it in a Timeline Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to open a dialog from a button click to pop up as a smart part from an entity page. You will learn how to:&lt;ul&gt;&lt;li&gt;
Backup VFS (new). &lt;/li&gt;&lt;li&gt;
Manually copy an existing Mashup. &lt;/li&gt;&lt;li&gt;
Understand the parameters and fields that make up a Mashup. &lt;/li&gt;&lt;li&gt;
Create a new smart part to contain the Timeline. &lt;/li&gt;&lt;li&gt;
Add the Mashup to the TimeLine Properties. &lt;/li&gt;&lt;li&gt;
Build and deploy and test changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>15:57</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Re-add a Deleted Business Rule or Event</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a business rule or event that you may have accidentally removed. You will learn how to:&lt;ul&gt;&lt;li&gt;
View the Sage.SalesLogix.BusinessRules.dll in Reflector. &lt;/li&gt;&lt;li&gt;
Add a method as an external assembly from the Sage.SalesLogix.BusinessRules.dll in the Application Architect. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>3:23</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Back-Up and Restore a VFS</title><link>http://www.sageu.com/crm</link><description>This video explores the capability to back up your Virtual File System, and then to restore from those backups. You will learn how to:&lt;ul&gt;&lt;li&gt;
Identify the differences between backing up VFS and Snapshots. &lt;/li&gt;&lt;li&gt;
Back up a project. &lt;/li&gt;&lt;li&gt;
Locate and unzip the backup. &lt;/li&gt;&lt;li&gt;
Deleting items from your VFS (for training purposes only. &lt;/li&gt;&lt;li&gt;
Explore the project recycle bin. &lt;/li&gt;&lt;li&gt;
Restore a VFS from backup. &lt;/li&gt;&lt;li&gt;
Verify the restore. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>8:11</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Use a Deployment Snapshot</title><link>http://www.sageu.com/crm</link><description>This video explores the deployment snapshot capabilities added in version 7.5. We look at creating a snapshot and utilizing it to overwrite production. You will learn how to:&lt;ul&gt;&lt;li&gt;
Check out the Deployment Explorer. &lt;/li&gt;&lt;li&gt;
Create a Deployment Snapshot. &lt;/li&gt;&lt;li&gt;
Check out the new snapshot in Deployment Explorer.  &lt;/li&gt;&lt;li&gt;
Deploy from a snapshot. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>6:23</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Mashup to use with GoogleMaps</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create an Application Architect Mashup, create a GoogleMap Mashup with an XML file, and modify the workspace. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create an Application Architect Mashup. &lt;/li&gt;&lt;li&gt;
See Mashup output as xml. &lt;/li&gt;&lt;li&gt;
Create an external ascx file.  &lt;/li&gt;&lt;li&gt;
Load Mashup xml items. &lt;/li&gt;&lt;li&gt;
Tie it to the Application Architect. &lt;/li&gt;&lt;li&gt;
Add the Mashup to welcome page. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>10:13</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Populate Labels with Values from a Lookup</title><link>http://www.sageu.com/crm</link><description>This video shows you how to make a selection from a lookup and populate labels with values from the selected record (unbound) and use a business rule to update properties in the current Entity (bound). You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a label on a form. &lt;/li&gt;&lt;li&gt;
Go into the onChange event of a lookup control and set a C# snippet, referencing the new label. &lt;/li&gt;&lt;li&gt;
Deploy and test changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>6:13</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add a Validation Indicator to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows how to create a validation indicator and prevent submit if validation fails. This is an advanced topic that requires you to modify an exported VFS outside of Application Architect. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify StyleScheme property on control. &lt;/li&gt;&lt;li&gt;
Change css file. &lt;/li&gt;&lt;li&gt;
Modify the control template file (vm file). &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>7:28</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Add Validation at the Entity Level</title><link>http://www.sageu.com/crm</link><description>This video shows how to add validation at an entity level. For example, make a control required so that no matter on what form that control exists, the event will still apply. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open an event on an entity in .NET Reflector.&lt;/li&gt;&lt;li&gt;
Add a new business rule step to the event. &lt;/li&gt;&lt;li&gt;
Add appropriate Using statements to the code. &lt;/li&gt;&lt;li&gt;
Sage, build, deploy, and test. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>5:05</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Mashup with a Timeline Visualization Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a mashup and then how to use this mashup in a timeline. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a mashup and review mashup properties. &lt;/li&gt;&lt;li&gt;
Add processors to a mashup. &lt;/li&gt;&lt;li&gt;
Add items to a Select processor for use in a Timeline control. &lt;/li&gt;&lt;li&gt;
Test the XML created from a mashup in the SalesLogix Client. &lt;/li&gt;&lt;li&gt;
Create a new form with a timeline control. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>22:41</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Bind an External Smart Part (ascx file) to an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to bind your external smart part (ascx file) to an entity. You will see the basic methods and properties that your ascx file must contain to accomplish this task. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add external ascx file and associated cs file. &lt;/li&gt;&lt;li&gt;
Review the ascx file. &lt;/li&gt;&lt;li&gt;
Review the code in the cs file to see basics of binding external ascx to entity. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>9:03</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create Form-Level Validation on Form Controls</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create form-level validation of controls by using the StyleScheme property in a way not originally intended. By setting this property to ValidationGroup or RequiredFieldValidator, your changes are sent to the VM template file to create new ASP tags. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the StyleScheme property to hold what will become asp tags such as ValidationGroup or RequiredFieldValidator. &lt;/li&gt;&lt;li&gt;
Modify Resource file on each quick form to have ValidationGroup name. &lt;/li&gt;&lt;li&gt;
How to modify the VM template file. &lt;/li&gt;&lt;li&gt;
Modify the Onchange action for a control using page.validate to validate the page in code and page. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>17:49</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Lookup that has a Seed Value from another Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a lookup that has a seed value from another control so that a lookup returns only the contacts associated with the current account. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new quick form with a lookup &lt;/li&gt;&lt;li&gt;
Set the SeedProperty. &lt;/li&gt;&lt;li&gt;
Set the SeedValue and map it to a field. &lt;/li&gt;&lt;li&gt;
Save, add the smart part to a page, build, and deploy. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>6:08</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Get and Set a Value in a DateTime Control from the UI</title><link>http://www.sageu.com/crm</link><description>This video shows you how  to get and set a value in a datetime control. You will see that getting the value can be read off the User interface (UI), but setting the value will be done at the entity.property level. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add controls to Application Architect. &lt;/li&gt;&lt;li&gt;
Get Date code. &lt;/li&gt;&lt;li&gt;
Set Date code. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>4:23</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Determine if the Logged On User is a Manager</title><link>http://www.sageu.com/crm</link><description>This video shows you how to determine if the logged on user is a manager by using the SLXUserService to get the user object. You will learn how to:&lt;ul&gt;&lt;li&gt;
Set up quick form for example with button control. &lt;/li&gt;&lt;li&gt;
Review code Onclick action using SLXUserService to get a user object and determine type. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>5:52</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Troubleshoot a Business Rule</title><link>http://www.sageu.com/crm</link><description>This video shows how to troubleshoot a business rule that does not delete--even though you deleted it from the Application Architect. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a business rule. &lt;/li&gt;&lt;li&gt;
See the build error in business rule, and delete the business rule. &lt;/li&gt;&lt;li&gt;
Review steps for troubleshooting the error. &lt;/li&gt;&lt;li&gt;
Delete it in the Application Architect, and then try a CTRL + Build. &lt;/li&gt;&lt;li&gt;
Delete the file from Sage Platform Output, and then try a CTRL + Build. &lt;/li&gt;&lt;li&gt;
Export the VFS and see if the file exists under the entity; if it does, delete it. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>9:17</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Create a Mashup and Use it in a Sparkline Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a Mashup using data from an entity as well as from an RSS feed, and then mashing them up into a Sparkline Control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Review an RSS Feed example. &lt;/li&gt;&lt;li&gt;
Explore Sparkline Control and its parameters. &lt;/li&gt;&lt;li&gt;
Add a New Mashup.&lt;/li&gt;&lt;li&gt;
Use Query Control within a Mashup.&lt;/li&gt;&lt;li&gt;
Use feed control within a Mashup. &lt;/li&gt;&lt;li&gt;
Debug the Mashup. &lt;/li&gt;&lt;li&gt;
Add links between Controls in a Mashup. &lt;/li&gt;&lt;li&gt;
View the XML for a Mashup. &lt;/li&gt;&lt;li&gt;
Explore Replace vs. Append. &lt;/li&gt;&lt;li&gt;
Add a new User Control to place the Sparkline &lt;/li&gt;&lt;li&gt;
Access the Mashup via $.get (using jQuery and Javascript). &lt;/li&gt;&lt;li&gt;
Add the smart part to your portal. &lt;/li&gt;&lt;li&gt;
Adding the smart part to your Welcome page. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5 Beta</subcategory><duration>20:51</duration><subscription>Developer</subscription><PublicationDate>07/01/2008</PublicationDate><PubDate>2008/07/01</PubDate></item><item><title>Process Orchestration: Create a Goal-Driven Process</title><link>http://www.sageu.com/crm</link><description>This video will show you how  to create a goal driven workflow as well as how to enable the Goals Tasklet and a common development issue resolution. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create new project. &lt;/li&gt;&lt;li&gt;
Create a deployment. &lt;/li&gt;&lt;li&gt;
Add the tasklet. &lt;/li&gt;&lt;li&gt;
Troubleshoot common issues with  goal driven workflow. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>9:08</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Process Orchestration: Sending E-mail from the Network Client</title><link>http://www.sageu.com/crm</link><description>This video will show you how to send e-mail from a Process and that running a process enables Network Client users to see that process work as well! You will learn how to:&lt;ul&gt;&lt;li&gt;
Review the workflow and e-mail code.&lt;/li&gt;&lt;li&gt;
Check the process on the Web.&lt;/li&gt;&lt;li&gt;
Verify that the e-mail that was sent.&lt;/li&gt;&lt;li&gt;
Run the process from the LAN Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:32</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Process Orchestration: Create Sequential Workflow</title><link>http://www.sageu.com/crm</link><description>This video will show you how to create a sequential process and implement it on the Web. We use a policy, a code snippet and create a to-do based off of an entity change. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create new project in Visual Studio .NET 2008. &lt;/li&gt;&lt;li&gt;
Add references.&lt;/li&gt;&lt;li&gt;
Change the base type.&lt;/li&gt;&lt;li&gt;
Add toolbox items. &lt;/li&gt;&lt;li&gt;
Create a to-do. &lt;/li&gt;&lt;li&gt;
Manually deploy.&lt;/li&gt;&lt;li&gt;
Updating Application Architect. &lt;/li&gt;&lt;li&gt;
Check changes on the Web site. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>17:38</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Process Orchestration: Set Up Process Host</title><link>http://www.sageu.com/crm</link><description>This video will show you how to ensure Process Host is configured properly and how to implement a process assembly (DLL).  You will learn how to:&lt;ul&gt;&lt;li&gt;
Check IIS settings.&lt;/li&gt;&lt;li&gt;
Log on to http://localhost/processhost/processmanager/registeredprocesses.&lt;/li&gt;&lt;li&gt;
Set up the WEBDLL user in the SalesLogix administrator.&lt;/li&gt;&lt;li&gt;
Addthe assembly to the Web site and edit configuration files.&lt;/li&gt;&lt;li&gt;
Check the Web site to ensure it worked.&lt;/li&gt;&lt;li&gt;
Put it all back into Application Architect for future deployment. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>12:16</duration><subscription>Developer</subscription><PublicationDate>10/01/2008</PublicationDate><PubDate>2008/10/01</PubDate></item><item><title>Create a Development Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a back up of a SalesLogix Evaluation database, and then restore it under a new development name for testing. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the SQL Server Enterprise Manager or SQL Server Management Studio Express to create a back up of your production database. &lt;/li&gt;
&lt;li&gt;Restore the database under a new name. &lt;/li&gt;
&lt;li&gt;Open the Connection Manager, and create a new connection to the development database. &lt;/li&gt;
&lt;li&gt;Create a new data link using the new connection, and log onto the Application Architect.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>7:18</duration><subscription>Developer</subscription><PublicationDate>09/01/2008</PublicationDate><PubDate>2008/09/01</PubDate></item><item><title>Back Up and Restore the VFS</title><link>http://www.sageu.com/crm</link><description>This video shows you how to backup and restore the VFS when working in the development environment. You will learn how to:&lt;ul&gt;&lt;li&gt;
Back up the VFS, and then open the exported zip file to see what the backup looks like.&lt;/li&gt; 
&lt;li&gt;Delete an entity, and then restore from the backup to see how the restore works.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:03</duration><subscription>Developer</subscription><PublicationDate>09/01/2008</PublicationDate><PubDate>2008/09/01</PubDate></item><item><title>Export the Virtual File System</title><link>http://www.sageu.com/crm</link><description>This video shows you how to export the Virtual File System (VFS) to a location on your hard drive. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new folder called C:\VFSLocal. &lt;/li&gt;
&lt;li&gt;Export the VFS, and open the new project.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>2:33</duration><subscription>Developer</subscription><PublicationDate>09/01/2008</PublicationDate><PubDate>2008/09/01</PubDate></item><item><title>Add Print Functionality to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to link to a printer-friendly version of a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Print button to a quick form. &lt;/li&gt;
&lt;li&gt;Add a new entity page for the print preview using the Dialog.master template.&lt;/li&gt;
&lt;li&gt;Build and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>5:01</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Add a Dynamic Web Content Control to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to Use the Dynamic Web Content control to display a contacts LinkedIn profile. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new quick form, and add the Dynamic Web Content control to the form. Populate the Dynamic URL property with a LinkedIn URL that references the SalesLogix WebUserName property. 
&lt;li&gt;Add the new smart part to the Contact Detail page. &lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:17</duration><subscription>Developer</subscription><PublicationDate>01/19/2009</PublicationDate><PubDate>2009/01/19</PubDate></item><item><title>Modify a Deployment</title><link>http://www.sageu.com/crm</link><description>This video reviews the deployment settings in the Application Architect. You will learn how to:&lt;ul&gt;
&lt;li&gt;Open the Sage SalesLogix portal and edit the Core Portals deployment.&lt;/li&gt;
&lt;li&gt;Change the Virtual Name, and then build the Web platform and deploy the site.&lt;/li&gt;
&lt;li&gt;Log on to the Web Client and review how the deployment files appear in IIS.&lt;/li&gt;
&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>5:50</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use JavaScript to Display a Confirmaiton Dialog Box</title><link>http://www.sageu.com/crm</link><description>This video will show you how to use javascript client side code to display a confirmation dialog of OK/Cancel, take the results and place the results in a hidden textbox, and then make use of the results from C# server side code. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create confirm dialog box in javascript place results in hidden text box.&lt;/li&gt;&lt;li&gt;
Use C# to retrieve results from hidden text.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>5:08</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Deploy the Customer Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to deploy the Customer Portal to your development server. You will learn how to:&lt;ul&gt;
&lt;li&gt;Deploy the Customer Portal Web site. &lt;/li&gt;
&lt;li&gt;Grant Web access to a contact.&lt;/li&gt;
&lt;li&gt;Test the Customer Portal Web site.&lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:56</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Mashup with a Timline</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new tab on the Account Details view to show a timeline representation of all the associated senators and the date they were associated with a selected account. The link and icon color in the timeline should correspond to the senator's political affiliation: democrat (blue), republican (red), other (green). You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new SenatorTimeline mashup that contains 1 query and 1 select statement.&lt;/li&gt;&lt;li&gt;
Build and deploy all targets in the core portal, and then test the XML generated by the mashup.&lt;/li&gt;&lt;li&gt;
Create a new form with a timeline visualization control that uses the new SenatorTimeline mashup.&lt;/li&gt;&lt;li&gt;
Add the new smart part to the AccountDetails page as a tab.&lt;/li&gt;&lt;li&gt;
Build and deploy the Web site, and then test the new tab.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>14:18</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Validate Form- and Entity-Level Data</title><link>http://www.sageu.com/crm</link><description>This video shows you how to  create a new tab to only show active senators. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new business rule (GetActiveSenators) that only returns senators with an Active status set to True. &lt;/li&gt;
&lt;li&gt;Create a new quick form with the new GetByMethod in a data grid (created manually) to display in More Tabs. &lt;/li&gt;
&lt;li&gt;Add the smart part to the Account Details page. &lt;/li&gt;
&lt;li&gt;Build and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>8:23</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Audit an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to track the historical changes to the fields on a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new history entity in the Application Architect.&lt;/li&gt;
&lt;li&gt;Add a new 1:M relationship between the main entity and new history entity. &lt;/li&gt;
&lt;li&gt;Audit the Senator entity, and assign the new history table to the entity.&lt;/li&gt;
&lt;li&gt;Create a History quick form to show the CreateUser, FieldValue, OldValue, and NewValue, and then create a smart part for the form.&lt;/li&gt; 
&lt;li&gt;Add a quick form as a new smart part to the Senator page.&lt;/li&gt;
&lt;li&gt;Add a confirmation message to the Save button on a quick form. &lt;/li&gt;
&lt;li&gt;Build and deploy the changes to the Client. &lt;/li&gt;
&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:21</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add Dependencies Between Cotrols</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to automatically update or hide one control based on the changes to another control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an action item to change an e-mail address domain of an E-mail control whenever the Web site address domain changes of a URL control.&lt;/li&gt;
&lt;li&gt;Add a new check box control to indicate whether or not a contact has a Web site address. Then, add an action item to hide the Web site control whenever the Has Web site? control is cleared. &lt;/li&gt;
&lt;li&gt;Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>6:45</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Person Name Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to click inside a name control, and set the Prefix, First, Middle, Last, and Suffix. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add a Person Name control to a quick form, and map the appropriate control properties (databindings).&lt;/li&gt;
&lt;li&gt;Build and deploy, and test the changes in the Client.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:36</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add an Add/Edit Form to the Senators Tab</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to a quick form that displays in the Tab Area. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an AddEdit quick form.
&lt;/li&gt;&lt;li&gt;Add Edit and Delete links to a data grid.
Add the AddEdit smart part to the AccountDetail page.
&lt;/li&gt;&lt;li&gt;Build and deploy the changes to the Client. 
&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>6:23</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Include Add Functionality on a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to add new Senator associations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify the toolbar for a quick form to include an Add button.&lt;/li&gt;
&lt;li&gt;Add a Lookup control to a form.&lt;/li&gt;
&lt;li&gt;Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:55</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a New Insert Menu and Insert Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reuse a Detail form by hiding the navigation to become an Insert form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify a quick form to add a LoadAction for Insert.&lt;/li&gt; 
&lt;li&gt;Add a new entity page for InsertNewSenator. &lt;/li&gt;
&lt;li&gt;Add a new Senator menu item to the New menu.&lt;/li&gt;
&lt;li&gt;Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>9:11</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Log File and Debug SalesLogix Code in Visual Studio</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use events to create a log file and debug code in Visual Studio. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a shared log directory.&lt;/li&gt;
&lt;li&gt;Modify the Account OnAfterUpdate event to create a log file that lists the account names that are updated.&lt;/li&gt;
&lt;li&gt;Build the Interfaces and Web Platform, and test changes. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>9:17</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Modify a Master Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new master page, and apply it to the Account view in the Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio.&lt;/li&gt;
&lt;li&gt;Create a master page that uses a new style sheet, image, and welcome text.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>7:32</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Third-Party Application to Load SalesLogix Data into the Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new VB.NET project to load an XML file with latitude and longitude data for SalesLogix accounts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Database Manager to add latitude and longitude fields to the
Address table.
&lt;/li&gt;&lt;li&gt;Update Address properties with latitude and longitude.
&lt;/li&gt;&lt;li&gt;Create a new project in Visual Studio that loads data from an XML file. This project should connect into the SalesLogix database using
SLXOLEDB.1 and SData.
&lt;/li&gt;&lt;li&gt;Test to make sure the data uploaded to the database successfully.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>14:10</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Tab for Google Maps</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use an account's latitude and longitude to add a Google Maps tab to display a map for an account's address. You will learn how to:&lt;ul&gt;&lt;li&gt;
Update Address properties with latitude and longitude.&lt;/li&gt;&lt;li&gt;
Modify the LoadActions for the form.
Add a GoogleMaps.ascx file page reference, and deploy the changes.&lt;/li&gt;&lt;li&gt;
Add code to retrieve the latitude and longitude, and display them on the GoogleMaps.ascx page.&lt;/li&gt;&lt;li&gt;
Using the Google Maps API, add the Google Maps functionality to the page.&lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;li&gt; 
Link the GoogleMaps.ascx and GoogleMaps.ascx pages created in Visual Studio into SalesLogix.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>15:09</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Pick List Control to an Existing Entity</title><link>http://www.sageu.com/crm</link><description>\This video shows you how to add a new controls to a quick form. You will learn how to:&lt;ul&gt;
&lt;li&gt;Update an entity with a new property.&lt;/li&gt;
&lt;li&gt;Add and remove rows/columns to a quick form. 
&lt;li&gt;Build interfaces.&lt;/li&gt;
&lt;li&gt;Add a new pick list control to a quick form and bind the control. &lt;/li&gt;
&lt;li&gt;Change the control properties.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>5:19</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Tie a Business Rule to an External Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a DLL in Visual Studio, and then use it as a business rule within the Application Architect. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a C# class in Visual Studio to obtain the latitude and longitude of an account using a Web service.&lt;/li&gt;&lt;li&gt;
Add a business rule in the Application Architect based on an external assembly that uses the GetGeoCodeByAccount method you created in Visual Studio.&lt;/li&gt;&lt;li&gt;
Display latitude and longitude values to call the business rule from a quick form. &lt;/li&gt;&lt;li&gt;
Add the new smart part to the Account Detail page. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>10:15</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Debug SalesLogix Code in Visual Studio</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Visual Studio to explore debugging basics with SalesLogix code. You will learn how to:&lt;ul&gt;
&lt;li&gt;Open the SalesLogix Web site in Visual Studio.&lt;/li&gt;
&lt;li&gt;Practice debugging techniques such as stepping through code, adding objects to the Watch window, and checking variables.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>5:57</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Create a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to bundle your customizations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Bundle Model to add bundle items and actions based on a change date.&lt;/li&gt;&lt;li&gt;
Save the bundle.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:21</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Install a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install a bundle to a new database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Install a bundle to your production database.&lt;/li&gt;
&lt;li&gt;Test the installation.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:42</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add Save and Delete Functionality to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to save details of a quick form, as well as delete a detail record. You will learn how to:&lt;ul&gt;
&lt;li&gt;Modify a quick form to add Save and Delete buttons using built-in business rules.&lt;/li&gt; 
&lt;li&gt;Use actions.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:38</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Link Column to a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to link the Detail view from a column in a data grid. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add a link column to a quick form. 
&lt;/li&gt;&lt;li&gt;Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:35</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Group Navigator</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Group Navigator control to allow users to scroll through Detail records. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add a Group Navigator to scroll through Detail records. &lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>2:07</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Enhance a Data Grid by Using a Calculated Field</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a calculated field to display two data grid columns in one field. You will learn how to:&lt;ul&gt;
&lt;li&gt;Add a calculated field using the Database Manager.&lt;/li&gt;
&lt;li&gt;Update an entity with the new calculated field. &lt;/li&gt;
&lt;li&gt;Modify a quick form with a data grid to use the new calculated field.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>3:10</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a New Quick Form to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to track the senators with which your accounts are associated, for example, by adding a new Senator quick form that appears in the Tab Area of the Contact Detail view. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new M:1 parent and 1:M child relationship.&lt;/li&gt; 
&lt;li&gt;Create a new quick form with a data grid to list senator information.&lt;/li&gt;
&lt;li&gt;Add the new smart part to the Accounts page.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>10:25</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Use a Property Code Snippet (Custom Property)</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a custom property. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a custom property to track the number of days a senator has been associated with an account. 
&lt;/li&gt;&lt;li&gt;Display the property as within a data grid and as a text box on a quick form. 
&lt;/li&gt;&lt;li&gt;Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.5</subcategory><duration>6:23</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Add a Lookup Control to a New Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to lookup the available senators, for example. You will learn how to:&lt;ul&gt;
&lt;li&gt;Create a new entity and table.&lt;/li&gt;
&lt;li&gt;Modify entity properties and String Expression. &lt;/li&gt;
&lt;li&gt;Create a new 1:M relationship manually (not using the Entity wizard).&lt;/li&gt;
&lt;li&gt;Update a quick form with a lookup control. &lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy changes.&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>8:48</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Implement Source Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to implement source control to support a development team environment. This example uses Microsoft Visual SourceSafe 6.0. You will learn how to:&lt;ul&gt;&lt;li&gt;
After exporting the VFS, add the files to VSS. 
&lt;/li&gt;&lt;li&gt;Check out a file, make some sample changes in the Application Architect, and then review the differences in VSS.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>4:42</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Bind an External Smart Part to an entity </title><link>http://www.sageu.com/crm</link><description>This video shows you how to use an external smart part, bind it to an entity, and obtain an entity property (latitude and longitude) through code to display a map for an account's address. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a GoogleMapsEntity.ascx file page reference, and deploy the changes.&lt;/li&gt;&lt;li&gt;
Add code to the external page to retrieve the latitude and longitude by going through the Account.Address.Lat or Account.Address.Lon (entity.childrelationship.property).&lt;/li&gt;&lt;li&gt;
Using the Google Maps API, add the Google Maps functionality to the page.&lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.5</subcategory><duration>10:24</duration><subscription>Developer</subscription><PublicationDate>01/18/2009</PublicationDate><PubDate>2009/01/18</PubDate></item><item><title>Compare Bundle Differences</title><link>http://www.sageu.com/crm</link><description>This video shows you how to compare Web bundles.</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:13</duration><subscription>Developer</subscription><PublicationDate>08/28/2009</PublicationDate><PubDate>2009/08/28</PubDate></item><item><title>Use .NET Reflector</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use .NET Reflector to explore SalesLogix DLLs and assemblies used for Web and LAN written in .NET. You will learn how to:&lt;ul&gt;&lt;li&gt;
Download the .NET Reflector utility. &lt;/li&gt;&lt;li&gt;
Open the SalesLogix components in the utility. &lt;/li&gt;&lt;li&gt;
Explore Sage SalesLogix Entities in the utility. &lt;/li&gt;&lt;li&gt;
Explore DLLs from the LAN applications. &lt;/li&gt;&lt;li&gt;
Explore DLLs from third-party applications. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:28</duration><subscription>Developer</subscription><PublicationDate>04/012009</PublicationDate><PubDate>04/012009</PubDate></item><item><title>Create Dependent Pick Lists</title><link>http://www.sageu.com/crm</link><description>This video shows you how to enable functionality to only allow certain users to delete a senator record. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new pick list in the Administrator. &lt;/li&gt;&lt;li&gt;
Add pick lists to a quick form in the Application Architect.&lt;/li&gt;&lt;li&gt;
Modify the load actions of the form. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:52`</duration><subscription>Developer</subscription><PublicationDate>04/01/2009</PublicationDate><PubDate>2009/04/01</PubDate></item><item><title>Export the Virtual File System</title><link>http://www.sageu.com/crm</link><description>This video shows you how to export the Virtual File System (VFS) to a location on your hard drive. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new folder called C:\VFSLocal. &lt;/li&gt;&lt;li&gt;
Export the VFS, and open the new project.  &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>2:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2009</PublicationDate><PubDate>2009/04/01</PubDate></item><item><title>Create a New Deployement</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new deployment for customization and testing purposes. You will learn how to:&lt;ul&gt;&lt;li&gt;
Manually add a new Web site in IIS. &lt;/li&gt;&lt;li&gt;
Add a new deployment to the Sage SalesLogix portal. &lt;/li&gt;&lt;li&gt;
Deploy the development Web site, and log on to the development Web Client to test for errors. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:13</duration><subscription>Developer</subscription><PublicationDate>04/01/2009</PublicationDate><PubDate>2009/04/01</PubDate></item><item><title>Deploy the Sage SalesLogix Customer Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to deploy the Customer Portal. You will learn how to:&lt;ul&gt;&lt;li&gt;
Deploy the Customer Portal Web site. &lt;/li&gt;&lt;li&gt;
Grant Web access to a contact. &lt;/li&gt;&lt;li&gt;
Test the Customer Portal Web site. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:38</duration><subscription>Developer</subscription><PublicationDate>04/01/2009</PublicationDate><PubDate>2009/04/01</PubDate></item><item><title>Add an Event Based off a Security Role</title><link>http://www.sageu.com/crm</link><description>This video shows you how to enable functionality to only allow certain users to delete a senator record. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create the security role.&lt;/li&gt;&lt;li&gt;
Assign users to the security role.&lt;/li&gt;&lt;li&gt;
Create a business rule based on the security role. &lt;/li&gt;&lt;li&gt;
Add an assembly to code snippet library. &lt;/li&gt;&lt;li&gt;
Use validation business rule. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>13:52</duration><subscription>Developer</subscription><PublicationDate>04/01/2009</PublicationDate><PubDate>2009/04/01</PubDate></item><item><title>Bind a Radio Group to an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows how to bind an entity to a radio group.  (These steps would also apply to a combo box.)
You will learn how to:&lt;ul&gt;&lt;li&gt;
Create business rule using IRepository and FindAll method. &lt;/li&gt;&lt;li&gt;
Create a data source that references the business rule. &lt;/li&gt;&lt;li&gt;
Create a radio group and bind to data source. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>7:36</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Pick List Control to an Existing Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add two new controls to a quick form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Update an entity with a new property. &lt;/li&gt;&lt;li&gt;
Add and remove rows/columns to a quick form. &lt;/li&gt;&lt;li&gt;
Build interfaces. &lt;/li&gt;&lt;li&gt;
Add a new pick list control to a quick form and bind the control. &lt;/li&gt;&lt;li&gt;
Change the control properties. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:40</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Context Menu to a Nav Bar</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add right-mouse button (RBM) functionality to a Nav Bar Item in the Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new context menu and several context menu items. &lt;/li&gt;&lt;li&gt;
Reference the context menu from a Nav Bar item. &lt;/li&gt;&lt;li&gt;
Deploy and test the changes in the Web Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>4:00</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Embed Visual Analyzer in the Web Client</title><link>http://www.sageu.com/crm</link><description>This video shows you how to embed Visual Analyzer in the Web Client, as well as use the Configure Smart Part button. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new Web page in Visual Studio. &lt;/li&gt;&lt;li&gt;
Add the page as a smart part in the Application Architect, and use the Configure Smart Part button to locate the public properties from the Web page you added. &lt;/li&gt;&lt;li&gt;
Add a navigation item to launch the page. &lt;/li&gt;&lt;li&gt;
Launch the page from within the SalesLogix Web Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>14:51</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Modify the Welcome Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to modify the Welcome page for the SalesLogix Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Retrieve the SalesLogix Connection string and current user ID within the code, and add labels. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Client. &lt;/li&gt;&lt;li&gt;
Copy the changes in the Application Architect. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:36</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use the Control Container control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a Control Container control to a new quick form that holds several other controls. You will include an action item on a button control to return the number of controls to see how the code is processed behind the form. You will learn how to:&lt;ul&gt;&lt;li&gt;&lt;
Create a new quick form, and add a Control Container control and a Button control. &lt;/li&gt;&lt;li&gt;
Add an action to the button control that loops through the controls and returns their control names in a message box. &lt;/li&gt;&lt;li&gt;
Add the new smart part to the Contact Detail page. &lt;/li&gt;&lt;li&gt;
Finally, build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>12:38</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Enable Sorting on a Data Grid</title><link>http://www.sageu.com/crm</link><description>his video shows you how to enable sorting on the columns in a data grid. You will learn how to:&lt;ul&gt;&lt;li&gt;
Edit the IsSortable property for columns in a data grid. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>2:54</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use a Validation Business Rule and Delete with Conditions</title><link>http://www.sageu.com/crm</link><description>This video shows how to create your own custom delete business rule that will delete only when a certain condition applies. We explore how to use IRepository, IQueryable, IProjections, IExpressionFactory in a business rule to return a list. We then create a 'Validation Business Rule' action within a quick form's toolbar button for delete. We also show how to connect the new business rule to the ValidationBusinessRule action.
You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a business rule using IProjection and count. &lt;/li&gt;&lt;li&gt;
Apply the new business rule using ValidationBusinessRule action in the quick form toolbar. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>9:34</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a New Quick Form to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to track the senators with which your accounts are associated, for example, by adding a new Senator quick form that appears in the Tab Area of the Contact Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new M:1 parent and 1:M child relationship. &lt;/li&gt;&lt;li&gt;
Create a new quick form with a data grid to list senator information. &lt;/li&gt;&lt;li&gt;
Add the new smart part to the Accounts page. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:51</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use an Expression for Data Binding to Hide/Unhide a Control</title><link>http://www.sageu.com/crm</link><description>This video shows how to use expressions within the Databinding property of a control.
You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify expression on control in Databinding collection. &lt;/li&gt;&lt;li&gt;
Build, deploy, and test the changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>4:02</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Enhance a Data Grid by Using a Calculated Field</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a calculated field to display two data grid columns in one field. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a calculated field using the Database Manager. &lt;/li&gt;&lt;li&gt;
Update an entity with the new calculated field. &lt;/li&gt;&lt;li&gt;
Modify a quick form with a data grid to use the new calculated field. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>3:53</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Implement Source Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to implement source control to support a development team environment. This example uses Microsoft Visual SourceSafe 6.0. You will learn how to:&lt;ul&gt;&lt;li&gt;
After exporting the VFS, add the files to VSS. &lt;/li&gt;&lt;li&gt;
Check out a file, make some sample changes in the Application Architect, and then review the differences in VSS. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:03</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Apply User-Selected Themes</title><link>http://www.sageu.com/crm</link><description>This video shows how to apply a Theme to the SLX Client that was selected by the End User. We modify the Workspace to add the option for the end user to change their theme, we modify the Page's PageProperty collection to recognize the user selected theme, and we create an application variable that stores the selected theme and read this into each Page that will use the theme.
You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify Welcome page. &lt;/li&gt;&lt;li&gt;
Modify Login page to store application variable. &lt;/li&gt;&lt;li&gt;
Create a list box on the Welcome page. &lt;/li&gt;&lt;li&gt;
Import changes into the Application Architect. &lt;/li&gt;&lt;li&gt;
Change PageProperties collection. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>14:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Reuse a Detail Form to Function as an Insert Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reuse a Detail form by hiding the navigation to become an Insert form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify a quick form to add a LoadAction for Insert.&lt;/li&gt;&lt;li&gt;
Add a new Senator menu item to the New menu.&lt;/li&gt;&lt;li&gt;
Finally, build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;	</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Bundle Using the Command Prompt</title><link>http://www.sageu.com/crm</link><description>This video shows you how to automate bundles using the command prompt. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use available parameters. &lt;/li&gt;&lt;li&gt;
Export the VFS. &lt;/li&gt;&lt;li&gt;
Set a temporary location for the bundle.&lt;/li&gt;&lt;li&gt;
Create a bundle config file. &lt;/li&gt;&lt;li&gt;
Create the bundle using the command prompt. &lt;/li&gt;&lt;li&gt; 
Create a batch file to automate bundle creation. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>11:59</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Link to Other Views from the Activity Detail View</title><link>http://www.sageu.com/crm</link><description>This video shows you how to link to the Contact Detail view from the Activity Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Isolate the link syntax used to link to Contact, Account, and Opportunity Detail views. &lt;/li&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Change a Label control into a LinkButton within the code and an an onclick event.&lt;/li&gt;&lt;li&gt;
Test the changes in the Web Client. &lt;/li&gt;&lt;li&gt;
Fix the code to set the PostBackURL. &lt;/li&gt;&lt;li&gt;
Add data validation &lt;/li&gt;&lt;li&gt;
Copy the changes back into the Application Architect. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>16:09</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Column to a Data Grid on a Custom Smart Part such as the Activity List</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a contact phone number on the Activity Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Add a field to the data source within code. &lt;/li&gt;&lt;li&gt;
Add code to retrieve the ContactID. &lt;/li&gt;&lt;li&gt;
Test the changes in the Web Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:29</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Install a Language Pack from a Zip File</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install a language from a zip file (German) for your Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Change the browser's language. &lt;/li&gt;&lt;li&gt;
Set the source path in the Virtual File System Explorer. &lt;/li&gt;&lt;li&gt;
Copy the language version into the existing VFS. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy. &lt;/li&gt;&lt;li&gt;
View the changes in the Web Client and in the wwwroot directory. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>5:29</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create and Applyl a Theme</title><link>http://www.sageu.com/crm</link><description>This video shows how to use themes. We create a theme in Visual Studio, then import the new theme files into Application Architect. We explore a Page's PageProperty collection, apply a theme on a single page, and then apply the theme globally by modifying the Web.Config file.
You will learn how to:&lt;ul&gt;&lt;li&gt;
Create Themes in Visual Studio for use on a certain page. &lt;/li&gt;&lt;li&gt;
Import changes into the Application Architect. &lt;/li&gt;&lt;li&gt;
Change PageProperty collection and TemplateProperty Collection in Application Architect to enable theming. &lt;/li&gt;&lt;li&gt;
Modify web.config to apply themes globally. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:42</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Change the Project Culture</title><link>http://www.sageu.com/crm</link><description>This video shows you how to make a Web site compatible for different languages. You will learn how to:&lt;ul&gt;&lt;li&gt;
Change the project culture &lt;/li&gt;&lt;li&gt;
Change the browser's language &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>5:50</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add Dependencies Between Controls</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to automatically update or hide one control based on the changes to another control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an action item to change an e-mail address domain of an E-mail control whenever the Web site address domain changes of a URL control. &lt;/li&gt;&lt;li&gt;
Add a new check box control to indicate whether or not a contact has a Web site address. Then, add an action item to hide the Web site control whenever the Has Web site? control is cleared. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>15:48</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Install a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install a bundle to a new database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Install a bundle to your production database. &lt;/li&gt;&lt;li&gt;
Test the installation.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>3:48</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to bundle your customizations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Bundle Model to add bundle items and actions based on a change date.&lt;/li&gt;&lt;li&gt;
Save the bundle. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>7:03</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Tab for Google Maps</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use an account's latitude and longitude to add a Google Maps tab to display a map for an account's address. You will learn how to:&lt;ul&gt;&lt;li&gt;
Update Address properties with latitude and longitude. &lt;/li&gt;&lt;li&gt;
Modify the LoadActions for the form. &lt;/li&gt;&lt;li&gt;
Add a GoogleMaps.ascx file page reference, and deploy the changes. &lt;/li&gt;&lt;li&gt;
Add code to retrieve the latitude and longitude, and display them on the GoogleMaps.ascx page. &lt;/li&gt;&lt;li&gt;
Using the Google Maps API, add the Google Maps functionality to the page. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client. &lt;/li&gt;&lt;li&gt;
Link the GoogleMaps.ascx and GoogleMaps.ascx pages created in Visual Studio into SalesLogix.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>18:43</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Third-Party Application to Load XML Data into the SalesLogix Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new VB.NET project to load an XML file with latitude and longitude data for SalesLogix accounts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Database Manager to add latitude and longitude fields to the Address table.&lt;/li&gt;&lt;li&gt;
Create a new project in Visual Studio that loads data from an XML file and connects into the SalesLogix database using OLEDB. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>13:59</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Modify a Master Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new master page, and apply it to the Account view in the Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Create a master page that uses a new style sheet, image, and welcome text. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>13:36</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Log File and Debug SalesLogix Snippet Code in Visual Studio</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use events to create a log file and debug code in Visual Studio. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a shared log directory. &lt;/li&gt;&lt;li&gt;
Modify the Account OnAfterUpdate event to create a log file that lists the account names that are updated. &lt;/li&gt;&lt;li&gt;
Build the Interfaces and Web Platform, and test changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>11:26</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a New Insert Menu and Insert Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to reuse a Detail form by hiding the navigation to become an Insert form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify a quick form to add a LoadAction for Insert. &lt;/li&gt;&lt;li&gt;
Add a new entity page for InsertNewSenator. &lt;/li&gt;&lt;li&gt;
Add a new Senator menu item to the New menu. &lt;/li&gt;&lt;li&gt;
Finally, build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:50</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Link Column to a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to link the Detail view from a column in a data grid. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a link column to a quick form. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>4:09</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Lookup Control to a New Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to lookup the available senators, for example. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new entity and table. &lt;/li&gt;&lt;li&gt;
Modify entity properties and String Expression.  &lt;/li&gt;&lt;li&gt;
Create a new 1:M relationship manually (not using the Entity wizard).  &lt;/li&gt;&lt;li&gt;
Update a quick form with a lookup control.  &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes.  &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:27</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Person Name Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to click inside a name control, and set the Prefix, First, Middle, Last, and Suffix. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Person Name control to a quick form, and map the appropriate control properties (databindings). &lt;/li&gt;&lt;li&gt;
Build and deploy, and test the changes in the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>3:00</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create an Extension Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create an extension entity. You will learn how to:
Create a new extension entity as a 1:1 relationship table. &lt;ul&gt;&lt;li&gt;
Reference the entity property from within the main entity. &lt;/li&gt;&lt;li&gt;
Reference the entity property in code from a different entity. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>7:35</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use the Dynamic Web Content Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Dynamic Web Content control to display a contact’s LinkedIn profile. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new quick form, and add the Dynamic Web Content control to the form. Populate the Dynamic URL property with a LinkedIn URL that references the SalesLogix WebUserName property. &lt;/li&gt;&lt;li&gt;
Add the new smart part to the Contact Detail page. &lt;/li&gt;&lt;li&gt;
Finally, build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:41</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add Print Functionality to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to link to a printer-friendly version of a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Print button to a quick form. &lt;/li&gt;&lt;li&gt;
Add a new entity page for the print preview using the Dialog.master template.&lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:22</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Audit an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to track the historical changes to the fields on a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new history entity in the Application Architect. &lt;/li&gt;&lt;li&gt;
Add a new 1:M relationship between the main entity and new history entity. &lt;/li&gt;&lt;li&gt;
Audit the Senator entity, and assign the new history table to the entity. &lt;/li&gt;&lt;li&gt;
Create a History quick form to show the CreateUser, FieldValue, OldValue, and NewValue, and then create a smart part for the form. &lt;/li&gt;&lt;li&gt;
Add a quick form as a new smart part to the Senator page. &lt;/li&gt;&lt;li&gt;
Add a confirmation message to the Save button on a quick form. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>10:22</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Load a Data Grid for a GetBy Method</title><link>http://www.sageu.com/crm</link><description>This video shows you how to  create a new tab to only show active senators. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new business rule (GetActiveSenators) that only returns senators with an Active status set to True. &lt;/li&gt;&lt;li&gt;
Create a new quick form with the new GetByMethod in a data grid (created manually) to display in More Tabs. &lt;/li&gt;&lt;li&gt;
Add the smart part to the Account Details page. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>8:10</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use a Property Code Snippet (Custom Property)</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a custom property. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a custom property to track the number of days a senator has been associated with an account. &lt;/li&gt;&lt;li&gt;
Display the property as within a data grid and as a text box on a quick form. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>7:06</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Dynamic Web Content Control to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to Use the Dynamic Web Content control to display a contact's LinkedIn profile. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new quick form, and add the Dynamic Web Content control to the form. Populate the Dynamic URL property with a LinkedIn URL that references the SalesLogix WebUserName property. &lt;/li&gt;&lt;li&gt;
Add the new smart part to the Contact Detail page. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:29</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Group Navigator</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Group Navigator control to allow users to scroll through Detail records. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Group Navigator to scroll through Detail records. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/uL&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>2:06</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add an Add/Edit Form to a Quick/Form (Tab Area)</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to a quick form that displays in the Tab Area. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an AddEdit quick form.&lt;/li&gt;&lt;li&gt;
Add Edit and Delete links to a data grid. &lt;/li&gt;&lt;li&gt;
Add the AddEdit smart part to the AccountDetail page. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.2</subcategory><duration>6:41</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Site Secure License for Your Web Site</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a Site Secure License (SSL) for your Web site. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a certificate request &lt;/li&gt;&lt;li&gt;
Process the certificate request &lt;/li&gt;&lt;li&gt;
Install the certificate that issues Enable SSL &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>10:43</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Lookup Control to a New Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to lookup the available vehicles, for example. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new entity and table. &lt;/li&gt;&lt;li&gt;
Create a new 1:M relationship between entities. &lt;/li&gt;&lt;li&gt;
Create a new 1:M relationship manually (not using the Entity wizard). &lt;/li&gt;&lt;li&gt;
Update an entity's string expression. &lt;/li&gt;&lt;li&gt;
Update a quick form with a lookup control. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>13:40</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Install a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to install a bundle to a new database. You will learn how to:&lt;ul&gt;&lt;li&gt;
Install a bundle to your production database. &lt;/li&gt;&lt;li&gt;
Test the installation. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>1:48</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Load a Data Grid from a GetBy Method</title><link>http://www.sageu.com/crm</link><description>This video shows you how to  create a new tab to only show active vehicles. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new business rule (GetActiveVehicles) that only returns vehicles with an Active status set to True. &lt;/li&gt;&lt;li&gt;
Create a new quick form with the new GetByMethod in a data grid (created manually) to display in More Tabs. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>11:54</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Send Mail from an Event</title><link>http://www.sageu.com/crm</link><description>This video shows you how to configure automatic e-mail messages anytime someone creates an activity. You will learn how to:&lt;ul&gt;&lt;li&gt;
Verify installation of SMTP Service in IIS. (0:00)
Add a step to the OnAfterInsert event for the Activity entity. &lt;/li&gt;&lt;li&gt;
Add a C# code snippet that executes sending of mail. &lt;/li&gt;&lt;li&gt;
Save changes, build, and deploy. &lt;/li&gt;&lt;li&gt;
Log on to the SalesLogix Web Client, and test changes. &lt;/li&gt;&lt;li&gt;
Enable relay through the virtual server for testing purposes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>9:29</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add Save and Delete Functionality to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to save details of a quick form, as well as delete a detail record. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use actions. &lt;/li&gt;&lt;li&gt;
Modify a quick form to add Save and Delete buttons using built-in business rules. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>7:04</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Group Navigator</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use the Group Navigator control to allow users to scroll through Detail records. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Group Navigator to scroll through Detail records. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>2:28</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a New Page and Nav Button</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new page to display details from a new entity . You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new Main View page with a Lookup Viewer and Group Viewer using the Portal Page Wizard. &lt;/li&gt;&lt;li&gt;
Add a new navigation button to open the new page. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;li&gt;
Create a Client group. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>10:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add Print Functionality to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to link to a printer-friendly version of a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Print button to a quick form. &lt;/li&gt;&lt;li&gt;
Add a new entity page for the print preview using the Dialog.master template. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>6:12</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a New Quick Form to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to track the vehicles with which your contacts are associated, for example, by adding a new Vehicle quick form that appears in the Tab Area of the Contact Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new quick form with a data grid to list vehicle information. &lt;/li&gt;&lt;li&gt;
Update more than one property on a quick form at a time. &lt;/li&gt;&lt;li&gt;
Add a quick form to the Contact page (main view) in the Tab Area. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>11:36</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Audit an Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to track the historical changes to the fields on a Detail view. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a confirmation message to the Save button on a quick form. &lt;/li&gt;&lt;li&gt;
Add a new history entity in the Application Architect. &lt;/li&gt;&lt;li&gt;
Add a new 1:M relationship between the main entity and new history entity. &lt;/li&gt;&lt;li&gt;
Audit the Contact entity, and assign the new history table to the entity. (6:23)
Create a History quick form to show the CreateUser, FieldValue, OldValue, and NewValue, and then create a smart part for the form. &lt;/li&gt;&lt;li&gt;
Add a quick form as a new smart part to the Contact page. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>12:42</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Pick List and Radio Group Control to an Existing Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add two new controls to a quick form. You will learn how to:&lt;ul&gt;&lt;li&gt;
Update an entity with a new property. &lt;/li&gt;&lt;li&gt;
Build interfaces. &lt;/li&gt;&lt;li&gt;
Add and remove rows/columns to a quick form. &lt;/li&gt;&lt;li&gt;
Add a new radio group control to a quick form and bind the control. &lt;/li&gt;&lt;li&gt;
Change the control type. &lt;/li&gt;&lt;li&gt;
Add a new pick list control to a quick form and bind the control. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>12:39</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use the Application Architect Interface</title><link>http://www.sageu.com/crm</link><description>This video shows you how use the various windows in the Application Architect interface.</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>10:19</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Debug SalesLogix Code in Visual Studio</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use Visual Studio to explore debugging basics with SalesLogix code. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Practice debugging techniques such as stepping through code, adding objects to the Watch window, and checking variables. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>8:32</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Deploy the Sage SalesLogix Customer Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to deploy the Customer Portal. You will learn how to:&lt;ul&gt;&lt;li&gt;
Deploy the Customer Portal Web site. &lt;/li&gt;&lt;li&gt;
Grant Web access to a contact. &lt;/li&gt;&lt;li&gt;
Test the Customer Portal Web site. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>5:09</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a New Deployment</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new deployment for customization and testing purposes. You will learn how to:&lt;ul&gt;&lt;li&gt;
Manually add a new Web site in IIS. &lt;/li&gt;&lt;li&gt;
Add a new deployment to the Sage SalesLogix portal. &lt;/li&gt;&lt;li&gt;
Deploy the development Web site, and log on to the development Web Client to test for errors. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>2:14</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Export the Virtual File System</title><link>http://www.sageu.com/crm</link><description>This video shows you how to export the Virtual File System (VFS) to a location on your hard drive. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a new folder called C:\VFSLocal.&lt;/li&gt;&lt;li&gt;
Export the VFS, and open the new project. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>3:02</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Enhance a Data Grid by Using a Calculated Field</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use a calculated field to display two data grid columns in one field. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a calculated field using the Database Manager, and update an entity with the new calculated field. &lt;/li&gt;&lt;li&gt;
Modify a quick form with a data grid to use the new calculated field. &lt;/li&gt;&lt;li&gt;
Modify a data grid to apply formatting to the columns. &lt;/li&gt;&lt;li&gt;
Build the Web platform and deploy changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>5:43</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Tab for GoogleMaps</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use an account's latitude and longitude to add a Google Maps tab to display a map for an account's address. You will learn how to:&lt;ul&gt;&lt;li&gt;
Update Address properties with latitude and longitude. &lt;/li&gt;&lt;li&gt;
Modify the LoadActions for the form. &lt;/li&gt;&lt;li&gt;
Add a GoogleMaps.ascx file page reference, and deploy the changes. &lt;/li&gt;&lt;li&gt;
Add code to retrieve the latitude and longitude, and display them on the GoogleMaps.ascx page. &lt;/li&gt;&lt;li&gt;
Using the Google Maps API, add the Google Maps functionality to the page. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client. &lt;/li&gt;&lt;li&gt;
Link the GoogleMaps.ascx and GoogleMaps.ascx pages created in Visual Studio into SalesLogix. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>18:44</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create an Auto Log On Page for Customer Portal</title><link>http://www.sageu.com/crm</link><description>This video shows you how to log on automatically to the Customer Portal from a third party application or from a link. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Customer Portal Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Add a page to the project. &lt;/li&gt;&lt;li&gt;
Create a customization in the LAN Architect to launch the auto Log On page from within the LAN Client. &lt;/li&gt;&lt;li&gt;
Link your changes from Visual Studio into the Application Architect. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>19:30</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Web Development Environment</title><link>http://www.sageu.com/crm</link><description>This video shows you how to back up a copy of a SalesLogix database, and then restore it under a new development name for testing. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the SQL Server Enterprise Manager or SQL Server Management Studio Express to create a back up of your production database. &lt;/li&gt;&lt;li&gt;
Restore the database under a new name. &lt;/li&gt;&lt;li&gt;
Open the Connection Manager, and create a new connection to the development database. &lt;/li&gt;&lt;li&gt;
Create a new data link using the new connection, and log onto the Application Architect. &lt;/li&gt;&lt;/ul&gt;
</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>7:24</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Compare Two Virtual File Systems Using VSS</title><link>http://www.sageu.com/crm</link><description>This video shows you how to compare two Virtual File Systems using Microsoft Visual SourceSafe (VSS) 6.0. You will learn how to:&lt;ul&gt;&lt;li&gt;
Export the Virtual File Systems of each database. &lt;/li&gt;&lt;li&gt;
Show the differences in VSS. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>6:31</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Use a Custom Property (Code Snippet)</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a custom property. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a custom property to track the number of days a vehicle has been associated with an account. &lt;/li&gt;&lt;li&gt;
Display the property as a text box on a quick form and within a data grid. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>7:41</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Tie a Business Rule to an External Entity</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a DLL in Visual Studio, and then use it as a business rule within the Application Architect. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a C# class in Visual Studio to obtain the latitude and longitude of an account using a Web service. &lt;/li&gt;&lt;li&gt;
Understand the differences between business rules and actions. &lt;/li&gt;&lt;li&gt;
Add a business rule in the Application Architect based on an external assembly that uses the GetGeoCodeByAccount method you created in Visual Studio. &lt;/li&gt;&lt;li&gt;
Display latitude and longitude values to call the business rule from a quick form. &lt;/li&gt;&lt;li&gt;
Test the changes in the SalesLogix Web Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>15:21</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add Dependencies to Controls</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to automatically update or hide one control based on the changes to another control. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a new check box control to indicate whether or not a contact has a Web site address. Then, add an action item to hide the Web site control whenever the Has Web site? control is cleared. &lt;/li&gt;&lt;li&gt;
Add an action item to change an e-mail address domain of an E-mail control whenever the Web site address domain changes of a URL control. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>10:12</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Third-Party Application to Obtain GeoCodes from a Web Service</title><link>http://www.sageu.com/crm</link><description>This video shows you how to retrieve latitude and longitude for all accounts using Google geocodes. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Web reference to the GeoCodeAddress project in Visual Studio.&lt;/li&gt;&lt;li&gt;
Add a GeoCode Web Services button with Web service functionality to obtain geocodes provided by the Google Maps API. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>5:19</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Third-Party Application to Obtain GeoCodes Directly</title><link>http://www.sageu.com/crm</link><description>This video shows you how to retrieve latitude and longitude for all accounts using Google geocodes. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a Web site in Visual Studio using the SlxClient Web site files.&lt;/li&gt;&lt;li&gt;
Modify the Default.aspx page to retrieve addresses from the database, and display them in grid format. &lt;/li&gt;&lt;li&gt;
Add a GeoCode Direct button with functionality to directly obtain geocodes provided by the Google Maps API. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>11:55</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Third-Party Application to Load XML Data into the SalesLogix Database</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new VB.NET project to load an XML file with latitude and longitude data for SalesLogix accounts. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Database Manager to add latitude and longitude fields to the Address table. &lt;/li&gt;&lt;li&gt;
Create a new project in Visual Studio that loads data from an XML file and connects into the SalesLogix database using OLEDB.1. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>13:28</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Modify a Master Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to create a new master page, and apply it to the Account view in the Web Client. You will learn how to:&lt;ul&gt;&lt;li&gt;
Open the SalesLogix Web site in Visual Studio. &lt;/li&gt;&lt;li&gt;
Create a master page that uses a new style sheet, image, and welcome text. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>10:38</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Log File and Debug SalesLogix Snippet Code in Visual Studio</title><link>http://www.sageu.com/crm</link><description>This video shows you how to use events to create a log file and debug code in Visual Studio. You will learn how to:&lt;ul&gt;&lt;li&gt;
Create a shared log directory. &lt;/li&gt;&lt;li&gt;
Modify the Account OnAfterUpdate event to create a log file that lists the account names that are updated.&lt;/li&gt;&lt;li&gt;
Build the Interfaces and Web Platform, and test changes. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>11:26</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Include Add Functionality to a Quick Form</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to allow users to add new Vehicle associations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Modify the toolbar for a quick form to include an Add button. &lt;/li&gt;&lt;li&gt;
Modify the LoadAction for a form. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>6:45</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Link Column to a Data Grid</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to link the Detail view from a column in a data grid. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a link column to a quick form.&lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>2:23</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add an Add/Edit Form to a Page</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to a quick form that displays in the Tab Area. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add an Edit link to a quick form. &lt;/li&gt;&lt;li&gt;
Link an AddEdit quick form to a page in the Sage SalesLogix portal. &lt;/li&gt;&lt;li&gt;
Build and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>6:38</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Add a Person Name Control</title><link>http://www.sageu.com/crm</link><description>This video shows you how to allow users to click inside a name control, and set the Prefix, First, Middle, Last, and Suffix. You will learn how to:&lt;ul&gt;&lt;li&gt;
Add a Person Name control to a quick form, and map the appropriate control properties (databindings). &lt;/li&gt;&lt;li&gt;
Add an Address control to a quick form. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>3:12</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Create a Bundle</title><link>http://www.sageu.com/crm</link><description>This video shows you how to bundle your customizations. You will learn how to:&lt;ul&gt;&lt;li&gt;
Use the Bundle Model to add bundle items and actions. &lt;/li&gt;&lt;li&gt;
Save the bundle. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>v7.2.1</subcategory><duration>3:20</duration><subscription>Developer</subscription><PublicationDate>04/01/2008</PublicationDate><PubDate>2008/04/01</PubDate></item><item><title>Codeless Customizations: Part 3</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to add and edit scores from the Golf Course Scores tab. You will learn how to: &lt;ul&gt;
&lt;li&gt;Create a new AddEditScore quick form with a lookup for Contact and Golf Course.&lt;/li&gt;
&lt;li&gt;Add a Save button to the AddEditScore quick form.&lt;/li&gt;
&lt;li&gt;Add an Add button to the GolfCourseScores quick form.&lt;/li&gt;
&lt;li&gt;Add an Edit and Delete link to the GolfCourseScores quick form.&lt;/li&gt;
&lt;li&gt;Link the AddEditScores quick form to the GolfCourse page in the Sage SalesLogix portal.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>Insights Presentations 2009</subcategory><duration>13:07</duration><subscription>Developer</subscription><PublicationDate>05/12/2009</PublicationDate><PubDate>2009/05/12</PubDate></item><item><title>Codeless Customizations: Part 2</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add functionality to look up the available golf courses, and associate a contact with a score. You will learn how to: &lt;ul&gt;
&lt;li&gt;Create a new Score entity and table, and add a relationship between the Score and GolfCourse entities.&lt;/li&gt;
&lt;li&gt;Add a relationship between the Score entity and the Contact entity.&lt;/li&gt;
&lt;li&gt;Add a GolfCourseScores quick form with a data grid.&lt;/li&gt;
&lt;li&gt;Add data to the Scores table.&lt;/li&gt;
&lt;li&gt;Link the GolfCourseScores quick form to the GolfCourse page in the Sage SalesLogix portal.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy the changes to the Client. &lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>Insights Presentations 2009</subcategory><duration>11:16</duration><subscription>Developer</subscription><PublicationDate>05/12/2009</PublicationDate><PubDate>2009/05/12</PubDate></item><item><title>Codeless Customizations: Part 1</title><link>http://www.sageu.com/crm</link><description>This video shows you how to add a new entity to the SalesLogix Eval database to track golf course information. You will learn how to: &lt;ul&gt;
&lt;li&gt;Create a GolfTee pick list.&lt;/li&gt;
&lt;li&gt;Add a GolfCourse entity and create a new filter.&lt;/li&gt;
&lt;li&gt;Add sample data to the GolfCourse table.&lt;/li&gt;
&lt;li&gt;Add a GolfCourseDetail quick form with golf course details. Include a Group Navigator and Save/Delete buttons.&lt;/li&gt;
&lt;li&gt;Create a new Golf Course Main view (page), and then add the GolfCourseDetail smart part to the page.&lt;/li&gt;
&lt;li&gt;Add a Nav Button to launch the Golf Course Main view.&lt;/li&gt;
&lt;li&gt;Build the Web platform and deploy the changes to the Client.&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>Insights Presentations 2009</subcategory><duration>22:27</duration><subscription>Developer</subscription><PublicationDate>05/12/2009</PublicationDate><PubDate>2009/05/12</PubDate></item><item><title>Advanced Customizations with Application Architect for Web v7.2.2</title><link>http://www.sageu.com/crm</link><description>Review custom properties, create and link external assemblies to Application Architect business rules, create criteria for data grids using GetByMethod, and use security roles. Learn how you can use the power of .NET within the SalesLogix Application Architect to create cutting edge customizations.&lt;br&gt;&lt;br&gt;
These topics were presented at Insights 2008. The complete session is divided for easier navigation:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-dk0.wvx"&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-dk1.wvx"&gt;Using Custom Properties &lt;/a&gt;&lt;/li&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-dk2.wvx"&gt;Creating Business Rules&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-dk3.wvx"&gt;Using SalesLogix APIs to query data&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-dk4.wvx"&gt;Using Security Roles in code&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>Insights Presentations 2008</subcategory><duration /><subscription>Developer</subscription><PublicationDate>05/01/2008</PublicationDate><PubDate>2008/05/01</PubDate></item><item><title>.NET Programming with SalesLogix</title><link>http://www.sageu.com/crm</link><description>Find out what a SalesLogix Programmer needs to know about .NET or what a manager needs to know about .NET to hire/evaluate a SalesLogix Programmer.
These topics were presented at Insights 2008. The complete session is divided for easier navigation:&lt;ul&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-jh1.wvx"&gt;Introduction and LAN customizations&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
&lt;a href="http://saleslogix.edgeboss.net/wmedia/saleslogix/insights08/insights-jh2.wvx"&gt;Web customizations&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description><category>Web</category><subcategory>Insights Presentations 2008</subcategory><duration /><subscription>Developer</subscription><PublicationDate>05/01/2008</PublicationDate><PubDate>2008/05/01</PubDate></item><item><title>Introduction to the Sage SalesLogix v7.2 Web Application Architect &amp; Codeless Customizations</title><link>http://www.sageu.com/crm</link><description>See new features in v7.2.2 such as new controls, a new layout, and how to do fast customizations. Define new forms, pages, entities with the simple point-and-click interface. This topic was presented at Insights 2008.</description><category>Web</category><subcategory>Insights Presentations 2008</subcategory><duration>25:52</duration><subscription>Developer</subscription><PublicationDate>05/01/2008</PublicationDate><PubDate>2008/05/01</PubDate></item></channel></rss>