Submitted by Saleslogix
from blog:
Starting soon!
Customer FX is going to begin hosting free SalesLogix Web workshops in the same format as we currently offer the SalesLogix Windows client workshops. We will offer many of the same topics as we do for the Windows client
...(read more). (Read More)
Submitted by Saleslogix
from blog:
Security Policies allow the System Administrator to set up additional security rights. When any of the settings within the Security Policies page are enabled, additional options are available in the Profile Rights For drop-down list in the Security Profiles page. A new icon called User Rights is displayed when the Allow Use (Read More)
Submitted by Saleslogix
from blog:
Sage provided us with an update on the SalesLogix v7.5.2 and Mobile v5.6 Releases. Release Candidate 3 will most probably be certified as Gold on Tuesday, November 24, 2009 unless there are critical issues identified....(read more). (Read More)
Submitted by Saleslogix
from blog:
Sage is currently recruiting Beta and Controlled Release sites for the Sage MAS Extended Enterprise Suite v1.4 product. In order to be considered to be a participant in this program, we require that your Customer site be using the CRM integration on EES. The Beta program is set to start this month. There will be a one week (Read More)
Submitted by Saleslogix
from blog:
If a SalesLogix 7.5.1 Web Client user is unable to access a particular type of page, (Account, Contact, or Opportunity pages for example) even when the SalesLogix login is performed at different workstations, and other users do not experience the same problem, it probably is due...(read more). (Read More)
Belongs to the News Networks :
none (yet) -- click "share" to share with a network.
Submitted by Saleslogix
from blog:
I recently was having problems seeing changes I was making to a deployed ASP.Net SalesLogix web page. Specifically, the changes I was making to a Lookup control. What I discovered is that the changes to my page were not reflected in my lookup until after I logged out of the SalesLogix web client and logged back in. Simpl (Read More)
Belongs to the News Networks :
none (yet) -- click "share" to share with a network.
Submitted by Saleslogix
from blog:
If you have ever added code similar to: mygrid.Sort("CreateDate", SortDirection.Descending);You may have seen an error similar to this: System.Web.HttpException: The GridView 'mygrid' fired event Sorting which wasn't handled.This is caused by attempting to call the sort method on a grid that does not have it's EnableSo (Read More)
Submitted by Saleslogix
from blog:
Attend the Workshop - SalesLogix Web - Navigating the Web Client!
Event details:
Monday, December 14, 2009
From 2:00 PM Central to 2:30 PM Central(8:00 PM GMT to 8:30 PM GMT)
See Workshop Details
Register Today!. (Read More)
Submitted by Saleslogix
from blog:
On other blogs people have blogged a couple of times, like here and here, about how to use the Sage.SalesLogix.Security.SLXUserService to fetch the current user Entity using code like this: Sage.SalesLogix.Security.SLXUserService usersvc = (Sage.SalesLogix.Security.SLXUserService)Sage.Platform.Application.ApplicationCon (Read More)
Submitted by Saleslogix
from blog:
Larry Halsrud has written a thorough guide for setting up Web Clients. I would recommend it to anyone setting up a SalesLogix Web system....(read more). (Read More)
Submitted by Saleslogix
from blog:
I have been asked a couple of times about what are the things that I would like to see work better/different in the SalesLogix web client. I have thought about it and have come up with a few things I think would make a big difference. So here are my holdiay wishes for SalesLogix: Better control over the quick form con (Read More)
Submitted by Saleslogix
from blog:
One of the cool things about the SalesLogix web client is that you can re-use the same form for inserting a new record or updating a record. While you could do this with Data forms in the SalesLogix LAN client, if you wanted to use the same form for, say inserting an account, as working with an existing one you needed to w (Read More)
Submitted by Saleslogix
from blog:
This function is very popular one that allows you to organize your data based on Dates. The basic syntax for the function looks like this:DATEPART( Interval Type, InputDateTime)A more realistic example:DatePart ("m",{ACTIVITY.STARTDATE})This will return the month of each Activity is scheduled in. Please note the interval t (Read More)
Submitted by Saleslogix
from blog:
Overview This attached document provides details of all Sage CRM patch releases for version 6.2. Installing the most recent 6.2 patch (D) ensures that you get all of the fixes included in earlier patches (if applicable ). Prerequisites You need to have Sage CRM 6.2 SP1 installed before you install the latest patch. You can (Read More)
Submitted by Saleslogix
from blog:
I recently ran into a situation where I had built several quick forms on the SalesLogix web that contained lookups. Once the quick forms were deployed to a web site, when attempting to use the lookup the lookup would open with the defined lookup columns, however, regardless of search criteria entered no results would show. (Read More)