27. Mai 2020 13:25
PromotedActionCategories = 'New,Process,Report,Account,Balance';
pageextension 50344 "GLAccountCard" extends "G/L Account Card"{
PromotedActionCategories='New,Process,Report,Account,Balance,Prüfung';
actions
{
action("Test")
{
ApplicationArea = All;
Promoted = true;
PromotedCategory = Category6;
PromotedIsBig = true;
trigger OnAction()
begin
Message('Hallo');
end;
}
}
}
27. Mai 2020 17:37
27. Mai 2020 18:20
pageextension 85041 "GLAccountCard" extends "G/L Account Card"
{
//PromotedActionCategories = 'New,Process,Report,Account,Balance,Prüfung';
PromotedActionCategoriesML = DEU = 'New,Process,Report,Account,Balance,Prüfung';
actions
{
addafter("A&ccount")
{
action("Hilfe")
{
ApplicationArea = All;
Promoted = true;
PromotedCategory = Category6;
PromotedIsBig = true;
trigger OnAction()
begin
Message('Hallo');
end;
}
}
}
}
28. Mai 2020 10:27
pageextension 50344 "GLAccountCard" extends "G/L Account Card" //17
{
//PromotedActionCategories = 'New,Process,Report,Account,Balance,Prüfung';
PromotedActionCategoriesML = DEU = 'New,Process,Report,Account,Balance,Prüfung';
actions
{
addafter("A&ccount")
{
action("Hilfe")
{
ApplicationArea = All;
Promoted = true;
PromotedCategory = Category6;
PromotedIsBig = True;
trigger OnAction()
begin
Message('Hallo');
end;
}
}
}
}
29. Mai 2020 12:29
2. Juni 2020 07:56
2. Juni 2020 08:50
2. Juni 2020 08:59