Search Results for

    Show / Hide Table of Contents

    Enum Commands

    A convinient list of all system commands on the main menu.

    These short enum values are used as unique guid values for system commands through ToShortGuid<T>(T)

    Custom commands can use any real Guid to uniquely identify their main menu commands

    Namespace: LemonEdge.Core.Client
    Assembly: API.dll
    Syntax
    public enum Commands : short

    Fields

    Name Description
    About

    About

    AccountMaintenance

    Manage all multi-tenant accounts in this system.

    AddInModules

    Explore all custom configured modules

    AddToFavourites

    Adds the current item to your list of favourites

    AllItemTasks

    View all tasks.

    AllocationMappings

    Explore all allocation mappings.

    AllocationPaths

    Explore all allocation paths.

    AllocationRules

    Explore all allocation rules.

    BlendingTransactions

    Explore all blending transactions.

    BlendTransactions

    Explore all blend transactions.

    Canvases

    Explore all canvases.

    Charts

    View all Charts.

    Close

    Close the active tab

    CloseOtherTabs

    Close all open tabs without pending changes.

    CodeGeneration

    Generate entity classes for any entity interfaces created against the LemonEdge API.

    Comments

    View all comments against the visible item.

    Companies

    Explore all companies.

    Currencies

    Explore all currencies.

    CustomGrids

    Manage all custom grids.

    CustomImages

    Explore all custom images

    CustomObjects

    Manage all custom entities.

    CustomViews

    Manage all custom views.

    Dashboard

    Displays a configurable homepage/dashboard

    DatabaseSchema

    Displays the schema for all entities in the system, including custom entities and those loaded through addins.

    DataMappings

    View all data mappings.

    Datasets

    View all Datasets.

    DataSources

    View all external data source codes against the visible item.

    DataSourcesSearch

    Searches all external data sources for the specified external source key.

    DataSourceTypes

    Explore all custom 3rd party data sources

    DataTemplates

    View all data templates

    DefaultValues

    View all default values.

    DefaultWatchers

    View all default watchers.

    Documents

    View all document attachments against the visible item.

    Domiciles

    Explore all domiciles.

    EntitySets

    Explore all company structures.

    EntityTags

    View all tags against the visible item.

    ExchangeRateCategories

    Displays a configurable homepage/dashboard

    ExchangeRates

    Explore all exchange rates.

    ExportData

    Export any data from the system.

    ExportTemplate

    Exports a csv template file.

    GLAccounts

    Explore all GL Accounts.

    GLClassifications

    Explore all GL Classifications.

    GLRollups

    Explore all GL Rollups.

    Help

    Opens the LemonEdge documentation providing context sensitive help.

    Import

    Imports data from a specified file

    ImportDefinitions

    View all import definitions.

    Industries

    Explore all industries.

    InstrumentCapitalAccountDataSettings

    Explore all instrument capital account data settings.

    Instruments

    Explore all Instruments.

    InstrumentSets

    Explore all Instrument Sets.

    InstrumentSetTypes

    Explore all Instrument Set Types.

    ItemTasks

    View all tasks against the visible item.

    LaunchTaskService

    Launches an instance of the task service running locally.

    LayoutDesigner

    Allows the design of screen layouts.

    Layouts

    Explore all layouts

    Ledgers

    Explore all Ledgers.

    LoadFavourite

    Quick Load Favourite Items

    MaxCommand

    The maximum ID reserved for system commands. Any custom command is generated from a unique Guid anyway, so there should be no clashes

    Notifications

    View all notifications for this user.

    People

    Explore all people.

    PeriodEnds

    View all period ends across all entity sets

    Permissions

    View all permissions against the visible item.

    Pivots

    View all Pivots.

    QueryRunners

    View all query runnes

    Quit

    Quit

    Refresh

    Reload (and lose any changes) the entire application.

    RefreshServers

    Refreshes the server and forces all clients to reload their cache form the server.

    RefreshTab

    Reload (and lose any changes) to the active context

    RemoveFromFavourites

    Removes the current item from your list of favourites

    Reports

    View all reports

    ResetSystemRoles

    Resets system roles to their default menu/permission options.

    Roles

    Explore all roles

    Save

    Save any pending changes

    ServerTasks

    Explore all server tasks.

    Settings

    Settings

    SQLFunctions

    View all data templates

    SQLWrappers

    Explore all sql wrappers.

    SubCommand

    A sub command of a main command, that like a view specific command does not need a unique id for global access from the main menu

    SwitchCanvas

    Switch canvas

    SwitchRole

    Switch roles

    SwitchTeam

    Switch default team

    SwitchUser

    Switch User

    Tags

    Explore all tags

    Teams

    Explore all teams

    Theme

    Switch theme

    TransactionAggregators

    Explore all transaction aggregators.

    TransactionCodes

    Explore all transaction codes.

    TransactionMatchers

    Explore all transaction matchers.

    Transactions

    Explore all transactions.

    TransactionTypes

    Explore all transaction types.

    Transfers

    Transfers

    Triggers

    View all triggers.

    TruncateTable

    Truncates all the tables holding data for this entity, all froeign table entries linking to it are left.

    UsableHistory

    View history of changes against the visible item.

    Users

    Explore all users

    VennSets

    View all venn sets

    ViewItem

    View single item.

    ViewItems

    View all items.

    ViewSpecific

    A view specific command, that does not need a unique id for global access from the main menu

    Watchers

    View all watchers against the visible item.

    WatcherTypes

    View all watcher types.

    Extension Methods

    EnumHelper.GetShortFlaggedValues<Commands>()
    EnumHelper.ToShortGuid<Commands>()
    MiscExtensions.SetIfNotEqual<Commands, P>(Expression<Func<Commands, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, Commands>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.