Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Goldmine Web Link Querystring values

Status
Not open for further replies.

philhege

Programmer
Feb 1, 2001
2,114
US
I have a Website link in the GM toolbar that is supposed to pass the GM account number to my Web page. Unfortunately, GM uses HTML reserved characters (ampersands,forward slashes, question marks, etc.) in its account number construction. So, for example, if the account number contains an ampersand, the browser interprets it as the delimiter for a new querystring variable, and truncates the account number.

Is there any way to use a replacement function in the querystring field of the web link, or do I have to populate a custom field with escaped characters?

TIA for your time and expertise.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
Eschewing obfuscation diurnally.
 
I had to overcome this with my WebMagik II product and did so in two ways

I have a .dll that can be used to convert out the bad characters in GoldMine and 'clean up' the accountno's, so that they can be transmitted

I used an ASP.Net conversion that allowed me to send data in a block and then pick it apart as I needed at the web site

Both work

The Wizard
Home of IW Extreme - the CRM that works on the Internet and in Windows at the same time
 
Right. We're going to create a .NET executable that will POST the account number to the Web page, and call the EXE from the Goldmine link instead of the Web page.

SkinCat.count > 1

Thanks for the input.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
Eschewing obfuscation diurnally.
 
You can acquire all of the source for this on my site, if you want to save yourself some development time

The Wizard
Home of IW Extreme - the CRM that works on the Internet and in Windows at the same time
 
Where is it? (The code, that is.)

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
Eschewing obfuscation diurnally.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top