I'm attempting to update the view context definiti...
# suitecommerce
c
I'm attempting to update the view context definition of a view that is extended from the WizardModule, using addToViewContextDefinition. When running this locally, it works as expected. However, when it is deployed and activated in the account, I receive an error stating that the view_id is not valid for the current component. The same scenario occurs whether I use the checkout or layout component. Is the addToViewContextDefinition method not intended to be used with OrderWizard module views?