Previous Thread

8/17/2006 9:37:49 AM    Too many price lists
My company negotiates product prices with many of our customers so we 
 
decided to simply create a pricelist for each account.  To keep it 
 
simple, the pricelist has the same name as the account.  Now we want 
 
the price to be set automagically when a company is selected in  an 
 
opportunity or order.  I now I have to look up the guid for the 
 
pricelist using the name in the customerid field and assign the result 
 
to the pricelist field.  I think a big part of my frustration is the 
 
poorly documented DOM in the SDK. 
 
Can anybody help me out with the syntax?



8/18/2006 6:39:37 AM    Re: Too many price lists
You will need to use a web service to look up the pricelist with the 
 
same name as the customer. 
 
Are you familiar with this method? I can give you links to some details 
 
if you like or you may find details of this in previous postings. 
 
Tom 
 
Raj wrote:

8/18/2006 8:19:15 AM    Re: Too many price lists
I'll take all the help I can get.  What was link to the web service 
 
info? 
 
Thanks

8/18/2006 8:27:39 AM    Re: Too many price lists
Read through Michael's info on using VS05. (Don't think this covers 
 
creating web services, but covers writing the sort of code you'll need 
 
to use. A quick google search should turn up some generall info on web 
 
services). 
 
http://www.stunnware.com/crm2 
 
Read this page on how to access web services from your jscript on the 
 
client side. 
 
http://blogs.msdn.com/arash/archive/2006/02/01/521565.aspx 
 
Hope that's helpful! 
 
Raj wrote: