Login /
Register
search
syndication
|
|
 |
Note: this subscription applies to the current blog only. You will receive each new post via e-mail. Your e-mail address will not be used for any other purpose.
Browse by Tags
All Tags » SalesLogix 7.5.1 ( RSS)
-
|
Not sure under what circumstances this will occur but I just ran into this on a Windows 7 64bit computer and thought I would post. After upgrading the computer from a 7.5.1 installation to 7.5.2 I was unable to open the Application architect. An error...
|
-
|
In my previous post , I mentioned how to get the selected ID of a gridview’s row when you click the row. Since then I have found that sometimes SalesLogix will implement an extra DataKey in the grid when it is deployed as a quick form. (For...
|
-
|
SalesLogix has a couple of numeric based custom text controls including currency, and numeric. One of the things you will find is that using these controls gives the user a slightly different experience based on the custom control chosen. ...
|
-
|
One of the things that is often asked is how can you call a certain lookup’s “Popup event” from code in the SalesLogix web client. The SalesLogix web uses JavaScript to launch these lookups. You can see the invoke code of the JavaScript by...
|
-
|
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.
|
-
|
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...
|
-
|
In the SalesLogix web client it is often the case where you want to dynamically restrict a control based upon some property of the current entity. For instance, lets say I have a Widget screen and on that screen I want to identify the Account that...
|
-
|
The SalesLogix grid control exposes an OnRowSelected event during design time to allow adding code when a row is selected. This functionality allows you to build out additional functionality around selecting a row, other than just bringing up an edit...
|
-
|
The SalesLogix GridView control does not offer settings fro controlling the width of columns placed within it during design time. Apparently, the though was the control does such a fine job of auto-sizing the grid that exposing those kind of properties...
|
-
|
In a recent post I wrote about being careful about what names you give your Entities to prevent them from conflicting with other assemblies or classes that are used by the SalesLogix Web application. On a similar note, I thought I should share another...
|
-
|
I recently ran into a problem where after adding a new custom entity to a system I was unable to do a build in the application architect. I was suddenly getting errors like:
C:\Documents and Settings\user\Application Data\Sage\Platform\Output\implementation\Account.cs(159,23):The type name 'Int32' does not exist in the type 'Sage.SalesLogix.Entities.System'
|
-
|
In the SalesLogix web grid control there is a TextFormatString property to grid columns. Unfortunately there is no documentation currently on how to use this property. Hopefully this article will help with that. In the SalesLogix Application...
|
-
|
OK so you are using the SalesLogix web client and you are searching for records using the standard group/list functionality available on the main pages like Accounts, Contacts, Opportunities. You might say to yourself "Self, great I can find records...
|
-
|
Ever seen this error message? You will get this in SalesLogix 7.5.1 when using Code Snippet Action Items (Not C# Snippet Action Item which are now tagged as obsolete even though they are nothing of the sort). The problem comes in if you add...
|
-
|
I recently was asked to add a permanent filter on the add opportunity product screen to control what products were available to a user. The requirements called for only certain products to be visible to some users while other products were available to other users, and still other products were available to all users. This may sound complex but it is actually pretty easy, provided you know where to start.
|
-
|
SalesLogix offers the ability to open a "popup" dialog window in the SalesLogix web client. There is a limit currently, only allowing one open dialog window at a time. If you want a popup from a popup it can not be done right now. To launch a popup dialog you can use the the DialogService.
|
-
|
The Page.Session object in ASP.NET allows you to save data per user that requests a page from the SalesLogix web client application. Variables stored in the session object are not discarded when users move between pages. The variables will...
|
-
|
In the SalesLogix web client (7.5 and 7.5.1) if you have a picklist control that uses a picklist with entries containing commas, the picklist value before the comma is shown, the rest is not visible. Sage has just released a hot fix for this issue...
|
-
|
In my last post I talked about how the lookup control can have multiple conditions added to filter the lookup results. This is done using Prefilters. However, these conditions are appended together with AND logic. Today I want to talk about a method for building OR logic so that a lookup can, for instance, only show those accounts where the type = customer OR the type = prospect.
|
-
|
The SalesLogix entity model offers the ability to create a custom property underneath an entity. This can be useful for automatically rolling up things like the Opportunity Sales Potential or calculating fields such as the Opportunity Weighted Average...
|
-
|
The following is a brief overview of the SalesLogix Lookup control and how to use it in the SalesLogix web client. Determining the Lookup type The SalesLogix SLXLookup web control is built upon the standard ASP.Net Lookup control. It offers the ability...
|
-
|
In the SalesLogix LAN client there is a bug where the Opportunity and Ticket lookups are not correctly restricting to only showing records associated to the selected Account. Here I show how to fix this.
|
-
|
An overview of how definitions set for a Page in the Portal Manager in the SalesLogix Application Architect actually get rendered out to the web site during deployment.
|
-
|
As you probably know, SalesLogix displays most date times in the database in UTC format. Normally the SalesLogix provider handles converting the UTC formatted dates to the local client date times. There are exceptions to this automatic adjustment. One such case is the Journal tab within the Ticket area of the SalesLogix web client.
|
-
|
Additional details about problems viewing history attachments in SalesLogix 7.5.1
|
More Posts Next page »
|  |
|