Enum extension 3711 Video Category - BaseApp, source in 29
Source29
src/Layers/W1/BaseApp/Modules/System/Media/VideoCategoryBaseApp.EnumExt.al65 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Media;
enumextension 3711 "Video Category - BaseApp" extends "Video Category"
{
value(1; GettingStarted)
{
Caption = 'Set up your company';
}
value(2; Warehouse)
{
Caption = 'Warehouse Management';
}
value(3; Journals)
{
Caption = 'Work with journals';
}
value(4; Analysis)
{
Caption = 'Get the most out of reports and forecasting';
}
value(5; Extensions)
{
Caption = 'Install extensions to add features and integrations';
}
value(6; Customize)
{
Caption = 'Customize settings to fit your needs';
}
value(7; FirstInvoice)
{
Caption = 'Get ready for the first invoice';
}
value(8; FinancialReporting)
{
Caption = 'Report on financial health';
}
value(9; ReadyForBusiness)
{
Caption = 'Get ready for business';
}
value(10; Connect)
{
Caption = 'Connect with other systems';
}
value(11; DoMoreWithBC)
{
Caption = 'Do more with Business Central';
}
value(12; ApprovalWorkflows)
{
Caption = 'Set up approval workflows';
}
}