You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[InternalEvent(false)]
/// <summary>
/// Description for OnBeforeMapCustomer.
/// </summary>
/// <param name="ShopifyOrderHeader">Parameter of type Record "Shopify Order Header".</param>
/// <param name="Handled">Parameter of type Boolean.</param>
internal procedure OnBeforeMapCustomer(var ShopifyOrderHeader: Record "Shpfy Order Header"; var Handled: Boolean)
begin
end;
Additional context
We want to use this for mapping B2B customers. But if it is not a B2B customer it must follow the standard for B2C Customers.
Internal work item: AB#494821
The text was updated successfully, but these errors were encountered:
FrankAuwers
changed the title
[EVENT REQUEST] for mapping customers
[EVENT REQUEST] for mapping shopify B2B customers
Dec 15, 2023
Describe the request
Make the following event as Integration Event.
Additional context
We want to use this for mapping B2B customers. But if it is not a B2B customer it must follow the standard for B2C Customers.
Internal work item: AB#494821
The text was updated successfully, but these errors were encountered: