Skip to content
Merged
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 @@ -29,7 +29,7 @@ pageextension 30101 "Shpfy Business Manager RC" extends "Business Manager Role C
group(Shpfy)
{
Caption = 'Shopify';
ToolTip = 'Manage Shopify Shops, customers, products, orders, gift cards, transactions and payouts.';
ToolTip = 'Manage Shopify Shops, customers, companies, products, orders, gift cards, transactions and payouts.';

action(ShpfyShops)
{
Expand All @@ -47,6 +47,14 @@ pageextension 30101 "Shpfy Business Manager RC" extends "Business Manager Role C
RunObject = page "Shpfy Customers";
ToolTip = 'View or edit detailed information for the customers that you trade with through Shopify.';
}
action(ShpfyCompanies)
{
ApplicationArea = All;
Caption = 'Companies';
Image = Company;
RunObject = page "Shpfy Companies";
ToolTip = 'View or edit detailed information for the companies that you trade with through Shopify.';
}
action(ShpfyProducts)
{
ApplicationArea = All;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pageextension 30102 "Shpfy Order Processor RC" extends "Order Processor Role Cen
group(Shpfy)
{
Caption = 'Shopify';
ToolTip = 'Manage Shopify Shops, customers, products, orders, gift cards, transactions and payouts.';
ToolTip = 'Manage Shopify Shops, customers, companies, products, orders, gift cards, transactions and payouts.';

action("ShpfyShopify Shops")
{
Expand All @@ -48,6 +48,14 @@ pageextension 30102 "Shpfy Order Processor RC" extends "Order Processor Role Cen
RunObject = page "Shpfy Customers";
ToolTip = 'View or edit detailed information for the customers that you trade with through Shopify.';
}
action("ShpfyShopify Companies")
{
ApplicationArea = All;
Caption = 'Companies';
Image = Company;
RunObject = page "Shpfy Companies";
ToolTip = 'View or edit detailed information for the companies that you trade with through Shopify.';
}
action("ShpfyShopify Products")
{
ApplicationArea = All;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pageextension 30104 "Shpfy Sales & Rel. Mgr. RC" extends "Sales & Relationship M
group(Shpfy)
{
Caption = 'Shopify';
ToolTip = 'Manage Shopify Shops, customers, products, orders, gift cards, transactions and payouts.';
ToolTip = 'Manage Shopify Shops, customers, companies, products, orders, gift cards, transactions and payouts.';

action(ShpfyShops)
{
Expand All @@ -37,6 +37,14 @@ pageextension 30104 "Shpfy Sales & Rel. Mgr. RC" extends "Sales & Relationship M
RunObject = page "Shpfy Customers";
ToolTip = 'View or edit detailed information for the customers that you trade with through Shopify.';
}
action(ShpfyCompanies)
{
ApplicationArea = All;
Caption = 'Companies';
Image = Company;
RunObject = page "Shpfy Companies";
ToolTip = 'View or edit detailed information for the companies that you trade with through Shopify.';
}
action(ShpfyProducts)
{
ApplicationArea = All;
Expand Down
Loading