📘
TimeLine E3
  • TimeLine E3 Documentation
  • Framework
    • Introduction
    • DataSet Definition
    • Window Handling Object
      • Input/Output arguments
      • Open
      • BindDataControls
      • Item Changes
      • Item Search
      • MenuItemClicked
      • Print
      • ModuleOpened (BlueArrow)
      • BlueArrowArguments
      • New Row
      • Delete Row
      • Save
      • Transactions
      • Locking [deprecated]
      • Locking (new)
      • Resizing a response window
      • ParaPanel
      • Adding DMS Tab to a Module
    • BusinessObject
    • Controls
      • BindingFormat
      • LookupGrid and SearchDef
      • ComboBox
      • RadioButton
      • Multiline Textbox
      • xTextBoxSearch
      • xFileBrowse [v16+]
      • DxDispoColumn
      • DxProgressColumn
      • DxTemplateColumn
      • Change control caption programmatically
      • TabControl
      • Navigation
      • Enable controls programmatically
      • Enable a MenuItem programmatically
      • Filter search values
      • Jumping to another module
      • Messages, Notifications, Log, Exceptions, Translation
      • LoggerSink [deprecated]
      • Log
      • OpenFile, FolderBrowsing and SaveFile
      • Execute Actions while displaying an Hourglass
      • Using Progress
      • Async methods with progress bar
      • Wizard
      • Customizing controls using xBehaviors
      • TLProperty.AllowInReadOnly [v16+]
    • DataSet Operations
    • Business-related functionality
      • Getting the next primary key
      • Hybrids
      • Enums
      • Get Current User
    • SQL
    • SQL (using named parameters)
    • Advanced SQL
    • Expression Binding
    • Server-side logic & customization [v16+]
      • Service Hoster
      • Starting / stopping hosted services
      • Changes to scheduled jobs!
      • Business Object Proxies
      • Business Object API
    • Colors in Expression Bindings [v15+]
    • Theming
      • Icons
  • TimeLine Developer (TLD)
    • Debugging in TLD
    • Targets
    • Custom Project Rework [v16+]
  • TimeLine-specific LL functions
  • Stunnel proxy
    • Pre-requisites
    • 1. Initial setup
    • 2. Generate the server/web certificates
    • 3.a. Generating client certificates using the CSR flow
    • 3.b. Generate client certificates from the server console
    • 4. Setting up the E3 client connection
    • 5. Setting up the browser certificates
  • Configuration
    • Configuring the WCF timeout
  • Troubleshooting the E3 Bridge
  • [Deprecated]
    • TimeLine WEB - deprecated in v16+
      • Prerequisites for running the WASM modules on the server
      • Prerequisites for developing WASM modules with TLD
      • Creating a small web module with TLD
      • Terminal Configuration
    • Customization Examples - deprecated in v16+
    • Codestore [deprecated]
    • Configuring the scheduled jobs timeout - deprecated in v16+
Powered by GitBook
On this page
  • Note: Codestore has not been ported to the new version of TimeLine Developer
  • Codestore
  • Developer integration
  • CodeStore widget
  1. [Deprecated]

Codestore [deprecated]

PreviousCustomization Examples - deprecated in v16+NextConfiguring the scheduled jobs timeout - deprecated in v16+

Last updated 1 year ago

Note: Codestore has not been ported to the new version of TimeLine Developer

Codestore

The CodeStore is a way of sharing code between users. It is a common repository of information stored on a database on Frankfurt.

  • Because it uses a TimeLine Connection internally, as well as the DMS, every version of Neo contains its own CodeStore. That means that every time a release is made, the prototype DB will be „branched” in the new release. That means that ideally all entries should be present in the prototype CodeStore.

  • Because the CodeStore uses a different login than the main one, it is being hosted in a different AppDomain, which means that it cannot be used in a Standard Development Runtime environment.

The module shortcut is „TCS”; it can be found in the menu in Tools -> CodeStore.

Documentation items can be added manually using the „+” button in the menu or directly from Developer when in custom mode.

Developer integration

In the right-hand menu of any project in a CustomPath, a „CodeStore” section can be found where the project can be uploaded as a documentation item:

The project is attached to the documentation item and can be later found in the CodeStore module.

CodeStore widget

In the CodeStore module, as well as in Developer, a widget appears in the upper right corner which displays the login information to the CodeStore-Database, where one of the following actions can be performed:

  • Connection settings to the server can be changed, e.g. to offer the possibility of having a local CodeStore instance. The default values always connect to the central Frankfurt server

  • Registering a user:

  • Logging in using an already registered user. Passwords cannot be recovered unless a direct login to the CodeStore server is made (using dba/sql)

a