pageextension 60106 DemoPageExt extends DemoPage
{
actions
{
addafter(FirstAction)
{
action(SecondAction)
{
Caption = 'Second Action';
ApplicationArea = All;
Image = CalendarMachine;
ToolTip = 'This is my second action';
}
}
addlast(Promoted)
{
actionref(SecondAction_Promoted; SecondAction)
{
}
}
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,912 Super User 2024 Season 2
Martin Dráb 229,355 Most Valuable Professional
nmaenpaa 101,156