Profile SALES MANAGER, source in 29

Source29

src/Layers/W1/BaseApp/Sales/RoleCenters/SalesManager.Profile.al17 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Sales.RoleCenters;

/// <summary>
/// Defines the Sales Manager profile for users who coordinate sales activities and track sales performance.
/// </summary>
profile "SALES MANAGER"
{
    Caption = 'Sales Manager';
    ProfileDescription = 'Functionality for managers coordinating sales activities, such as tracking and assisting sales representatives to close sales and reporting on overall sales performance.';
    RoleCenter = 9005;
    Enabled = false;
}