| Ravi Shankar 2005-07-15, 5:56 pm |
| There is a downloadable book from Microsoft on debugging pipelines/components
available at
http://msdn.microsoft.com/library/e....asp?frame=true
For a complete list of the dictionary keys there is the documentation (1),
search for ordergroup (in the non-Fp1 Commerce Server documentation) or you
can use the dumpobj (i think) component to dump the entire dictionary into a
file.
Things like product price are picked up by the queryprodinfo component and
created as a set of keys which are referenced different places within the
documentation.... _cy_placed_price, _cy_list_price are a few keys you could
look for in the documentation. 
--
Ravi Shankar
"gwheeloc" wrote:
> Ravi:
>
> Thanks for the information. I think I'm getting the hang of these
> components. Now if only the debugging was easier. While possible in
> many forms, I like to connect to the process using VS.NET, but there
> seems to be a sequence for this to be done successfully. Sometimes I
> can get hooked into the process and others it won't attach for nothing.
> I haven't read anything about the new version of CS but I hope that
> the pipeline architecture allows for easier debugging. Additionaly, it
> would be nice if there was documentaiton proivided with tyutorials on
> how to do simple things like (How to change the products price within a
> pipeline component.)
> Atleast their is the MinMax example.
>
>
|