PXCommandLine Tool: RunUpdatePlugins
You can use the RunPluginsUpdate value of the /method
parameter to work with the CustomizationPlugin classes of all published
customization projects. For more information about customization plug-ins, see Custom Processes During Publication of a Customization and To Add a Customization Plug-In to a Project.
The RunPluginsUpdate method runs the
CustomizationPlugin.UpdateDatabase methods from customization plug-ins of
all published customization projects. If the UseRuntimeCompilation key is
set to true in the Web.config file, then the customization
plug-ins are also collected from the App_RuntimeCode folder.
You must use the RunPluginsUpdate method only if the customization package
that you published has a customization plug-in that implements the
UpdateDatabase method. You can call the RunPluginsUpdate
method by using the following syntax.
PX.CommandLine.exe [/website "path\to\web\site\root"]
/method RunPluginsUpdate
