|
Home > Archive > Commerce Server General > May 2005 > Weird problem saving custom field in OrderFormHeader
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Weird problem saving custom field in OrderFormHeader
|
|
| Verran 2005-05-17, 5:50 pm |
| I added a custom field to the OrderFormHeader table called
"saved_cy_shipping_estimate".
I've debugged the order on my website, in the pipelines and even
checked the generated SQL using SQL Profiler to ensure my value is
getting passed into the order form as expected.
According to the SQL, I can see it trying to write my value into the
database, but it is associating the value to the wrong column and is
getting dropped!
I've restarted IIS, the Commerce Server List Manager and also rebooted
the server. It is still doing the same thing.
I even followed David Wang's KB about how to add a custom field and use
the checkout pipeline to fill in values, but it still does the same
thing.
Did I miss something?
| |
| Verran 2005-05-17, 5:50 pm |
| I take that back - it is actually trying to save it to the correct
column - but when I query the database, my column is NULL!
| |
| Verran 2005-05-17, 5:50 pm |
| Geez.. Nevermind.
The stupid vendor that originally built this application put a trigger
on the table to insert it into a different table.
MORONS.
|
|
|
|
|