Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
runtime error message handling.
1 = suppress runtime error message handling. |
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.
|
szProgramId | PID | char | OPT | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|
szVersion | VERS | char | OPT | NONE |
A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version. |
cActionCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event.
|
cEndSubsystemProcess | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event.
|
szTargetEnvironmentName | ENHV | char | OPT | NONE |
For World, the Environment name is also called the Plan Name, and is used to uniquely identify an upgrade environment for
Install/Reinstall.
For EnteriseOne (Install Applications), the environment name is also called the Plan Name, and is used to uniquely identify an upgrade
environment for Install/Reinstall.
For EnterpriseOne (Environment or Version Applications), this is the path code that identifies the location of the
application or version specification data.
|
szUserID | UGRP | char | OPT | NONE |
A profile that you use to classify users into groups for system security purposes. You use group profiles to give the members of a group
access to specific programs.
Some rules for creating a profile for a user class or group are as follows:
o The name of the user class or group
must begin with an asterisk (*) so that it does not conflict with any system profiles.
o The User Class/Group field must be blank when you
enter a new group profile. |
mnLastConfigurationIDNo | CFGID | MATH_NUMERIC | OPT | NONE |
An identifier that represents a unique configuration. It is generated by a next number value and is the key to the configuration tables.
|