473,793 Members | 2,742 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Saleslogix information

VK
Hello:

I am trying to insert the products purchased off our website into
Saleslogix - any information out there - websites, links etc.?

Many thanks for all your help.

*** Sent via Developersdex http://www.developersdex.com ***
Jul 22 '05 #1
4 1215
Use SQL Profiler to see what SalesLogix does. Then, copy it in to your ASP
Code.
"VK" <vk@vk.com> wrote in message
news:em******** ******@TK2MSFTN GP09.phx.gbl...
Hello:

I am trying to insert the products purchased off our website into
Saleslogix - any information out there - websites, links etc.?

Many thanks for all your help.

*** Sent via Developersdex http://www.developersdex.com ***

Jul 22 '05 #2
VK
Thanks for your reply.

How would we go about doing that? SQL Profiler?

The hard part is we don't have any database diagrams for the tables that
exist and it seems very hard to figure out what each table stands for by
the table_name!

Thanks for your time.

*** Sent via Developersdex http://www.developersdex.com ***
Jul 22 '05 #3
Why not call SalesLogix support??

Mike

"VK" wrote:
Thanks for your reply.

How would we go about doing that? SQL Profiler?

The hard part is we don't have any database diagrams for the tables that
exist and it seems very hard to figure out what each table stands for by
the table_name!

Thanks for your time.

*** Sent via Developersdex http://www.developersdex.com ***

Jul 22 '05 #4
th
If you have support access to the SalesLogix website, there is a
database schema that you can download.

Trying to do what you want to do requires very good knowledge of the
database structure and which fields and records are mandatory, as well
as the SalesLogix external interfaces. For example, creating a new
account involves both company name and company name uppercase to be
entered, and there must also be a matching record in the account summary
table.

Although not impossible, it is definitely not recommended that you add
records to the SalesLogix database without going through the proper
interfaces.

I see immense difficulties in what you are trying to do,not least in
matching the name on the order with the SalesLogix name, unless you have
parallel IDs in both systems.

Have you considered using the SalesLogix web interface?
Tony
Baobab Consultancy Ltd

*** Sent via Developersdex http://www.developersdex.com ***
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1882
by: Tom Leylan | last post by:
I'd like to find/have a discussion about the various ways an application server could be implemented. So the upsides and downsides can be discussed. In case I'm using the term wrong by "app server" I mean a centralized "business information service" that could be readily accessed by client software. Initially this would be on a LAN but (like everything) the requirements would likely grow to permitting general Internet access. It...
0
1793
by: Emine Ekin | last post by:
/*Apologize for multiple posts*/ FIRST CALL FOR PAPERS ADVIS 2006 Fourth Biennial International Conference on Advances in Information Systems 18-20 October, 2006 Izmir, Turkey
8
3618
by: Raquel | last post by:
The "DB2 Information Center" (http://publib.boulder.ibm.com/infocenter/db2help/index.jsp) seems to be an amazing resource and as far as I could tell (after browsing through various sections of it), this is an all encompassing monolithic resource which makes all the different manuals (admin. guide, command reference, sql reference, messages and codes, appl. development etc.) redundant. Seems like all the information is available at just...
6
2258
by: Ian Williamson | last post by:
Greetings, My company has an ASP.NET based enterprise product that is undergoing some changes and I need some community input to help solve a problem. In the current implementation, any given installation of the product supports only one database at a time. The server/db information is stored in the registry on the computer hosting the com+ based middle tier. We are now moving to a solution which supports multiple databases. That...
1
3114
by: Satish Itty | last post by:
I know this is more a Saleslogix issue than and .NET one. I thought I'll try my luck here. I'm trying to access Saleslogix database using SLXOLEDB driver in my .NET application. This seems to work fine when I have the whole Saleslogix client app installed on my computer. But when I have only the Saleslogix OLEDB Driver I get an invalid case exception when I try to open a connection. Here is the code snippet. mConnString =...
0
11274
by: Derek | last post by:
I am creating an intranet using Visual Web Developer Express Edition. Everything has been working OK until yesterday when I started getting 62 messages all beginning "Could not find schema information for the". I am using Cassini as the web server on my PCand I can still run my site from within VWD. Does anyone know what I have done to cause these messages to appear? Could not find schema information for the element...
1
4740
by: keke3905 | last post by:
I really would appreciate some help on this assignment. I need to make GUI boxes to display the system info such as on Microsoft Office. I have some code but not sure where to go with the rest of it. Help please. I will also include instructions that I was given.. I am working in JGrasp environment with Java. In order to tuning programs to meet the hardware requirements and provide optimal performance, it is very important to retrieve...
10
9690
by: =?Utf-8?B?SmFtZXMgV29uZw==?= | last post by:
Hi everybody, I'm trying to use the new VB 2008 right now and I want to know how to preset the company name and copyright informtion in Assembly Information. In my current VB 2005, company name and copyright information (the word "CopyRight" with company name and year) is filled in automatically once a new project is created. However, I have no idea where I can configurate it in my new VB 2008. Thanks for your kindly advice!
1
4644
by: sora | last post by:
Hi, I've developed a MFC program under VS 6.0. My debugger *was* working fine and I've used it often for my project. Then, one day, the errors below appear and they prevent me from using the debugger. I know that I get these warnings because the OS symbols arn't installed (a few of them loaded fine). As far as I can remember, I didn't touch anything that should mess with the debugger so I don't know how to fix it and I need to be able to...
0
9671
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10433
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10212
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10161
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9035
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6777
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.