Skip to content

Commit

Permalink
Update ShpfyShopCard.Page.al to fix tooltip message for Shopify Actio…
Browse files Browse the repository at this point in the history
…n for Removed Products Option (#27813)

This pull request updates the tooltip message for the Shopify product
status setting in the Shopify connector. The previous message was
misleading, implying that changes occur when an item is removed directly
in Shopify.

The new tooltip clarifies that the status is updated in Shopify via sync
when:
- An item is removed from the Shopify Product in D365BC.
- An item is blocked in Business Central.

This change aims to improve clarity for users of the connector.

Fixes
[AB#561468](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/561468)
  • Loading branch information
sumitkumardas8487 authored Jan 3, 2025
1 parent dfa3c76 commit a1f3920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/W1/Shopify/app/src/Base/Pages/ShpfyShopCard.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ page 30101 "Shpfy Shop Card"
field(RemoveProductAction; Rec."Action for Removed Products")
{
ApplicationArea = All;
ToolTip = 'Specifies the status of a product in Shopify via the sync when an item is removed in Shopify or an item is blocked in Business Central.';
ToolTip = 'Specifies the status of a product in Shopify via the sync when an item is blocked or removed from the Shopify Product in Business Central.';
}
#if not CLEAN26
field("Items Mapped to Products"; Rec."Items Mapped to Products")
Expand Down

0 comments on commit a1f3920

Please sign in to comment.