Posts

Showing posts with the label MPOS Code Merging between Environment

D365FO MPOS/CPOS Code Merging.

Image
  MPOS/CPOS Extensions CODE Merging Go to ChannelDatabase Project and copy all Script related to Customization. Paste in CommerceScaleUnit Project file Path: K:\D365CSU-release-9.38\src\ScaleUnitSample\ChannelDatabase. Go to CommerceRuntime Project and copy Controllers, Services, Triggers etc. Paste in CommerceScaleUnit Project file Path: K:\D365CSU-release-9.38\src\ScaleUnitSample\ CommerceRuntime Go to POS Project and copy Triggers, viewExtensions etc. Paste in the POS Project file Path: K:\D365CSU-release-9.38\src\ScaleUnitSample\ POS   Build Your Solution. This step will create a Package. Path: K:\D365CSU-release-9.38\src\ScaleUnitSample\ScaleUnit\bin\Debug\netstandard2.0 Go to RetailCloudPOS Extension copy and paste in RetailCloudPOS folder. Source: Destination: Update Project dll / Drop dll in RetailServer. Path: K:\D365CSU-release-9.38\src\ScaleUnitSample\ScaleUnit\bin\Debug\netstandard2.0\CloudScaleUnitExtensionPackage\RetailServer\Code\bin\ext Source...