Customization Update

Any body know…if there a customization update.
how can I let Epicor renew the update file to workstation client folder like PU installation?

:thinking: yeah I don’t follow… Can you provide more details?

1 Like

Are you talking about custom dlls distributed with the client that need to be updated?

There’s a customizations section within the sysconfig file where those are listed and include a version. The version number is independent of Epicor, so incrementing it will cause the updated dlls to be downloaded the next time the user launches the application.

<customizations>
	<customization name="MyCustomization" directoryName="MyCustomizationDir" version="10.2.100.13" deploymentType="xcopy" />
	<customization name="ERP10.2.100.12" directoryName="Update" version="10.2.100.12" deploymentType="ZIP" />
</customizations>
1 Like

Thanks a lot.

Please don’t forget to mark as solved.