Update the packaging config file (Step # 5)

Step # 5 

Update the packaging config file:

     - Configure the default channel in RetailSdk\Assets\commerceruntime.config:

        <storage defaultOperatingUnitNumber="052" />

    - Register the new CRT assembly in RetailSdk\Assets\commerceruntime.ext.config (Note: Please DO NOT edit commerceruntime.config file. This file is not meant for any customizations.):

        <add source="assembly" value="Contoso.Commerce.Runtime.StoreHoursSample" />

    - Register the new CRT assembly in RetailSdk\BuildTools\customization.settings:

        <ISV_CommerceRuntime_CustomizableFile Include="$(SdkReferencesPath)\Contoso.Commerce.Runtime.StoreHoursSample.dll" />

Step 1. 

- Configure the default channel in RetailSdk\Assets\commerceruntime.config:

        <storage defaultOperatingUnitNumber="052" />


step 2.

    - Register the new CRT assembly in RetailSdk\Assets\commerceruntime.ext.config (Note: Please DO NOT edit commerceruntime.config file. This file is not meant for any customizations.):

        <add source="assembly" value="Contoso.Commerce.Runtime.StoreHoursSample" />


Step 3.

    - Register the new CRT assembly in RetailSdk\BuildTools\customization.settings:

        <ISV_CommerceRuntime_CustomizableFile Include="$(SdkReferencesPath)\Contoso.Commerce.Runtime.StoreHoursSample.dll" />













Comments

Popular posts from this blog

D365FO – AX – Update Data Entity Target Entity fields with X++

How to Create Auto Lookup Using EDT with Table Reference in D365 F&O