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

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.