Questions tagged [saleslogix]

Infor CRM (formerly SalesLogix) is an enterprise CRM package designed to improve management and increase the value of business relationships.

Infor CRM (formerly Saleslogix) is an enterprise package by Infor.

19 questions
5
votes
1 answer

Error when using OleDb conneciton for SalesLogix using asp.net.No error message available, result code: E_FAIL(0x80004005)

I am using SalesLogix Connection Provider and it’s a 32 bit driver. when I try to open connecton then following exception raises System.Data.OleDb.OleDbException (0x80004005): No error message available, result code: E_FAIL(0x80004005) I am using…
Ali
  • 3,545
  • 11
  • 44
  • 63
2
votes
1 answer

Tab key does not work in windows control added (.Net extension) in saleslogix windows

I have added a .Net windows form inside a saleslogix windows plugin, every thing is working fine but on pressing the "Tab" key inside this control, instead of going on the next textbox the control goes to next plugin. I have searched it a lot and…
Mr_Hmp
  • 2,474
  • 2
  • 35
  • 53
2
votes
1 answer

Can't open Saleslogix SLX connection

I can't open a SLX connection with a Classic ASP (VBScript) page: Set connSlx = Server.CreateObject("ADODB.Connection") connSlx.open "Provider=SLXOLEDB.1;Password=pwd;User ID=uid;Initial Catalog=SLXDB;Data…
krlzlx
  • 5,752
  • 14
  • 47
  • 55
2
votes
1 answer

Where can i find development documentation for sage saleslogix 7.5

Some link, some PDF or something that can point me to the right direction looking understanding this CRM. thank you in advance.
Fabooo
  • 168
  • 2
  • 7
1
vote
1 answer

I would like to sum a group of sums in sql

I would like get the totals for a dealer on one line. How do I go about adding that to this stored procedure? SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO /* exec sysdba.aa_Distinguished_Dealer */ ALTER PROCEDURE…
1
vote
2 answers

SData - SalesLogix

Are there any SalesLogix Web developers in here? If so, here is my question: On Sage's SData page HERE there is a demo of Self-service Website using SData. Can some one direct me where or how do I begin to make this happen. I am currently working on…
alby1481
  • 39
  • 5
1
vote
1 answer

VB line of code inquiry, filed = (variable = 0)

I am working with our CRM program and coding some stuff into the system. I kind of get the basics, but I am not fully familiar with it so I am stuck trying to understand what this line means and what it actually does. Any help is truly…
1
vote
0 answers

How to resolve : No error message available, result code: E_FAIL(0x80004005). - SalesLogix 8.1

I wrote a .NET Console application to update records in a SalesLogix 8.1 database. When it's run on a particular client, I get the exception message . "No error message available, result code: E_FAIL(0x80004005)." I've seen this error when…
dalevross
  • 510
  • 6
  • 19
1
vote
1 answer

Variable Scope Dojo xhrPost

DISCLAIMER - I've reviewed the existing SO entries and cobbled together something that should work but still does not. I have the following function. Basically it is sending a pair of values to a webservice with the results coming back in…
Tek
  • 31
  • 3
1
vote
1 answer

Has anyone used Ruby/Rails with a Sales Logix database?

Has anyone used Ruby/Rails with a Sales Logix database?
Kevin Colyar
  • 818
  • 1
  • 8
  • 18
0
votes
1 answer

Using SalesLogixPortalDeploymentUtility

Not sure if anyone has much experience working with SalesLogix, but I've been working with this 3rd-party utility in attempts to deploy a VFS without the need for Application Architect. I wasn't able to find any documentation for it and it seems…
Jesse Roper
  • 1,269
  • 7
  • 31
  • 56
0
votes
1 answer

SVN Build/Deployment Model Setup for Sage SalesLogix Web Dev/UAT/Prod Instances

I am trying to set up my organization's source control architecture for our Sage SalesLogix Web application. We are using SVN. We have 3 servers, one dev, two for user acceptance testing, and two for production. Each environment has its own…
E. Rodriguez
  • 717
  • 2
  • 6
  • 17
0
votes
2 answers

Trying to control open application, instead opening new application

Was tough to make a title that made sense. So I am working with SalesLogix CRM and trying to navigate to a contact in said CRM. Saleslogix allows you to use almost like a url that looks like slx:CONTACT//C6UJ9A006S96 That line will direct the CRM to…
Resistance
  • 282
  • 6
  • 17
0
votes
1 answer

How to create a new contact in Saleslogix Infor CRM using DotNetSDataClient

I am trying to use the DotNetSDataClient library to add a new contact in Infor CRM. I have attempted to follow this documentation under the Create section. When I run the example code, I receive the error "The Contact's Account is required." This…
joeshmoe301
  • 1,193
  • 2
  • 11
  • 25
0
votes
1 answer

DataSources in Infor Saleslogix

I am writing my first web Application in Sales Logix. I am trying to map fields from an already working Windows application to the Web version and it doesnt appear to be correct. In the database Manager I have one list of mappings and in the Web…
Welsh King
  • 3,178
  • 11
  • 38
  • 60
1
2