Login /
Register
search
syndication
about
|
|
 |
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)
-
|
I had a phone call yesterday with a client who was trying to use the Application Architect's manifest creation "wizards" by project difference and by change date and was running into the fact that these wizards have bugs that malforms the XML representing the manifest. This prevents the user from being able to save the manifest, or if they do save, when installed do not properly add the components that are defined in the bundle.
|
-
|
How to make a button in the web client that has both text and an image, by utilizing standard ASP.Net controls and a custom style sheet.
|
-
|
How to get a SalesLogix picklist's value using client side code in the SalesLogix web client.
|
-
|
Retrieving underlying SalesLogix database connection details from the IDataService.
|
-
|
I recently ran into a case where I had to query an Entity in SalesLogix to find records where a user was in any one of three fields. ICriteria has an Or operand but that is for comparing only two fields. So how do you do three? With Disjunction. Here...
|
-
|
The standard SalesLogix customer portal site has a problem with date controls. The calendar pop-up does not work. It is strange because the supporting files involved around the calendar control are the same as the SalesLogix web client’s calendar control...
|
-
|
In the SalesLogix web client you may run across a reason you need to generate a “Pretty Key”. This is what the SalesLogix Ticket Number is. This key is a combination of a Pretty Prefix and a Pretty Suffix. The Prefix is an equivalent to a system’s site code and the Suffix is a numerical equivalent to a primary table ID.
To generate these you can simply call the functions in the Sage.SalesLogix.System.dll for each
|
-
|
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...
|
More Posts Next page »
|  |
|