| Author |
Messages |
|
Dennis C
Posts:2
 |
| 04/08/2009 9:17 PM |
|
I have created a Custom Field in the InventoryItemWebOption table and have exposed this field on the Settings Tab on the Web Options tab of Inventory Item. The data correctly shows for my custom field and can be updated... except it is only the first Web Store in the Web Store list. Selecting a different Web Store changes all the fields on the form... except my Custom Field. The value is from the first Web Store and when a "Save" is performed, all the correct fields are saved to the other Web Store... except my Custom Field. Even though I am on Web Store #2 (for example), the data for my Custom Field updates InventoryItemWebOption where WebSiteCode = 1 (the first store in the list).
QUESTION How do I get my Custom Field to pull/display and then update the correct WebSiteCode?!? |
|
|
|
|
Jim W
Posts:33
 |
| 05/14/2009 9:54 AM |
|
| I have seen this very same problem. If I change my custom field on any webstore, the value shown changes for all webstores. The value shows the same for all webstores on the web option tab. However, if you look in the database table, you will see that only the record for WEB-000001 changes. |
|
|
|
|
|