0
votes

I extended the StockItem with a few user fields, then created a custom web service end point to extend the StockItem with my changes. That worked great until I added another field. The customization package contains the changes (I verified in the XML) but when deployed to my production system its ignored. The old web service remains.

Has anyone else experienced this? What am I doing wrong here?

1
What do you mean "deployed to my production system" ? So you have a separate development system ? when you created the custom endpoint, did you create/updated it on both ? - Rick
2 separate systems for staging. I updated the endpoint in the dev system, exported the customization package (zip), then imported the zip into the production system and published. Turns out, the publish feature "execute all database scripts" was needed to force the package to reload the revised end points. - darren

1 Answers

0
votes

Turns out, the publish feature "execute all database scripts" was needed to force the package to reload the revised endpoints.