Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ page 30101 "Shpfy Shop Card"
field(HasAccessKey; Rec.HasAccessToken())
{
ApplicationArea = All;
Caption = 'Has AccessKey';
Caption = 'Has access token';
Importance = Additional;
ShowMandatory = true;
ToolTip = 'Specifies if an access key is available for this store.';
ToolTip = 'Specifies if an API access token is available for this store. The token allows the connector to access your shop''s data as long as the app is installed. To acquire a token, turn on the Enabled toggle or use the Request Access action.';
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing apostrophe in 'shops' - should be 'shop's' to indicate possession.

Copilot uses AI. Check for mistakes.
}
field(CurrencyCode; Rec."Currency Code")
{
Expand Down Expand Up @@ -881,7 +881,8 @@ page 30101 "Shpfy Shop Card"
ApplicationArea = All;
Image = EncryptionKeys;
Caption = 'Request Access';
ToolTip = 'Request Access to your Shopify store.';
ToolTip = 'Request access to your Shopify store. Use this to fix connection issues, after connector updates that require new permissions, or when rotating security tokens for this shop.';
Enabled = Rec.Enabled;

trigger OnAction()
begin
Expand Down
Loading