How do you code a successful SalesLogix database connection using perl and...
I'm having trouble connecting to SLX via Perl because I can't figure out how to pass the connectionString information. Does anyone have a code example of a successful slx db connection using perl and...
View ArticleGlobally filtering the Notes/History tab in the SalesLogix web client
In the SalesLogix web client, the Notes/History tab is largely based on client side binding. The client side scripting handles the various functions the grid can perform like filtering. One request...
View ArticleHow do you invoke a SalesLogix keystroke with script?
I have a little development to do by which the pressing of a particular step in a sales process open a Note (what you get by pressing F9). I thought it simply a case of managing the sale process and...
View ArticleSummary and GroupBy of data using IRepository and projections
In the SalesLogix web client, you don't really have the same old options regarding Queries and Datasets. However, by using IRepository you can create similar functionality by using projections to...
View ArticleDemystifying SalesLogix: Migrating to SalesLogix Cloud Webinar
Wednesday, April 18, 2012 at 2pm CDT. SalesLogix Cloud continues to gain momentum with more and more companies adopting it as their SalesLogix platform of choice, but for many users there is still an...
View ArticleHow do I Hide or Disable the Forms that is getting Displayed in the...
How do I Hide or Disable the Forms that is getting Displayed in the SalesLogix "MORE TABS" section of the SLX screen? I developed a form and released it. but i dont want to display the form in the MORE...
View ArticleHow can you reorganize the answers for a Decision-Question item in SalesLogix...
If I place a "Decision - Question" item on the process, I can then have multiple lines of results for this question. For example... Q) Do you wish to continue with this call? A1) Yes. A2) No, close the...
View ArticleWhat are .SLP files and how are they used with SalesLogix?
Trying to get a better understanding of the .SLP files and what they are used for. Can anyone give me some information on what they are used for and generally what role they play within SalesLogix?...
View ArticleApr 30, 2012 - Creating a New Sales Process - SalesLogix v6.2 and Above
Attend the Workshop - Creating a New Sales Process - SalesLogix v6.2 and Above!Event details:Monday, April 30, 2012From 2:00 PM Central to 2:30 PM Central(7:00 PM GMT to 7:30 PM GMT)See Workshop...
View ArticleCan you add a Menu Option to the Right Click Menu in the SalesLogix List View?
Is it possible to add another choice to the menu displayed when right clicking on the list view of the all contacts group. By this i mean the list that appears containing: View Detail ------------- Add...
View ArticleHow to call functions from SalesLogix "Global Scripts"?
Need to find a way to call functions from "System:Global Activity" in my code. I have not found any options for that in DoInvoke description. So - how to call functions from "Global Scripts"? ...(read...
View ArticleHow are the users listed in the member tab in activities populated withint...
In the SalesLogix web client, when scheduling activities there is a members tab that allows you to add other SalesLogix users to attend a meeting together with the activity leader. I recently had...
View ArticleWe are creating SalesLogix field level security for my sales agents and, of...
We are creating SalesLogix field level security for my sales agents and, of course, don't have access to these tables. Is there a way to add this in after the fact? Do these have to be rebuilt from...
View ArticleMay 07, 2012 - SalesLogix Web - Sales Forecasting
Attend the Workshop - SalesLogix Web - Sales Forecasting!Event details:Monday, May 07, 2012From 2:00 PM Central to 2:30 PM Central(7:00 PM GMT to 7:30 PM GMT)See Workshop DetailsRegister Today!
View ArticleDoes anyone know the source of SalesLogix: KEYVALUE, SITECODE, KEYTYPE and...
I ran the SalesLogix Profiler to see the SQL executed when an activity is completed. One of the statements executed was the following: UPDATE SITEKEYS SET KEYVALUE = 'A0001LO', MODIFYDATE = '20090925...
View ArticleSQL to add an incrementing counter in results
One thing I alwys forget how to do is to add a sequential number to a query output in SQL. Using the rank function you can get this. A query such as select rank() OVER (ORDER BY accountid) as...
View ArticleHow do I write this expression for a SalesLogix calulated field?
How do I write this expression for a SalesLogix calulated field? SELECT CASE WHEN ISNULL(Repl_Quote, '') <> '' AND ISNULL(Repair_Quote, '') <> '' THEN 'Replacement & Repair' ELSE CASE...
View ArticleHow can I open a SalesLogix Crystal Report that was generated by Knowledge?
I have a report which takes ages to run I therefore can't open it via the application.basicfunctions.doinvoke ... routine as this always refreshes the data, even if the "save data with report" option...
View ArticleHow do I code a SalesLogix Form to print?
I've created a Saleslogix data entry and calculation form that our users will need to print a copy of to present to their customers. What code do I need to add to the form that will allow me to print...
View ArticleUpdating text within Textblob fields in SalesLogix
I had a request to post on how you could replace characters within a Blob field in the SalesLogix database. Blob fields are database fields that hold any sort of binary information (such as text,...
View Article