Difference between revisions of "Screenshot:Process Definition"
(Created page with "{{BackTo|Screens_Reference}} == Process Definition == === Process === * ''' Module''' : Module * '''Search Key''' : A fast method for findin...") |
(→Parameter Translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 56: | Line 56: | ||
* '''Parameter''' | * '''Parameter''' | ||
* '''[[Screenshot:Organization#Organization | Organization]]''' : Organizational entity within client | * '''[[Screenshot:Organization#Organization | Organization]]''' : Organizational entity within client | ||
− | * '''[[Screenshot:Client#Client | Client]]''' : Client for this installation. | + | * '''[[Screenshot:Client#Client | Client]]''' : Client for this installation. |
+ | |||
=== Parameter Translation === | === Parameter Translation === | ||
Line 68: | Line 69: | ||
* '''[[Screenshot:Language#Language | Language]]''' : A method of communication being used. | * '''[[Screenshot:Language#Language | Language]]''' : A method of communication being used. | ||
* '''Obuiapp_Parameter_Trl_ID''' | * '''Obuiapp_Parameter_Trl_ID''' | ||
− | * '''[[Screenshot:Client#Client | Client]]''' : Client for this installation. | + | * '''[[Screenshot:Client#Client | Client]]''' : Client for this installation. |
+ | |||
=== Process Access === | === Process Access === | ||
Latest revision as of 18:18, 18 November 2021
Back to Screens_Reference |
Contents
Process Definition
Process
- Module : Module
- Search Key : A fast method for finding a particular record.
- Name : A non-unique identifier for a record/document often used as a search tool.
- UI Pattern : Defines the UI Pattern
- Handler : Java or Javascript that handles the process execution
- Data Access Level : Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed.
- Requires Explicit Access Permission : Requires Explicit Access Permission
- Description : A space to write additional related information.
- Help/Comment : A comment that adds additional information to help users work with fields.
- Multi Record : Allow execution on multiple records at the same time
- Client Side Validation : JavaScript function to be executed before invoking the backend Handler.
- On Load Function : In this field a javascript function can be defined. This function will be executed when the parameter window is loaded, just after the default values are set.
- On Refresh Function : In this field a javascript function can be defined. This function will be executed when the parameter window refresh action be invoked.
- Compatibility with Legacy Grids : This flags is used to specify if this process should be compatible with the legacy parameter windows.
- Can Add Records to a Selector : By selecting this flag, the process will be available in the 'Defined Selector' window
- Active : A flag indicating whether this record is available for use or de-activated.
- Process Defintion : Process Defintion
- Organization : Organizational entity within client
- Client : Client for this installation.
- Background : Is background process
Parameter
- Module : Module
- Name : A non-unique identifier for a record/document often used as a search tool.
- DB Column Name : The name of a column within the database.
- Sequence Number : The order of records in a specified document.
- Reference : The data type of this field.
- Reference Search Key : The exact reference specification for a list or a table.
- Validation : A validation rule that defines how an entry is determined to be valid or invalid.
- Length : An indication of the column length as defined in the database.
- Mandatory : An indication noting that completing in a field is required to proceed.
- Fixed : A means of locking the header tab so it will not be affected if a specified process is run again.
- Evaluate Fixed Value
- Number of Displayed Rows : The height of the grid will be adjusted to display the number of rows specified in this field.
- Default Value : The first non-null value in a set of values. It is used as a default value for a field when creating a record.
- Fixed Value
- Display Logic : A specification of statements which, when evaluated as false, cause the field to appear hidden.
- Read Only Logic : Logic to determine if field is read only (applies only when field is read-write)
- Start in New Line
- Column Number : Column number in which the current field is set (allowed values ??between 1 and 4)
- Field Group : A classification of similar fields.
- Help/Comment : A comment that adds additional information to help users work with fields.
- Central Maintenance : A flag indicating that this label is managed in a central repository.
- Application Element : An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.
- Show Title : This field allows to specify whether the title of a grid form item should be displayed
- Description : A space to write additional related information.
- On Change Function
- On Grid Load Function : This function is invoked when the grid parameter is loaded for the first time.
- Active : A flag indicating whether this record is available for use or de-activated.
- Process Defintion : Process Defintion
- Parameter
- Organization : Organizational entity within client
- Client : Client for this installation.
Parameter Translation
- Organization : Organizational entity within client
- Active : A flag indicating whether this record is available for use or de-activated.
- Parameter
- Name : A non-unique identifier for a record/document often used as a search tool.
- Description : A space to write additional related information.
- Help/Comment : A comment that adds additional information to help users work with fields.
- Translation : An indication that an item is translated.
- Language : A method of communication being used.
- Obuiapp_Parameter_Trl_ID
- Client : Client for this installation.
Process Access
- Organization : Organizational entity within client
- Process Defintion : Process Defintion
- Role : The profile of security for the user defining what windows and tabs they can see.
- Active : A flag indicating whether this record is available for use or de-activated.
- Editable Field : An indication that this field may be viewed.
- Obuiapp_Process_Access_ID
- Client : Client for this installation.
Report Definition
Report definition when the UI Pattern of the Process Definition is "Report (Using JR Templates)". Each Process Definition can only have one Report Definition.
- PDF Template
- Organization : Organizational entity within client
- Excel Template
- Active : A flag indicating whether this record is available for use or de-activated.
- Use PDF as Excel Template
- Process Defintion : Process Defintion
- HTML Template : JRXML template to use for exporting the report to HTML format
- Use PDF as HTML Template : Determines whether the PDF Template needs to be used to generate the HTML report instead of defining a specific template for it.
- Report Definition
- Client : Client for this installation.
Translation
Edit your process definition translations for the predefined languages of your choice.
- Organization : Organizational entity within client
- Language : A method of communication being used.
- Name : A non-unique identifier for a record/document often used as a search tool.
- Description : A space to write additional related information.
- Help/Comment : A comment that adds additional information to help users work with fields.
- Process Defintion : Process Defintion
- Active : A flag indicating whether this record is available for use or de-activated.
- Translation : An indication that an item is translated.
- Process Translation
- Client : Client for this installation.
Back to Screens_Reference |