Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szNameObject | OBNM | char | OPT | NONE |
The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of
system objects include:
o Batch Applications (such as reports)
o Interactive Applications
o Business Views
o Business Functions
o
Business Functions Data Structures
o Event Rules
o Media Object Data Structures
|
szDataItem | 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.
|
cView | VIEW | char | OPT | NONE |
This code designates whether an operator has the authority to 'VIEW' records in programs that are using Action Code Security. The code
is set up in Action Code Security Revisions (P0003) by user for every program requiring security by action code. |
cAdd | A | char | OPT | NONE |
This code designates whether a user has the authority to perform an add,either on a specific application or form (action and column
security) or for a specific table and data item (row security). This code is set up through Security Workbench by user or group for every table,
application, or form requiring security. *ALL can be used to designate all tables or applications. |
cChange | CHNG | char | OPT | NONE |
This code designates whether a user has the authority to perform changes,either on a specific application or form (action, processing
option, and column security) or for a specific table and data item (row security). This code is set up through Security Workbench by user or group
for every table,application, or form requiring security. *ALL can be used to designate all tables or applications. |