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.2 ( RSS)
-
|
I recently had to figure out how to make the detail view in the SalesLogix 7.5.4 web client refresh after running a common task. The common tasks server side code executed within the LinkHandler.cs file in the App_Code directory. This is how to accomplish...
|
-
|
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 get a missing tab in the SalesLogix web client added back correctly.
|
-
|
How to use the Entity model's events to change the way Sales Order attachments are linked to Accounts and Contacts
|
-
|
The SalesLogix User Lookup control is a custom Lookup control used to search the available SalesLogix users in the System. There is an important property attribute that should be considered when adding the control to a quick form. The attribute is called...
|
-
|
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.
|
-
|
How to retrieve the current entity's ID in a client side script in the SalesLogix web client.
|
-
|
How to retrieve the SalesLogix version using standard Sage assemblies in 7.5.2 or 7.5.3.
|
-
|
Retrieving underlying SalesLogix database connection details from the IDataService.
|
-
|
Code sample to get the current licenses in the system.
|
-
|
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...
|
-
|
If you are working in the SalesLogix entity model and try to loop through a collection and delete certain records, you will not be able to. This is because while you are looping through the collection you can not start removing items from the collection...
|
-
|
How to turn off the "Dirty" flag in the SalesLogix web client using client side java script.
|
-
|
How SalesLogix web view users have access to areas controlled in the SalesLogix 7.5.2 web client.
|
-
|
An exception occurred executing the dynamic method Lead.SaveLeadHistory.: Transaction not successfully started. Error occurring in the SalesLogix web client and the reason for it.
|
-
|
Just a quick post about how you can control visibility of a server control on a SalesLogix web page using the Style attribute.
|
-
|
The SalesLogix SLXUserService class in the Sage.SalesLogix.Security assembly allows you to get a reference to the current user’s IUser interface. With a reference to the current IUser interface you can then check the user’s Type property to see what type of User license the user has.
|
-
|
If you have ever tried adding a reference to an external assembly in the SalesLogix entity model through the Application Architect and have received the error: Could not load file or assembly 'file:///Somepath\SomeAssembly.dll' or one of its dependencies...
|
-
|
I recently ran into a strange issue in the web client that turned out to have a logical explanation. This explanation however, demonstrates a bug with the standard SalesLogix behavior.
The issue lies in trying to Complete an Activity or edit an existing history record when logged into the SalesLogix web client as a web viewer user. The web client will freeze when trying to complete an activity linked to an Account or Contact.
|
-
|
Ever run into an error similar to this? When trying to build a new group on a new custom entity in the web client you receive an error similar to “Unable to resolve “SomeTable” in XML Schema…”. Here is how to fix it:
|
-
|
To debug SalesLogix business rules in Visual Studio, you can enable logging in the log4net.config file. To enable logging Open the log4net.config file of the deployed web portal (Typically this would be something like, Inetpub\wwwroot\SlxClient\log4net...
|
-
|
I wanted to share a quick little method I found the other day in the Sage.Platform.EntityFactory assembly that allows you to retreive the first instance of a record in a SalesLogix entity repository. Normally if I wanted to find the first record in a...
|
-
|
In the SalesLogix LAN client you are able to reference the various forms loaded onto a page and then do things with the forms like call sub-routines, refresh, etc. The SalesLogix web client does not have quite as robust capability (at least not exposed...
|
-
|
When using IQueryable to look for records within an Entity collection you will likely run into an error at some point when trying to add a condition to search for when that condition is a related entity property, or is a calculated entity property. For...
|
More Posts Next page »
|  |
|