You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In SimpleOne, you can implement engines that handle different business tasks. To be able to configure all implemented engines via a common interface rather than separate configurations, an engine management system – SimpleEngine was developed and delivered. Its main ability is a flexible management of the engine configuration.

SimpleEngine features


When you set up your engines, you need to specify the target tables for the relevant engine, or limit the tables for the specified engines. For example:

Configure an engine


To configure an engine within the SimpleEngine system, perform the following steps:

  1. Create a new record of the engine.
  2. Create necessary options for this engine.
  3. Specify the general option values.
  4. Specify the option values relevant for the table(s) to be processed by this engine.
  5. After that, this engine will automatically enable on the table specified in step 4.
  6. Specify the table option values in the relevant related list.

You can define table option values only for specified table (for example, Incident) so SimpleEngine works only with that table record forms.

Create an engine 


Create records accumulating all information about the engines configuration on the instance.

To create a new engine record, complete the steps below:

  1. Navigate to Engines → Engines.
  2. Click New and fill in the Name and Description fields.
  3. Click Save or Save and Exit to apply the changes.

Once an engine is created, add a related option to it or specify the tables for which this engine should be enabled directly in the Related Lists area.


Create an option


Specify options for the engines created. To create a new engine option, complete the steps below:

  1. Navigate to Engines → Options.
  2. Click New and fill in the NameEngine and Description fields.
  3. Click Save or Save and Exit to apply the changes.

You can also create an option record by clicking the New button in relevant related list in the Engines form.

Option Values


Define values for the engine options created in the system. To create a new engine option value, complete the steps below:

  1. Navigate to Engines → Option Values.
  2. Click New and fill in the Option and Value.
  3. Click Save or Save and Exit to apply the changes.

Option Values for Tables


To specify option values for the specified tables, complete the steps below:

  1. Navigate to Engines → Values for Tables.
  2. Click New and fill in the Table and Option value.
  3. Click Save or Save and Exit to apply the changes.

To define an option value for a specified table, you can also use the alternate way:

  1. Navigate to the option value you need to assign a table to.
  2. In the Related Lists area, select the Option Value for Table.
  3. Click New to create a new value.
  4. The Option Value for Tables form is opened, and the Option Value field is already populated. Select the relevant table in the Table field.
  5. Click Save or Save and Exit to apply the changes.

You can also specify this information by clicking the New button in relevant related list in the Engines form.

  • No labels