Skip to content
Open
Show file tree
Hide file tree
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 @@ -97,12 +97,10 @@ page 30101 "Shpfy Shop Card"
field(LoggingMode; Rec."Logging Mode")
{
ApplicationArea = All;
Importance = Additional;
}
field(AllowBackgroudSyncs; Rec."Allow Background Syncs")
{
ApplicationArea = All;
Importance = Additional;
}
field("Allow Outgoing Requests"; Rec."Allow Outgoing Requests")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ table 30102 "Shpfy Shop"
field(52; "Currency Code"; Code[10])
{
Caption = 'Currency Code';
ToolTip = 'Specifies the currency used by your Shopify store. Leave blank if it matches the local currency (LCY). When set, exchange rates must be configured. This field works together with the "Currency Handling" field in the Order section, which determines how order currencies are processed.';
ToolTip = 'Specifies the currency used by your Shopify store. Leave blank if it matches the local currency (LCY). When set, exchange rates must be configured. This currency is used when calculating product prices to sync to Shopify and works together with the "Currency Handling" field in the Order section, which determines how order currencies are processed.';
DataClassification = CustomerContent;
TableRelation = Currency.Code;

Expand Down
Loading