Skip to main content

#msdyn365bc 2023 Release Wave 1 - Shopify connector becomes extensible.

Hi Readers,

In this series we are discussing what's new in Business Central 2023 (Wave 1) a.k.a BC22.

This article we will discuss about - Shopify connector becomes extensible.

With this series we will understand what's new the product and learn it. 

Hope you like the series, please add comments to article.

#msdyn365bc #2023RW1

Business value: 

Tailor Shopify Connector to address the specific needs of your business.

Feature details:

  • Shopify Connector has been non extensible, but we're changing that. We're offering a few points of extensibility. We'll keep the number of points to a minimum so that we can follow the rapid development on the Shopify side without introducing breaking changes.
  • Microsoft is opening for extensibility for specific scenarios, based on feedback from our partners and customers. Note that even though extensibility is limited, you can submit improvements directly.

Following Events are available in #msdyn365bc 2023 Release Wave 1.

codeunit 30162 "Shpfy Order Events"

  • OnAfterModifyShopifyOrder
  • OnAfterNewShopifyOrder
  • OnAfterMapCustomer
  • OnBeforeMapShipmentMethod
  • OnAfterMapShipmentMethod
  • OnBeforeMapPaymentMethod
  • OnAfterMapPaymentMethod
  • OnAfterCreateItemSalesLine
  • OnAfterCreateSalesHeader
  • OnAfterCreateShippingCostSalesLine
  • OnBeforeProcessSalesDocument
  • OnBeforeCreateSalesHeader
  • OnBeforeCreateShippingCostSalesLine
  • OnAfterProcessSalesDocument
  • OnBeforeCreateItemSalesLine

codeunit 30177 "Shpfy Product Events"

  • OnAfterCreateItem
  • OnAfterCreateItemVariant
  • OnAfterCreateProductBodyHtml
  • OnAfterFindItemTemplate
  • OnAfterGetCommaSeparatedTags
  • OnAfterGetBarcode
  • OnBeforeCreateItem
  • OnBeforeCreateItemVariant
  • OnBeforeCreateItemVariantCode
  • OnBeforeCreateProductBodyHtml
  • OnBeforeFindItemTemplate
  • OnBeforGetBarcode
  • OnBeforSetProductTitle
  • OnBeforeFindMapping
  • OnAfterCalculateUnitPrice
  • OnBeforeCalculateUnitPrice
  • OnAfterUpdateItem
  • OnAfterUpdateItemVariant
  • OnBeforeUpdateItem
  • OnBeforeUpdateItemVariant
  • OnBeforeSendCreateShopifyProduct
  • OnBeforeSendUpdateShopifyProduct
  • OnBeforeSendAddShopifyProductVariant
  • OnBeforeSendUpdateShopifyProductVariant
  • OnAfterCreateTempShopifyProduct

codeunit 30115 "Shpfy Customer Events"

  • OnAfterCreateCustomer
  • OnBeforeCreateCustomer
  • OnBeforeSendCreateShopifyCustomer
  • OnBeforeSendUpdateShopifyCustomer
  • OnBeforeFindMapping
  • OnAfterUpdateCustomer
  • OnBeforeUpdateCustomer

codeunit 30196 "Shpfy Inventory Events"

  • OnAfterCalculationStock

Tables:

  • table 30118 "Shpfy Order Header"
  • table 30119 "Shpfy Order Line"
  • table 30130 "Shpfy Order Shipping Charges"
  • table 30116 "Shpfy Order Attribute"
  • table 30127 "Shpfy Product"
  • table 30129 "Shpfy Variant"
  • table 30105 "Shpfy Customer"
  • table 30106 "Shpfy Customer Address"
  • table 30102 "Shpfy Shop"
  • table 30104 "Shpfy Tag"

Enums:

Enum "Shpfy Mapping Direction" 
Extensible = false;

Enum "Shpfy Inventory Policy"
Extensible = false;

Enum "Shpfy Product Status"
Extensible = false;

Enum "Shpfy Risk Level"
Extensible = false;

Enum "Shpfy Processing Method"
Extensible = false;

Enum "Shpfy Financial Status"
Extensible = false;

Enum "Shpfy Order Fulfill. Status"
Extensible = false;

Enum "Shpfy Cancel Reason"
Extensible = false;

Enum "Shpfy Customer State"
Extensible = false;

Enum "Shpfy Customer Import Range"
Extensible = false;

Enum "Shpfy Name Source"
Extensible = false;

Enum "Shpfy County Source"
Extensible = false;

Enum "Shpfy Customer Mapping"
Extensible = True;

Enum "Shpfy Cr. Prod. Status Value"
Extensible = false;

Enum "Shpfy Remove Product Action"
Extensible = false;

Enum "Shpfy SKU Mapping"
Extensible = false;

Enum "Shpfy Tax By"
Extensible = false;

Enum 30135 "Shpfy Stock Calculation"
Extensible = true;

For other articles related to What's New in Business Central 22, refer here.

Hope you learn and will be able to utilize this feature as Business Central 22 is available.  

Regards,
Saurav Dhyani
www.sauravdhyani.com 

Comments

Popular posts from this blog

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing - 

MSDYN365BC - Data Upgrade To Microsoft Dynamics 365 Business Central on premises.

Hi Readers, We have already talked about the number of steps for upgrading to Business Central on Premises from different NAV versions. After that article, I received multiple requests for an article which list down steps for Data Migration. In this article, we will discuss steps of data migration to MSDYN365BC (on-Prem) from NAV 2017. For this article, I am considering a Cronus Demo Database without any customization. For an actual upgrade project, we will have to complete object merge using compare and Merge process. After the Merge Process, the next step is data migration. Let's discuss those steps. Direct Upgrade to Microsoft Dynamics 365 Business Central (on-Prem) is from following versions - 1. NAV 2015. 2. NAV 2016. 3. NAV 2017. 4. NAV 2018.