Development Guidelines For Application Design Guide
Development Guidelines For Application Design Guide
EnterpriseOne
Tools
9.2
JD Edwards EnterpriseOne Tools
Development Guidelines for Application Design Guide
9.2
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected
by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate,
broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering,
disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report
them to us in writing.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then
the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed or
activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or
accessed by U.S. Government end users are "commercial computer software" or "commercial computer software documentation" pursuant to the
applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, reproduction, duplication, release, display,
disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated
software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs), ii) Oracle computer
documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract. The
terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services. No other rights are
granted to the U.S. Government.
This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for
use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware
in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe
use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks
or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro
Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle
Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and
services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible
for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable
agreement between you and Oracle.
JD Edwards EnterpriseOne Tools
Development Guidelines for Application Design Guide
Contents
Preface .................................................................................................................................. i
4 Understanding Tasks 31
Task Design .................................................................................................................................................................................... 31
Task Processing Options ............................................................................................................................................................. 31
9 Using Currency 59
Using Currency ............................................................................................................................................................................. 59
13 Glossary 125
activity rule ................................................................................................................................................................................... 125
add mode ...................................................................................................................................................................................... 125
BIP .................................................................................................................................................................................................. 125
jargon ............................................................................................................................................................................................. 125
JD Edwards EnterpriseOne Tools
Development Guidelines for Application Design Guide
Preface
Welcome to the JD Edwards EnterpriseOne documentation.
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://
www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .
Related Information
For additional information about JD Edwards EnterpriseOne applications, features, content, and training, visit the JD
Edwards EnterpriseOne pages on the JD Edwards Resource Library located at:
http://learnjde.com
Conventions
The following text conventions are used in this document:
Convention Meaning
Bold Boldface type indicates graphical user interface elements associated with an action or terms defined in
text or the glossary.
Italics Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular
values.
Monospace Monospace type indicates commands within a paragraph, URLs, code examples, text that appears on a
screen, or text that you enter.
> Oracle by Example Indicates a link to an Oracle by Example (OBE). OBEs provide hands-on, step- by-step instructions,
including screen captures that guide you through a process using your own environment. Access to
OBEs requires a valid Oracle account.
i
JD Edwards EnterpriseOne Tools Preface
Development Guidelines for Application Design Guide
ii
JD Edwards EnterpriseOne Tools Chapter 1
Development Guidelines for Application Design Guide Introduction to JD Edwards EnterpriseOne Tools
Development Guidelines for Application Design
1
JD Edwards EnterpriseOne Tools Chapter 1
Development Guidelines for Application Design Guide Introduction to JD Edwards EnterpriseOne Tools
Development Guidelines for Application Design
2
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
While many of these standards apply to all form types, separate guidelines contain specific standards for each particular
form type. Where appropriate, the guidelines also include industry-specific instructions, such as one set of instructions
for manufacturing and distribution applications, and another set of instructions for financial applications.
3
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
• Help information is available for all input-capable fields. You can use data dictionary glossaries to define the
help information.
• A Visual Assist is available for search and UDC fields
• Tab sequences have these characteristics:
Form Guidelines
When developing forms in interactive applications, ensure that you:
• Do not preload a next number.
• Use any of these actions to prevent a user from accessing a form or row exit:
4
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
• You use the four-digit data item Fiscal Year (FYR) for a fiscal year filter.
• You use an alpha field to display the fiscal year on a form so that you can distinguish between blank and zero.
When you enter a two-digit mathematical numeric fiscal year on a form, it appears as a single digit for years
zero through nine, and users might not be able to differentiate between a blank and a zero. Use the display field
FYOW for the fiscal year and include this logic:
IF not blank convert FYOW to FY
• You use an asterisk (*) as the default value for Subledger and blank as the default value for Subledger Type,
when you use Subledger and Subledger Types as filter fields.
• You use a text variable rather than a hard-coded text string to load a field or variable. Text variables can be
translated, but hard-coded text cannot.
• You verify:
◦ That grid totals sum only data that is the same date type.
For example, do not sum different currencies or values with different decimal points.
◦ That totals for a form level are generally within the group box that surrounds the grid.
Ensure that:
• You rename Address Book Number (AN8) to Employee Number or Employee No.
• You do not use associated descriptions for job type and job step.
Retrieve the description for job type/step from the Job Information table (F08001).
Ensure that:
• You place the Branch/Plant identifier in the upper-right corner.
• You use Branch/Plant identifier as the static text for MCU or MMCU, as appropriate.
5
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
• If you enter an item number in an unknown format, such as UITM, ensure that the number returns in the same
format in which you entered it.
Localization Forms
Use these guidelines when developing any form types used within localization applications.
Ensure that:
• The form and row exits to localization requirements from the base application are labeled Regional Info.
• The message box displays the text Regional Information not available for User Preferences when the Country
System field is blank.
Ensure that:
• Both domestic and foreign amounts, when both are available, are included in the grid.
• If all records in the grid reflect the same currency, then the currency code, exchange rate, and base currency
appear in the header portion of the form.
• If the records potentially have different currency codes, exchange rates, or base currencies, then this
information appears in the grid.
• Columns containing more than one currency have no totals.
Suppress total records, if necessary.
• All currency-related controls and grid columns are hidden (for Dialog is Initialized) when currency processing is
turned off.
To hide the currency-related fields, test the system value for Currency Processing for N.
• Currency Mode (CRRM) does not appear on the Find/Browse form because both foreign and domestic
currencies appear.
• If amounts are applicable to the main portion of the grid, then the domestic amount and currency code appear.
The foreign amounts might exist in the scroll-to grid area.
Note: If you need to include the Base Currency field (the currency that is defined at the company level) in
the QBE row or as a filter field, then consider joining the transaction table to the Company Constants table
(F0010). This join provides direct database access to the Base Currency field, which can be used in the QBE.
Ensure that:
• Currency controls appear directly above the grid in this sequence:
◦ Currency (CRDC)
◦ Exchange (CRR)
◦ Rate Base (CRCD)
6
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
◦ Foreign Option
Object Standards
Actual run date and run time values Appears on the right side of the first and second lines.
Label Page, followed by the page number Appears in the upper-right corner.
7
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
Report Appearance
Use these guidelines for the appearance of the report.
Reports to View
Use these guidelines when developing reports for end-user viewing.
• Base the level 1 section of the report on a business view that contains all columns in the table to enable data
selection over any column from the table.
• Group a Level 1 section and all of its associated sections together.
• Locate these conditional sections at the bottom:
• Use a group section for processing that does not produce printable output.
These comments can appear in report viewing. A constant that contains the section name and description is a
standard comment in these sections.
• The report variables in an invisible section are listed when you select the Report View tab.
A section does not appear in the report output when the Visible option is turned off in the Section Properties.
8
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
Reports to Print
Use these guidelines when developing reports that generate output to print.
Ensure that:
Use the send message system function to send this message. You can use a template message to provide as
much information as possible about why the job was unsuccessful, as well as to indicate the job to which the
message pertains.
Reports to File
When developing reports that generate output to file, ensure that batch programs do not contain a standard page
header section.
Ensure that:
• The columns for currency amount fields are 21 spaces wide, where possible.
• You do not display totals for amounts that represent different currencies.
Error Listings
If you create a processing option that gives users a choice about where errors are listed, use these design guidelines.
• Provide the option to list errors either in the Work Center or in the report.
9
JD Edwards EnterpriseOne Tools Chapter 2
Development Guidelines for Application Design Guide Understanding Application Development Guidelines
• Do not repeat errors, and ensure that they appear in a logical order, especially when Parent/Child relationships
are involved.
• Do not stop processing for warning-type error messages.
10
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
You may further define the characteristics within the object. For example, when you create a table, you may designate a
key that consists of more than one field within that table. When you create the index of the table, you should follow the
standard for naming that index.
To provide consistency for developers and users, all JD Edwards EnterpriseOne objects follow standard naming
conventions. The naming conventions require that each object, such as a table, report, interactive application, or menu,
has a unique name. The naming conventions help you identify types of objects and prevent users from creating objects
with duplicate names.
11
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
System Codes
The system code is included in an object name. For a complete list of JD Edwards EnterpriseOne system codes, see UDC
table 98/SY.
12
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
If you are performing JD Edwards EnterpriseOne custom work, use system codes 55 and 60-69.
• You can use jargon in the data dictionary to override text for the entire system, but if the text is overridden
again in Form Design Aid (FDA) or Report Design Aid (RDA), then jargon terms do not appear.
13
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
• You can use text variables to present different text strings under different conditions; but test all valid cases to
ensure that you have allowed enough space on the form or report for translation.
Note: After you add a data item, you cannot change its name or alias.
For external data items, the data dictionary alias can be a maximum of eight alphanumeric characters and adheres to
this format:
Ysssdddd, where:
Y or Z = The first digit of any JD Edwards EnterpriseOne system-assigned external system code. This character indicates
that the data dictionary item is external.
14
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
sss = The system code number, which is 55x-59x for enterprise-level development of new modules, or 60x-69x for
custom development of a JD Edwards EnterpriseOne system.
The data item name forms the C data name (for example AddressNumber) that you use in business functions, data
structures, and event rules.
Note: After you add a data item, you cannot change its name or alias.
Do not use blanks or special characters such as %, &, ,, ., and +. Neither blanks nor these characters are allowed as part
of a data item alias in JD Edwards EnterpriseOne software.
The data item name can be a maximum of 32 alphanumeric characters, and adheres to this format:
Ysssdddddddddddddddddddddddddddd, where:
Y or Z = The first digit of any JD Edwards EnterpriseOne system-assigned external system code. This character indicates
that the data dictionary item is external.
sss = The system code number, which is 55x-59x for enterprise-level development of new modules, or 60x-69x for
custom development of a JD Edwards EnterpriseOne system.
Address Number Begin all address numbers, such as employee, customer, owner, with Address Number.
15
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Amount Begin all unit, quantity, and volume fields with Amount.
Units Begin all units, quantity, and volume fields with Units.
Row Description
Provide a description that appears for the field description on forms and reports. English text must leave room for an
expansion of 30 percent for translation.
You define processing option fields in the data dictionary, similar to other data dictionary items. Each processing option
field can also have special, defined help information. This help information is displayed when the end user presses F1
when the focus is on a processing option item. You define the help text using a separate data item called help data
dictionary item.
16
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Syyyyyzz, where:
S = Processing option
zz = A sequential number
For example, for report R12855, the first processing option data item is S1285501.
• Use the same text for the data item description field as the processing option title on the processing option tab
form.
• Capitalize the first letter of each word, such as G/L Date (alias GLD in the data dictionary).
• Leave room for translation of the description by using only 70 percent of the allowed character space.
Note: You must enter a glossary. Do not simply enter a period in the Description field.
For example, the table handle data item name for table F4211 is HF4211.
17
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Tables
The Object Management Workbench (OMW) name for a table can be a maximum of eight characters. It is recommended
that you format it asFxxxxyyy, where:
F = data table
00 - Foundation environment
01 - Address Book
03 - Accounts Receivable
01 - Master
02 - Balance
1X - Transaction
yyy (sixth through eighth digits) = object version, such as programs that perform similar functions but vary distinctly in
specific processing, such as:
The table description is the topic of the table. If the table came from the IBM i , it should be the same name as the file it
represents, such as Address Book Master (F0101) or Item Master (F4101).
However, for a work table, make sure to include the name Work Table in the descriptions and insert UI after the system
code; for example, Organization Structure Report Work Table (F10UI005).
18
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Another consideration is Z tables. Z tables are used for importing data from another system as well as used in batch
processes. When you name a Z table, ensure that the letter Z is the sixth digit; for example, Address Book - Batch File
(F0101Z1).
Adding a Table
Before adding a new table, determine whether an existing table contains the data items required by the application. If an
existing table does not exist, you must add a new table.
When you add a new table, you must include these audit trail columns:
• User ID (USER)
• Program ID (PID)
• Machine Key (MKEY)
• Date Updated (UPMJ)
• Time of Day (UPMT)
Indices
Name the index with the key fields in the index.
If there is only one field in the index, list the field as the index name, such as Address Number.
If the index has two fields, list them consecutively, such as Address Number, Line Number ID.
The total length of the index name cannot exceed 19 characters. If you have more than two key fields in the index, name
the index carefully, so that it does not exceed 19 characters. If you exceed 19 characters, the table may not be generated,
and any business functions the use the table may not compile.
Do not use special characters or C reserved words, such as "+" in the index name.
F = A data table
yyy = A unique next number or character pattern unique within the enterprise
19
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Business Views
The OMW name for a business view can be a maximum of eight characters and should be formatted as VzzzzzzA,
where:
V = Business view.
A = The letter that indicates the view. For example, V0101A is the first view of the table F0101; V0101B is the second view
of the same table.
Ensure that you provide up to a 60-character description for a business view. The description should reflect the
application description followed by the form type, such as Item Master Browse and Item Master Revisions.
The primary, unique, key fields should remain in the business view. Do not reorganize the primary, unique, key fields.
Note: Each table should have only one business view that includes all columns. Use this business view for the level 01
section in all reports that are based on the table. Also, only one business view is enabled for each form type, except for
Header/Detail forms. For Header/Detail forms, you can select two business views, one for the header portion of the
form and one for the detail portion of the form.
Joined Views
To format the name for joined views, use the names of the two tables that you are joining and separate them with a
forward slash. Ensure that you place the primary table first.
For example, if F4101 is the primary table in the joined view between F4101 and F4102, use the name F4101/F4102.
V = Business view.
9999 = A next number or character pattern that is unique within the enterprise.
Processing Options
This section discusses the elements of processing options.
20
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Versions
When you create a new version, provide a description of the version. The description should indicate what the report
does and how to set the processing options for the version. The description may be up to 60 characters long.
XJDE versions are used for demo purposes and are typically batch applications. When called from a menu, batch
applications display the versions list so that clients can create production versions. During an installation, JD Edwards
EnterpriseOne will overwrite XJDE versions.
ZJDE versions are used for default purposes and are typically interactive applications, or they are called from another
application. You usually attach these versions to a menu. Customers can set these versions. When called from a menu,
interactive applications with a version are called with a blind execution based on predetermined processing option
values. During an installation JD Edwards EnterpriseOne will not overwrite ZJDE processing option data.
Note:
• "Creating Data Structures" in the JD Edwards EnterpriseOne Tools Data Structure Design Guide .
Interactive Applications
The OMW name for an application can be a maximum of eight characters. Although the software accepts up to 10
characters, if you enter more than eight characters the entry will be truncated. Format the name as Pxxxxyyy, where:
P = Application
Ensure that you provide a description of up to 60 characters. The description should reflect the subject of the forms
within the application; for example, Companies and Constants.
W = Form.
A = The first form created in the application. It is usually, but not always, the entry point to the application. Subsequent
forms are assigned sequential letters, such as B for the second form, C for the third form, and so on.
21
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Ensure that you provide a form description that is based on the form type. This table provides examples of form
descriptions:
Find/Browse The words Work With followed by the subject of the application, such as Work With Companies or Work
With Constants.
Fix/Inspect, Header/Detail, and A title that reflects the topic of the form, such as Supplier Information, Item Master Revisions, or
Headerless/Detail Purchase Order Entry.
Lower-Level Windows A title that reflects the topic of the window, with the title of the calling form appended to it, such as
Enter Voucher - G/L Distribution. When the title of a window includes a verb, use an active verb, not a
nominalization; such as Work With Vouchers.
You can change the data item name and description to describe the item that is passed between forms.
Because Message forms do not have Business Views, you must manually create the form interconnect data structure.
Note:
• "Working with Forms" in the JD Edwards EnterpriseOne Tools Form Design Aid Guide .
Batch Applications
Object naming conventions ensure consistency and make batch applications easier to identify and locate. For batch
applications, the name can be a maximum of eight characters and should be formatted as Rxxyyyyy, such as R09800,
R30440, and so on, where:
xx = System code
yyyyy = For these digits, follow the same naming convention as you use on IBM i .
The Function Use field follows the same naming standards as IBM i, such as:
160-169 = Reports
Report Category Codes follow the same standards as the Form Design standards.
22
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
See BI Publisher for JD Edwards EnterpriseOne Overview for more information about JD Edwards EnterpriseOne
integrations with Oracle BI Publisher.
Template Names
Templates are required to format JD Edwards EnterpriseOne Embedded BI Publisher reports, translations, and
transformations. The template uses data that resides in the JD Edwards EnterpriseOne database.
See "Templates" in the JD Edwards EnterpriseOne Tools BI Publisher for JD Edwards EnterpriseOne Guide
After you design a template, you must upload it to JD Edwards EnterpriseOne to create a template object. The
template name should be the same as the template object name. A template object is required as part of a JD Edwards
EnterpriseOne report definition.
Template object names in OMW can be a maximum of 100 characters and should be formatted as TPwwwxxxxyyzz,
such as TP743005TR1 where:
xxxx = Three to four characters to identify the associated UBE. For example, use 3005 if the source UBE is R743005.
Templates TE .rtf
- TL .xls
- TP .pdf
- TR .rtf
- TS .xsl
zz = A sequentially assigned number to identify the different outputs associated with the same UBE. For example,
TP743005TR1 and TP743005TR2 could produce different .rtf outputs, whereas TP743005TS1 could produce .xsl output.
23
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Report Definitions
JD Edwards EnterpriseOne report definitions specify the information that BI Publisher requires to process and deliver BI
Publisher output.
See "Creating JD Edwards EnterpriseOne BI Publisher Report Definitions" in the JD Edwards EnterpriseOne Tools BI
Publisher for JD Edwards EnterpriseOne Guide
Report definition names can be a maximum of 10 characters and should be formatted as RDwwwxxxxyy, such as
RD743005A where:
xxxx = Three to four characters to identify the associated UBE. For example, use 3002 if the source UBE is R743005)
yy = One to two sequential characters to identify the different report definitions associated with the same UBE, for
example RD743005A and RD753005B.
Section Names
A section name within a report can be a maximum of 10 characters and should be formatted as SzzzzzzzzA, such as
S09800A, S30440B, and so on, where:
The tool set uses next numbers to automatically assign section names. Examples include S1, S2, S3, and so on.
The section description should include the section type, such as Batch Total Section, Payment Level Break Header
Section.
The purge table conversion name can be a maximum of eight characters and should be formatted as Pxxxxxxp, where:
24
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Note:
• See "Section Processing" in the JD Edwards EnterpriseOne Tools Report Design Aid Guide .
• See "Report Sections" in the JD Edwards EnterpriseOne Tools Report Design Aid Guide .
• See "Creating Batch Versions in the JD Edwards EnterpriseOne Tools Report Design Aid Guide .
Naming Conventions
This section discusses naming conventions for:
xxx = A prefix that varies depending on the scope. The system automatically assigns the prefix, such as:
c - Character
h - Handle Request
mn - Math Numeric
sz - String
jd - Julian Date
id - Pointer
zzzzzz = A programmer-supplied variable name. Capitalize the first letter of each word.
For example, a branch/plant event rule variable would be evt_szBranchPlant_MCU. Do not include any spaces.
25
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Text Variables
The system automatically assigns a name using the format TVzzzzzzzz, where:
TV = Text Variable
Note:
• "Working with Event Rules Design" in the JD Edwards EnterpriseOne Tools Event Rules Guide .
Business Functions
The source code for business functions should be formatted as Bxxxyyyy or Nxxxyyyy, where:
yyyy = A next number (the numbering assignments follow current procedures in the respective application groups)
Note: To preserve the data structure or D names, the next numbering for business functions and named event rules
should not be shared.
yyyy = A next number (the numbering assignments follow current procedures in the respective application groups)
A = An alphabetical character, such as A, B, C, and so on, that you include at the end of the data structure name when
multiple data structures exist for a function. For example, the data structures for business function B3101260 are
D3101260A, D3101260B, D3101260C.
The data element in the data structure should use Hungarian Notation, with the data item alias appended. For example,
if the alias for a data structure element is LANO, its name would be mnSite_LANO.
When you add parameters to an existing data structure, add the new parameters at the bottom of the list. Also, do not
resequence an existing data structure. Resequencing and adding parameters to the middle of the data structure might
cause a runtime memory error.
26
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
Note:
• "Creating Data Structures", "Creating Business Function Data Structures" in the JD Edwards EnterpriseOne
Tools Data Structure Design Guide .
• "Using Business Functions" in the JD Edwards EnterpriseOne Tools APIs and Business Functions Guide .
Workflow Processes
The name for a workflow process can include up to 10 characters and should be formatted as Kxxxxyyyyy, where:
K = A Workflow process
xxxx = A system code that be up to four digits (use codes 55 through 59 for customer-specific processes)
You must also provide a description of up to 32 characters that indicates the purpose of the workflow process.
The Process Master program (P98800) allows you to create the workflow data structure as you define a workflow
process. When you create a workflow data structure within the Process Master program, the system automatically
names the key data or additional data for you. However, you can rename the data structures to something else by
entering a new name. The name for the key and additional structure are the same, except for the last character. Begin
both structures with WF, formatted as WFxxxxyyyA or WFxxxxyyyB, where:
yyy = A next number (the numbering assignments follow current procedures in the respective application groups)
Media Objects
The Object Librarian name for a media object data structure can be a maximum of eight characters and is formatted as
GTxxxxyyA, where:
GT = Media object.
yy = A next number.
27
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
A = An alphabetical character, such as A, B, C, and so on, that you include at the end of the media object name if
multiple media objects exist for a file.
Provide a description of up to 60-characters. It should reflect the subject of the media object.
Menus
The name of a menu can be a maximum of nine characters and is formatted as Gxxxxyyyy, where:
G = Menu.
xx (second and third digits) = The system code. Numbers 55 through 59 are reserved for customer-specific processes.
xx (fourth and fifth digits) = An additional identifier for the menu (optional).
y (seventh digit) = An additional character that you use to differentiate between two menus of the same system with the
same skill level.
xx (second and third digits) = Use a number between 55 and 59, to indicate that it is a custom menu.
y (the sixth digit) = The display level or skill level. Use this digit only if you need multiple custom menus for each
application.
28
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
3 - Advanced, such as advanced or technical operations
y (the seventh digit) = An additional character that differentiates between two menus of the same system with the same
skill level.
55 = Custom menu
Table Conversions
The name of a table conversion can be a maximum of 10 characters and should be formatted as R89xxxxyyy, where:
For a table conversion, provide a description of up to 60-characters. The description should be formatted as [File name]
Conversion From yyy To zzz, where:
29
JD Edwards EnterpriseOne Tools Chapter 3
Development Guidelines for Application Design Guide Understanding JD Edwards EnterpriseOne Naming
Conventions
30
JD Edwards EnterpriseOne Tools Chapter 4
Development Guidelines for Application Design Guide Understanding Tasks
4 Understanding Tasks
Task Design
Task design provides you with the features that you need to efficiently design and manage tasks. Ensure that the
JD Edwards EnterpriseOne tasks that you create comply with task standards so that they are consistent with tasks
throughout all JD Edwards EnterpriseOne applications.
The UDC table 98/CD assists you when defining the task processing options. You access the UDC table 98/CD Task
Design on the Task Selection Revisions form (W0082C).
Generally, you should set up UBEs (batch applications) on a task to prompt for a version if there are processing options
associated with the UBE. When there are multiple versions of a batch application, the user must select the version
before the application executes.
With interactive applications, you should set up blind execution on a task. When an application is set up on a task using
the blind execution option, the application executes without any interaction from the user.
Blank = No processing Warning: Currently, this OK: No warning given. OK: No version exists
option setup produces the The versions list will be or more than one UBE
versions list. Calling the presented. version exists. The
versions list contradicts versions list will display.
the definition and For an interactive
purpose of a ZJDE application where there
31
JD Edwards EnterpriseOne Tools Chapter 4
Development Guidelines for Application Design Guide Understanding Tasks
1 = Blind execution OK: A blind submit Warning: An XJDE is not Warning: If you are
will occur. Use for usually a blind execution blindly submitting, you
interactive applications submit. Set the Option should have a ZJDE
or batch applications Code to Blank or 2, or version defined.
with ZJDE versions. determine if the version
should be a ZJDE. Resolution: Determine
which version type you
have and set the Option
Code accordingly.
2 = Prompt for Versions Warning: A ZJDE is a OK: Multiple XJDE OK: Versions list will be
blind version submit. It versions exist or user- displayed.
is incorrect to ask for defined versions exist
the versions list to be and you want to select
displayed with a ZJDE from the versions list.
version. Change the Option Code Blank
Option Code to 1 or 3, or displays the versions
determine if the version list.
should be a XJDE.
3 = Prompt for Values OK: The processing OK: This could happen. Warning: If you have
options will display and Probably more likely to not set up a version,
an automatic launch will see this at a client site. prompting for values is
occur. incorrect. If no versions
exist, set Option Code to
Blank.
32
JD Edwards EnterpriseOne Tools Chapter 5
Development Guidelines for Application Design Guide Understanding Table I/O Guidelines
• Update the date, time, user, and program name when updating a table.
• Create a business function for each table to provide an API to retrieve, insert, delete, and update data from the
table.
For simple retrievals, insertions, deletions, and updates, use table I/O statements in Event Rules Design.
• Avoid updating a table with a business function from a different vertical than the vertical for the table.
If a business function accesses multiple tables, limit the table I/O or API to the tables within same vertical as
the business function. Ensure that a business function calls additional functions to retrieve data from other
verticals.
Note:
• "Understanding Events", "Event Rules", and "Runtime Processing" in the JD Edwards EnterpriseOne Tools Event
Rules Guide .
33
JD Edwards EnterpriseOne Tools Chapter 5
Development Guidelines for Application Design Guide Understanding Table I/O Guidelines
34
JD Edwards EnterpriseOne Tools Chapter 6
Development Guidelines for Application Design Guide Understanding Performance Considerations
Use these guidelines as standards to increase performance for all form types:
• Limit the number of columns in the grid to the minimum that is required by the application.
• Limit the number of columns in the business view to the minimum that is required by the application.
• Limit the number of form controls, whether hidden or visible, to the minimum needed by the application.
• Use event rule variables as work fields instead of hidden form controls.
• On form and grid controls, disable the data dictionary functions that are not required, such as edits and default
values.
For example, consider the relative efficiency of cache, linked lists, and work files.
• If performance diminishes when you load data into a form, use media object system functions to edit and
display attachments instead of enabling automatic media object functionality.
When you use media object system functions, you do not need to verify whether an attachment exists before
you can display a bitmap. When you use automatic media object functionality, you must verify whether an
attachment exists before you display a bitmap.
Ensure that the sort order on the grid partially or completely matches both an index that is defined in JD Edwards
EnterpriseOne software and a logical that is defined on the IBM i .
The logical AND index must contain at least all of the fields in the grid sort. The fields selected for the grid sort must be
in the same sequence as the logical AND index fields. The index or logical might include additional fields that are not
included in the grid sort. For example, in a partial match, the grid sort can be KIT, MMCU, and the logical and index can
include KIT, MMCU, TBM, and BQTY.
35
JD Edwards EnterpriseOne Tools Chapter 6
Development Guidelines for Application Design Guide Understanding Performance Considerations
Ensure that the sort order on the grid partially or completely matches both an index that is defined in JD Edwards
EnterpriseOne software and a logical that is defined on the IBM i .
The logical and index must contain at least all of the fields in the grid sort. The fields selected for the grid sort must be
in the same sequence as the logical and index fields. The index or logical might include additional fields that are not
included in the grid sort. For example, in a partial match, the grid sort can be KIT, MMCU; and the logical and index can
include KIT, MMCU, TBM, and BQTY.
36
JD Edwards EnterpriseOne Tools Chapter 7
Development Guidelines for Application Design Guide Understanding Standard Event Rules Guidelines
• Set up the option to accept a numeric value rather than a character for options that are passed back from the
business function (this is more acceptable internationally).
For example, use 1 (rather than T or Y) for true and 0 (rather than F or N) for false.
• Include a blank line before and after each comment; separate logical sections of event rules with a dashed line.
• Use a grid variable if the work field is a grid column.
• Do not use a hard-coded text string to load a field or variable; use a text variable instead.
• Use the data item Program ID (PID) to update the database; for example, P01021 for an Address Book event rule
from an interactive application.
• Always use the directional arrows to attach business functions.
If you do not use a parameter, then use the # symbol. This symbol identifies a parameter that is not used by
the application that calls the business function. Additionally, it provides documentation to other readers of the
code.
• Include a revisions log at the top of DialogIsInitialized for the entry point form for an interactive application
and InitializeSection for a batch application.
The revisions log contains the date, user, and software action request (SAR) number of the modifications made
to the application.
Note:
• "Working with Forms"," Understanding Forms" in the JD Edwards EnterpriseOne Tools Form Design Aid Guide
.
37
JD Edwards EnterpriseOne Tools Chapter 7
Development Guidelines for Application Design Guide Understanding Standard Event Rules Guidelines
38
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
39
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
generate data for the report defintion.The template and UBE are associated with the report definition, which specifies
the information that BI Publisher requires to process and deliver BI Publisher output.
See the JD Edwards EnterpriseOne Tools BI Publisher for JD Edwards EnterpriseOne Guide for more information.
• Report Constants
Avoid including any report constants in the UBE layout, unless the constant is used in the BI Publisher report
layout.
• Report Variables
Report variable names act as a root element data tag in the resulting XML file. Make the report variable name as
representative as possible. The data dictionary alias, type and length should be included in the report variable
name. Report variables must be unique in the report design.
• Section Names
Section names act as group element data tag in the resulting XML file. Make the section name as
representative as possible.
• Level Breaks
Level breaks represent the grouping in the XML structure. Include as many level breaks as the number of
groups you will have in the BI Publisher layout. It is preferable to have level break footer totals processed by the
UBE to avoid calculation during BI Publisher processing.
• Sorting
Sort the data in the UBE design as you want it to appear in the BI Publisher report. Sorting in the BI Publisher
template will affect performance and should be avoided.
• Page Related Data
Headers, Footers, Brought Forward and Carried Forward sections should be avoided. Any data related to a page
should not be included in the UBE design. The UBE used in a BI Publisher report definition does not generate
pages as the output, it generates an XML file without pages. Any page related information loses context when
the XML file is generated.
• Conditional Sections
Group similar information in conditional sections. For example, Address Book information could be in an
AddressBookInformation Section called from the Customer or from the Supplier sections.
• Data Formatting
Ensure the data is formatted properly in the UBE. BI Publisher does not have access to user preferences, so the
date format and the amount decimal separator must be handled by the UBE engine.
40
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
• Output Types
All the possible output types should be selected when generating a report definition.
• Default Output Types
• Listing Report
This is the most common type of report. These reports are intended to present information that is useful
for performing a specific business function. Developers creating this kind of report should comply with the
standards listed in this document.
• Letter
This format is used to communicate information in a more personal letter format. Standards described in this
document shall be used as guidelines for this kind of report
• Fixed Form Reports
These reports include both pre-printed and application-printed forms, such as pre-printed forms for
government and business forms such as1099s,W-2s, and mailing labels. These reports have their own
formatting standard as defined by the requirements of the form.
• Batch Update UBEs
BI Publisher is not intended for simple error reports or UBEs that do not produce any output.
• Customer Facing Documents
These are documents that are highly customized and might include barcodes, repeating headers, page totals,
and so forth. Purchase orders and invoices are examples of this type of report. Standards described in this
document should be used as guidelines for this type of report.
41
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Page Attributes
Use these guidelines when designing page attributes.
• Page Size
Use the standard Letter (8 ¾ x 11inches) size for reports. Most reports are destined to be printed. Consequently,
using custom paper sizes is not acceptable. For those customers where the standard paper size is A4, the
rendering engine will scale the report up to the A4 size.
• Orientation
Standard report layouts should be defined as landscape or portrait. Landscape should be used as the default
for most reports. Considerations for using a portrait layout include the width of data to be printed (for example,
table data is 7 inches wide or less), industry standards, or common business practice. For example, customer
invoices are customarily portrait orientation, thus the report layout is set up to print using portrait.
• Page Margins
Margins for the top and bottom of the page shall not exceed 0.5 inches.
For reports that contain data in table format, left and right page margins should be set to match the margins shown
when the table is centered. Report header and footer contents should align with the same margins as the displayed
table data.
For additional alignment standards, see Multiple Row Tables - Position and Alignment Between Report Data Objects.
42
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
General Guidelines
The report template should contain a report header and footer unless it is a legal requirement to exclude them, or it is a
report type (such as a letter or invoice) that does not require a header.
The use of tables to organize information (including header information) on a report is required. This is necessary
because of the way the XML is formatted and for translations. The table borders should be turned off for the table in the
header so that they do not appear in the final output document.
Note: Do not use Microsoft Word's built in features for page headers and footers, because they cause performance
issues with Oracle BI Publisher. Use <?start:body?> <?end body?>. Everything above <?start:body?> is interpreted
as page header information by the BI Publisher engine, and everything below <?end body?> is interpreted as footer
information.
Include a page header on every page of a report and span the entire page width. Include the following information in the
page header:
Report Date and Time Upper-right page corner Report time is optional
Page Number Upper-right page corner under the Use "Page x of x" format
Report Date
Include a page footer on every page of a report and span the entire page width. Include the following information in the
page footer:
43
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Company Logo
The standard for Oracle JD Edwards EnterpriseOne developers is to hardcode the Oracle JD Edwards EnterpriseOne
logo into the template. The logo should be used at its original size.
JD Edwards EnterpriseOne customers may or may not use logos on their custom BI Publisher reports, according to their
preferences.
Report Title
Include a report title for each page header. Format the title as follows:
Note: These font, size, color, and format standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
Format Value
Font Arial
Size 14 point
Color Black
Position Centered
Map the report title to the UBE title <Title> from the XML properties group.
Following is an example of the XML <Title> value (Business Unit Report in this example), which would be used as the BI
Publisher report title:
44
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Report Subtitles
Report subtitles should be centered below the report title in another row of the table. The subtitle should be the version
description or a user-defined subtitle. Using a version subtitle is optional. Format the subtitle as follows:
Note: These font, size, color, and format standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
Format Value
Font Arial
Size 12 point
Color Black
Position Centered
Note: These font, size, and color standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
Format Value
Font Arial
Size 7 point
Color Black
Do not format the date value. Map the BI Publisher report date and time to the UBE report date <Date> and time
<Time> from the XML properties group:
45
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Page Numbering
Display the page number in the top right corner of the report under the report date. Format the page numbers as
follows:
Note: These font, size, and color standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
Format Value
Font Arial
Size 7 point
Color Black
Use two cells, one for the word "Page" and the other for the page numbers. Use the following format for page numbers:
Page 1 of 10
For reports with a large amount of data, including the total number of pages can cause performance issues. In this case,
simply print the word "Page" in one cell and the page number in a second cell as shown in this example:
Page 1
If you do not include the total number of pages in the page numbering format, display a notice at the end of the report
that the last page has been reached.
Note: These font, size, and color standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
46
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Format Value
Font Arial
Size 7 point
Color Black
Map the version name to the UBE <Version> value (JCB0001 in the example below) from the XML properties group.
Note: These font, size, color, and format standards apply to the reports that JD Edwards EnterpriseOne ships with its
software. Custom reports may use other standards for these attributes.
Format Value
Font Arial
Size 7 point
Color Black
47
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Format Value
Font Arial
Size 9 point
Color Black
Report Data
Use the following guidelines for displaying data in a BI Publisher report.
48
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Font
In general, for the reports that JD Edwards EnterpriseOne ships with its software, use Arial 7 point font for all text on
the report. If the report does not have much information on it, Arial 9 point font is acceptable as the maximum font size.
Custom reports may use other fonts.
Table Use
Because the RTF template facilitates the use of tables to organize the data in a report, Oracle recommends that you use
the RTF format.
Use a Microsoft Word table for single data items, labels, and data tables in a BI Publisher report. The header, tables,
footers, and any object must be contained in a Microsoft Word table cell.
Note: These color standards apply to the reports that JD Edwards EnterpriseOne ships with its software. Custom
reports may use other colors for these rows.
49
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Note: To achieve alternate grey shading, the next conditional formatting must be included after the for-each
sentence:
<?if@row: position()mod 2 = 0?>
<xsl:attribute name="background-color" xdofo:ctx="incontext">#d9d9d9</xsl:attribute>
<?end if?>
These colors were designed to work well on both monitors and the printed page. You should use these shading levels to
help distinguish between levels of a report.
In order to use the different styles of shading, each shaded row requires its own table, as shown in this example:
50
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
To set the table alignment and preferred width, select Table Properties.
Note: Although it is optional, setting the preferred width will help when aligning the different report objects in the
layout. Set the preferred width to display the data properly in the report layout.
Cell margin values apply to single data tables, multiple row tables, and totals tables.
51
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Table Borders
The entire table should have solid, 1/2 point lines, and the table border color should be 25% grey, as shown in the
following illustration:
• Single data tables should be left-aligned with the associated multiple row tables.
• Totals should be right-aligned with the multiple row tables.
This example shows a left-aligned single data table, with right-aligned total row tables:
52
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
You may display data in more than one table on a report. For reports with more than one table, set the margins so that
the widest table is centered on the page. By doing so, the margins will be set according to the widest table, and the
remaining tables will then be aligned to the left side of the widest table.
An exception to multiple table alignment is when tables and their related graphs display on the same page. For reports
containing graphs and their related tables, center each table with its graph. For any other tables on a report containing
graphs, the widest table standard applies. Use page breaks to separate tables that are related to graphs and non-related
tables.
Paragraph Setting
Use table cells and margins to lay out the data in the report. Do not use special paragraph settings when creating the
report template. Use the paragraph settings shown in the following illustration:
53
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Tab Use
Do not use tab characters in the report. Tab characters might cause problems when the template is translated. In place
of tabs, use tables without borders to organize objects in the report layout.
54
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Format Value
Font Arial
Size 7 point
Color Black
No Data Indication
To indicate that no data was found, print the title, page headings and column headings followed by the centered
phrase "No Data Selected." Place the phrase inside a single-celled table after the end of the template content. Use an If
condition for the data generated by the JD Edwards EnterpriseOne UBE XML to determine whether the phrase should
appear on the report.
Format Value
Font Arial
Size 7 point
Color Black
55
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Note: The following condition must be included before the "No Data Selected" message:
<?if:ErrorMessage_ID0='No Data
Selected'?> No data Selected <?end if?>
Page Break
To avoid an extra blank page at the end of the report, do not use the native Microsoft Word page break.
Align right; in their own cell; Arial, 7 point, black, bold font.
• Single Data Values
Align left or right, depending on data; in their own cell; Arial, 7 point, black font.
• Multiple Data Row Shading
Match background color to the level they represent; Arial, 7 point, black, bold font.
• Report Totals
Align right; in their own cell; Arial, 7 point, black, bold font.
56
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
Translation Guidelines
Language translation of reports can be a particularly time-consuming and expensive endeavor. To facilitate report
translation, follow these guidelines for spacing and anchoring all boilerplate text. Oracle recommends that you allow
30% for text expansion.
• Do not format the document by using characters. For example the following string is not acceptable:
Instead, it is recommended that you use a 2-celled table and bold the text, as shown in this example:
• Do not use consecutive symbols in a translatable string, for example, By: ________. If you need to create this
type of text along with consecutive underscores to indicate a line, use a 2-celled, borderless table with the text
57
JD Edwards EnterpriseOne Tools Chapter 8
Development Guidelines for Application Design Guide Understanding BI Publisher Report Guidelines
in the left column (such as the word "By" in the previous example). Then use the lower border of the second cell
to achieve the line.
• Do not use words connected with underscores, for example, ACCOUNTING_SEQUENCE_NAME. This type of
string will not be translated.
• Do not concatenate a variable string with a static string at runtime to create a string. There are several
translatability issues with this approach. The translator will not be able to determine the variable string value.
• Do not use incorrect spelling in templates. Use a spell checker to ensure that the words are spelled correctly.
XPath Usage
Oracle BI Publisher uses XPath to access data elements. The following example shows a typical hierarchy tree of data
elements:
The XPath search procedure for DEPARTMENT_NAME in the example above is as follows:
58
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
9 Using Currency
Using Currency
Enterprises that do business internationally require additional accounting considerations and added complexity.
This complexity arises from doing business in different currencies and the obligation to follow different reporting and
accounting requirements. Some fundamental requirements for an international enterprise include:
• Conversion of foreign currencies to the local currency.
• Conversion of multiple currencies into one currency for reporting and comparisons.
• Obligation to regulations mandated in the countries of operation.
• Continued evaluation of currencies due to fluctuation in exchange rates.
Currency Implementation
This section provides overviews of:
• Currency implementation.
• Advantages of developers controlling currency.
• Working with currency.
59
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
• Any application that uses the table that has currency business functions attached to it receives the same logic,
so you do not need to modify each application.
• No hard-coded logic is embedded in the runtime engine.
This creates the files OBNM.c and OBNM.hxx (where OBNM is the Object Name). The source file will contain
one function per TER event.
For example, if you are working with the F0411 table, the Build Triggers option creates a C source member
called F0411.c. You can browse through the C code and ensure that all of the parameters are set up correctly.
The system generates an error log if an error occurs during the ER-to-C conversion. The error log is called
eF0411.log.
• Compiles the new functions and adds them to JDBTRIG.DLL. This is the consolidated DLL that contains TER
functions.
Table triggers for currency run after the record is fetched and before the record is added to the database.
60
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
On FETCH: On ADD/UPDATE:
4. Currency Trigger calls TER, The TER: 4. Currency Trigger calls TER. The TER:
When passing Math_Numeric currency fields into a business function, the currency values in the respective data
structure must be populated. Math_Numeric work fields that contain currency values also need the proper currency
information.
You can copy currency information to controls (work fields or others) in event rules by using the system function Copy
Currency Info. You can call the currency triggers from within an application's event rules or from another business
function.
61
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
When you design an application, you can decide whether to hide or show currency-sensitive controls at runtime.
If the table that you are using for the application contains currency fields, you must specify how many decimal places
exist in each column. When the source or destination fields are currency fields and you have not created a currency
trigger, problems might arise if the value is used in a calculation. If you do not create a currency conversion trigger, the
system cannot determine where to locate the decimal within a field.
Prerequisites
Create a project in Object Management Workbench. Create an interactive application or locate an interactive application
that you want to modify for currency conversion and add it to the project.
Codes are:
62
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
N Do not use multi-currency accounting. Use this option if you enter transactions in only one currency for all
companies. The multi-currency fields do not appear on forms. The system supplies a value of N if you do not enter a
value.
Y Activate multi-currency accounting and use multipliers to convert currency. The system multiplies the foreign amount
by the exchange rate to calculate the domestic amount.
Z Activate multi-currency accounting and use divisors to convert currency. The system divides the foreign amount by
the exchange rate to calculate the domestic amount.
When the No Display if Currency is Off option is selected, currency-sensitive controls do not appear. If the No
Display if Currency is Off option is deselected, currency fields are visible.
You must exit the current JD Edwards EnterpriseOne session and begin a new one to apply currency conversion
changes.
1. Move the table to which you want to attach the currency trigger into the project.
2. Check out the table.
3. Ensure that the table is highlighted, and then click the Design button in the center column.
4. On Table Design, select the Design Tools tab, and then click Start Table Trigger Design Aid.
5. On Event Rules Design, select the Currency Conversion event and attach the currency trigger business function
that you want to use.
6. Click the Business Functions button.
7. On Business Function Search form, use the query by example (QBE) line to search for business functions.
You can use Category CUR or System Code 11 to find existing currency business functions. To read notes
that describe the purpose of the business function, its parameters, and program requirements, click the
Attachments button.
8. Select the business function with which you want to work, and then click Select.
9. On Business Functions, attach the table columns to the business function data structure, and then click OK.
The available objects that appear are for table column only.
10. On Event Rules Design, click Save, and then click OK.
11. On Table Design, select the Table Operations tab, and then click Generate Table.
12. Select the data source for the table, and then click OK.
13. On Table Design, select the Design Tools tab, and then click Build Table Triggers.
The system creates the table event rule (TER). The newly created or modified table event rule functions are now
called from the JD Edwards EnterpriseOne system whenever the corresponding event occurs against the table.
63
JD Edwards EnterpriseOne Tools Chapter 9
Development Guidelines for Application Design Guide Using Currency
64
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
Translation Issues
JD Edwards EnterpriseOne software is translated into several different languages. Adhering to translation standards
ensures that components can be accurately translated. These software components are subject to translation:
• Data dictionary items (Alpha, Row, and Column descriptions).
• Data dictionary glossaries (used for F1 help).
• Menus.
• Tasks.
• User Defined Codes (UDCs) (Column 1 description only).
• Reports.
• Forms.
• Text variables in forms and reports.
• Processing options.
• Processing option glossaries (used for F1 help)
• Resource files.
Use short, complete sentences. Keep sentences as simple and straightforward as possible. In general, use active voice.
Active voice clarifies who or what is doing the action, and is usually more direct and less wordy than passive voice.
Compare these examples:
• Active voice: Use this program to enter vouchers.
• Passive voice: This program is used to enter vouchers.
65
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
Incorrect Correct
The system defaults the value. The system supplies the default value.
Empty File
Is Empty a verb (Empty the file) or is it an adjective (The file is empty)? Evaluate error messages, and if they might be
ambiguous because of telegraphic English, reinstate the omitted words. This message contains two words that might or
might not be verbs:
If Changes is a verb and Impact is an adjective, rewrite as The quantity changes the impact rate master. If Changes is a
plural noun and Impact is a verb, rewrite as Changes in quantity impact the rate master.
66
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
The &1 of test &2, branch &3, effective &4 through &5, has been approved.
We know what &2 and &3 are, because they are identified by the nouns test and branch. However, we do not know what
&1 is. We can assume that &4 and &5 are dates, but that is only an assumption from the context of the sentence, and it
could be wrong.
The specified month &2 and year &3 have not been defined in the workday calendar file (F0007) for Branch/Plant &1.
Examples of phrases that are Americanisms are on the fly and beef up the functionality.
Initially, a reader might understand the meaning to be Verify the accuracy of the draft. Including that prevents an initial
misreading and speeds comprehension:
A good practice is to include that even when you do not anticipate that a sentence will be misunderstood. For example:
Changes that you have made will affect the total quantity requested for this rate.
67
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
The use of false subjects in English is acceptable, idiomatic, and usually clear to English speakers. But most other
languages have no comparable idiom. Translators have difficulty translating sentences with false subjects because they
have trouble identifying the true subject of the sentence.
Most sentences that contain false subjects can be easily revised so that the subject is easily identified. Consider this
example:
From the structure of the sentence, there appears to be the subject but the actual subject is logs. The sentence can be
revised as follows:
68
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
This is a list of terms that should be not capitalized when used generically:
• address book
• automatic accounting instructions
• category codes
• chart of accounts
• company constant
• detail area
• processing options
• user defined codes
• multicurrency
• general ledger
69
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
This table lists the questions you should ask yourself to ensure that translation efforts and costs are optimized:
Item Question
Abbreviations and Acronyms Did I use only approved abbreviations and acronyms?
Data Dictionary Were data dictionary glossaries written and formatted according to standards?
Hard-coded text Was hard-coded text removed and replaced with text variables?
Icons and other Images Was text removed from icons and other images?
Sizing of Text Areas and Buttons Were text areas stretched to the maximum width to provide sufficient room for text expansion when
the text is translated?
Were buttons sized wide enough to provide sufficient room for text expansion?
Source Text Is the source text grammatically correct and easy to understand?
70
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
Does this mean manual entry of G/L transactions or entry of manual G/L transactions? A good way to rewrite a noun
string is to change the order of the words (often starting at the end and reversing the order) and to use prepositional
phrases to clarify relationships:
If any word is a nominalization (a noun formed from a verb), change it back to a verb:
71
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
If space is a consideration, you can use hyphens to indicate the relationship between words:
To effectively translate text, translators often require more information than English readers do. The translator must
know who or what is performing an action. Translators also face gender issues. Depending on how the words are
organized, a word can be feminine or masculine.
If you are in doubt about how to separate a long string of nouns, ask whether one of the nouns is a verb. If so, then
insert a verb helper, like to, the, of, or for, or change the tense of the verb. Consider shortening a long noun string by
eliminating words that might not be necessary. For the noun string Install System Code, either Install Code or System
Code is easier to translate.
This table lists examples of text strings that are currently used in JD Edwards EnterpriseOne applications and a
description of the confusion that each one can cause a translator or an international user:
Log File Name Does this mean to log the filename or the name of the log file?
Setup Function Does this mean to set up the function or the function for the setup?
Setup Menu Does this mean to set up the menu or the menu containing setup options?
Install Data Does this mean to install data or data referring to the installation?
72
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
Install Data Sources Does this mean to install data sources or data sources referring to the installation?
Install Environments Does this mean to install environments or environments referring to the installation?
Install Hosts Does this mean to install hosts or hosts referring to the installation?
LineNumber Why are the words not separated by a space? Is this a parameter or does it mean the number of lines?
Data Structure Data structure is a noun string. Data structure means the structure of the data. The JD Edwards
EnterpriseOne tool set contains different types of structures. Any text that precedes the text data
structure refers to the type of the data structure and functions as an adjective.
Examples:
[noun] Design The JD Edwards EnterpriseOne tool set includes many design tools, each of which is a different type of
tool for creating a specific object type. For example, the Table Design tool creates a table.
Examples:
• Application Design
• Business View Design
• Data Dictionary Design
• Event Rule Design
• Form Design
• Parameter Design
• Table Design
73
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
[noun or verb] Event Numerous events or activities exist in JD Edwards EnterpriseOne. The text that precedes the type of
event can be a string of nouns, a verb, or a combination of nouns and verbs. In any case, the text string
that precedes the word event is an adjective and describes the purpose of the event.
Examples:
High-level Default Trigger High-level is an adjective for the noun string default trigger. A high-level default trigger is criteria that
are automatically evaluated for data in a field.
Examples:
• Install system
• Install data
• Install data sources
• Install environments
• Install hosts
Menu Revisions Menu Revisions is a noun string. This JD Edwards EnterpriseOne tool maintains interactive and batch
application menus.
Object Librarian Object Librarian is a noun string. This JD Edwards EnterpriseOne tool maintains objects or building
blocks that make up applications.
Object Type Object type is a noun string. Object type means the type of object.
Process Function A function of a process. On a form, process function is a noun string, where process describes the
function.
Process Usage A usage of a process. On a form, process usage is a noun string, where process describes the usage.
Setup [noun] Setup, when spelled as one word, is a noun or an adjective, not a verb.
Examples:
• Setup function
• Setup menu
74
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
• Address Book (system code 01) provides a global solution that is translated into all supported languages.
• HR & PR Foundation Canada (system code 05C) provides a solution for a specific country, Canada.
Since Canada has two official languages, English and French, HR & PR Foundation Canada must be translated
into French.
75
JD Edwards EnterpriseOne Tools Chapter 10
Development Guidelines for Application Design Guide Understanding Translation Issues
76
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Several acronyms and abbreviations contain the ampersand (&) symbol. When you define a form control or menu that
includes an acronym or abbreviation that contains the ampersand symbol, you must enter two ampersands rather than
a single one. Otherwise, the runtime engine interprets the & as an underscore ( _ ).
This table is the list of acronyms and abbreviations that you can use in JD Edwards EnterpriseOne applications:
AB Aktiebolag (Sweden)
77
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
ADDL Additional
ADJ Adjustment
AF Advanced Forecasting
AG Aktiengesellschaft (Germany)
78
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Amt Amount
AN Address Number
AP Accounts Payable
APPL Application
AR Accounts Receivable
AS Agricultural Services
AS Application System
79
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
AU Actual Units
Avl Availability
BA Beginning Available
BA Budget Amount
80
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Blk Blank
bn Billion
BO Back Order
BP Business Partner
Br Branch
Brn Branch
Brn/Plt Branch/Plant
81
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
BU Budget Units
BU Business Unit
C/S Client/Server
CA Contract Administration
CAT Category
82
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
CC Cost Center
Cd Code
CD Certificate of Deposit
Chg Change
Chk Check
83
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
CL Control Language
CM Change Management
CM Corrective Maintenance
Cmp Compensation
Co Company
CO Change Order
84
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Core The central and foundational systems of JD Edwards EnterpriseOne software (Financials)
Corp Corporation
CP Configurator Processing
CR Change Request
CR or Cr Credit
85
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
CS Client/Server
CTRY Century
Curr Current
CVP Cost/Volume/Profit
86
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
DA Day
DD Data Dictionary
DE Design Engineering
DEMO Demonstration
DIST Distribution
87
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Dlt Delete
Do Ty Document Type
DOB Date-of-Birth
Dpt Department
DR or Dr Debit
DS Data Structure
Dsp Display
DT Document Type
Dta Data
Dup Duplication
88
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
DW DREAM Writer
DZ Dozen
EA Ending Availability
EC Edit Code
EC European Community
89
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
EE Employee
EI Employee Involvement
EM Equipment Management
90
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
EP Expense Participation
EQ Equal To
EQP Equipment
ER Employer
ER Event Rule
ERR Error
Exc Exclude
EXW Ex Works
91
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
FA Functional Acknowledgement
FCST Forecast
FK Function Keys
92
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
FR Financial Reporting
FREQ Frequency
ft Foot
FTO Finish-to-Order
FY Fiscal Year
93
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
GL Glossary
GT Greater Than
94
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
HEX Hexadecimal
HQ Headquarters
HR Workforce Management
HS Hidden Selection
HT Hypertext
ID Identification
ID Inter-Plant Demand
IM Inventory Management
In Inch
95
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Inc Include
Inc Incorporated
Inv Invoice
IP Internet Protocol
IR In Receipt
IT Information Technology
ITD Inception-to-Date
Itm Item
JC Job Cost
96
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
JE Journal Entry
JF Join File
JIT Just-in-Time
JT Journal Type
K Thousand
KK Kabushiki-Kaisha
L/O Line/Order
lb Pound
LC Landed Cost
LD Level of Detail
97
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
LF Logical File
LT Ledger Type
LT Less Than
LT Line Type
Ltd Limited
LTD Life-to-Date
98
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Max Maximum
MC Method of Computation
ME Manufacturing Engineering
Mfg Manufacturing
MI Machine Instruction
MI Manufacturing Instruction
Min Minimum
99
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Misc Miscellaneous
MO Month
Msg Message
100
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
MTD Month-to-Date
MTO Make-to-Order
MTS Make-to-Stock
NA Not Applicable
NC Numerical Control
NE Not Equal To
NER Named Event Rule (also called event rule business function)
101
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
No Number
NT New Technology
O Option
O/T Overtime
OBJ Object
102
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
OD Organizational Development
OH Overhead
OL Object Librarian
OM Object Map
OOP Out-of-Pocket
OP Option
OP Order Processing
Or Ty Order Type
103
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Org Organization
OS Open Systems
OS Operating System
OT Overtime
OTC Over-the-counter
oz Ounce
P/B/A Planning/Budgeting/Allocations
P/E Price/Earnings
P/V Profit/Volume
pa Per Annum
104
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
PC Personal Computer
PDCA Plan-Do-Check-Action
PF Physical File
PI Payment Instrument
105
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Plt Plant
PM Preventive Maintenance
PM Property Management
PN Period Number
PO Processing Option
PO Purchase Order
106
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
PR Payroll
PR Public Relations
PS Pay Status
PTD Period-to-Date
Pty Priority
QA Quality Assurance
107
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
QB Qualified Beneficiary
QE Qualifying Event
QM Quality Management
QO Quote Order
Qry Query
QTD Quarter-to-Date
Qty Quantity
R/L Right/Left
R/O Required/Optional
R/V Reverse/Void
RA Revised Amount
Rand Random
108
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
RE Real Estate
Rec Record
Ref Reference
Rel Relationship
Rev Revenue
RF Radio Frequency
RI Residual Income
RL Response Line
Rmk Remark
109
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
RS RISC System
RT Record Type
RU Revised Units
SA Stand Alone
110
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
SB Service Billing
SBL Subledger
SC Status Code
Seq Sequence
SFL Subfile
Sfx Suffix
111
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Sls Sales
SO Sales Order
SP Service Provider
112
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Specs Specifications
STAR Spreadsheet Tool For Asset Reporting (Fixed Asset Report Writer)
Std Standard
Sy System
SYD Sum-of-the-Years'-Digits
113
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
TA Time Accounting
TBLE Table
TC Table Conversion
TE Time Entry
TI Type of Input
TL Truckload
TM Translation Manager
114
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
TT Translation Tools
UK United Kingdom
UM or Um Unit of Measure
115
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
VD Video Display
VI Viscosity Index
VO Vocabulary Overrides
VP Vice-President
VS Vendor Scheduling
116
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
W/ or w/ With
WARN Warning
WB Workbench
WF Work File
WF Workflow
117
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
Wk Week
WM Warehouse Management
WO Work Order
WRN Warning
WRT Write
WTD Week-to-date
WW Who's Who?
X Cross
X Phone Extension
XO Crossover
Y/N Yes/No
118
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
yd Yard
YE Year End
YR Year
119
JD Edwards EnterpriseOne Tools Chapter 11
Development Guidelines for Application Design Guide Understanding Acronyms and Abbreviations
120
JD Edwards EnterpriseOne Tools Chapter 12
Development Guidelines for Application Design Guide Understanding Field Sizes
Field Sizes
The JD Edwards EnterpriseOne system maintains a list of field names and corresponding alias examples that represent
commonly used data types that appear in a form. The Bs represent the number of characters that alphabetical fields can
contain. For example, the field MCU (Cost Center) enables you to enter ABCDEFGHIJKL. The number of 8s represents
the same thing for numeric fields. For example, the field ICU (Batch Number) enables you to enter 12345678.
The size column that precedes the B column refers to the size that the field should be in design so that you have enough
room to enter and display the data correctly. For example, 133 is the correct size for the Cost Center Details field.
121
JD Edwards EnterpriseOne Tools Chapter 12
Development Guidelines for Application Design Guide Understanding Field Sizes
Company CO Company 5
122
JD Edwards EnterpriseOne Tools Chapter 12
Development Guidelines for Application Design Guide Understanding Field Sizes
123
JD Edwards EnterpriseOne Tools Chapter 12
Development Guidelines for Application Design Guide Understanding Field Sizes
124
JD Edwards EnterpriseOne Tools Chapter 13
Development Guidelines for Application Design Guide Glossary
13 Glossary
activity rule
The criteria by which an object progresses from one given point to the next in a flow.
add mode
A condition of a form that enables users to input data.
BIP
Business Intelligence Publisher, formerly known as XMLP.
jargon
An alternative data dictionary item description that JD Edwards EnterpriseOne appears based on the product code of
the current object.
RTF
Rich Text Format, a Microsoft Word file format.
125
JD Edwards EnterpriseOne Tools Chapter 13
Development Guidelines for Application Design Guide Glossary
specification
A complete description of a JD Edwards EnterpriseOne object. Each object has its own specification, or name, which is
used to build applications.
trigger
One of several events specific to data dictionary items. You can attach logic to a data dictionary item that the system
processes automatically when the event occurs.
vocabulary override
An alternate description for a data dictionary item that appears on a specific JD Edwards EnterpriseOne form or report.
XML
Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. XML
is classified as an extensible language because it allows you to define your own elements. Its primary purpose is to
facilitate the sharing of structured data across different information systems, particularly via the Internet. XML is used
both to encode documents and to serialize data.
XMLP
XML Publisher, also called Business Intelligence Publisher (BIP). Oracle XML Publisher is a template-based publishing
solution delivered with Oracle E-Business Suite, PeopleSoft Enterprise, and JD Edwards EnterpriseOne. It provides a
flexible and robust approach to report design and publishing by integrating familiar desktop word processing tools
with existing data reporting. XML Publisher leverages standard, well-known technologies and tools, so you can rapidly
develop and maintain custom report formats.
XPath
XPath, the XML Path Language, is a query language for selecting nodes from an XML document.
126
JD Edwards EnterpriseOne Tools Chapter 13
Development Guidelines for Application Design Guide Glossary
XSL
eXtensible Stylesheet Language is a family of transformation languages which enables you to describe how files
encoded in the XML standard are to be formatted or transformed.
Z table
A working table where non-JD Edwards EnterpriseOne information can be stored and then processed into JD Edwards
EnterpriseOne. Z tables also can be used to retrieve JD Edwards EnterpriseOne data. Z tables are also known as
interface tables.
127
JD Edwards EnterpriseOne Tools Chapter 13
Development Guidelines for Application Design Guide Glossary
128
JD Edwards EnterpriseOne Tools | Index | 129
Index
A constant text
in reports 8
abbreviations constants
acronyms 77 use of in report viewing 8
for translation 69 control
in reports 8 defined 3
about object naming conventions 11 control limitations
acronyms for maximum performance 35
for translation 69 currency
additional features advantages 59
currency 59 build trigger options 60
codeexchange ratebase 6
creating a currency conversion trigger 63
B currency implementation 59
bi publisher reports currency modeCRRM 6
company logo 44 displayed in grid 6
confidential label 47 multiple currencies 6
end of report indication 55 single currency 6
layout editor guidelines 41 standards for all reports 9
layout types 41 understanding 59
multiple row tables 49 when currency processing is OFF 6
no data indication 55 when to hide fields 6
overview 39 working with 60
page attributes 42 currency conversion trigger. creating 63
page break 56 currency fields
page footer example 48 currencyexchange ratebaseforeign 6
page header and footer 42 in reports 9
page header example 48 currency implementation 60
page numbering 46 Currency process. table event rules 60
paragraph setting 53
performance guidelines 58 D
report data 48
report date and time 45 data dictionary items
report example 56 naming conventions 15
report name in footer 46 data dictionary naming conventions 14
report subtitles 45
report title 44
single data field 49
E
tab use 54 event rule variables
table borders 52 used as work fields 35
table cell margin 51 event rules
translation guidelines 57, 57 currency processing 60
UBE guidelines 39 currencybuildtriggers options 60
xpath usage 58
build triggers option 60
business view columns F
for maximum performance 35
field, size for translation 69
buttons
fields
for translation 69
currency 6
filter
C fiscal year 5
filter fields
coexistence ledger and sub-ledger type 5
indices and logicals 19 fiscal year filter
issues addressed in this guide 14 example of use 5
column space foreign currency 59
between report columns 8 Form Design Aid 62
columns forms
limitation 35 General Accounting Constants 62, 62
conditional sections Object Management Workbench 62
location of 8 System Setup 62
JD Edwards EnterpriseOne Tools | Index | 130
G R
General Accounting Constants form 62, 62 report appearance
guidelines 8
report columns
H appearance of 8
handle request space between 8
event rule variable 25 report definition guidelines 41
how table event rules work with currency processing 60 report variables
Hungarian notation in report rendering 8
example of 25 report viewing
guidelines 8
reports
I BI Publisher report guidelines 39
grand total 8
indices and logicals
orientation 8
coexistence 19
paper size 8
interactive applications
printer 8
guidelines 3
total amounts 8
international currency 59
use of page footers 8
invisible report sections
use of report footers 8
group section 8
report variables 8
S
L section names
arranging for report rendering 24
ledger and sub-ledger type
description 24
used as filter fields 5
program name 24
Stop Processing system function
M for maximum performance 35
system codes 13
M((amp))D System Setup form 62
placement of Branch/Plant 6, 6
static text for MCU, MMCU 5
Math_Numeric T
currency 60
table conversions
currency implementation 60
name 29
table I/O
N event rule variable 25
templates
naming conventions 11 category codes 22
data dictionary items 15 function use 22
forms 21 name 22, 23
object 11 temporary data storage
table conversions 29 for maximum performance 35
text variables 26 text variable
next number for translation 69
do not preload 4 use of 5
translation
O components eligible for translation 65
trigger
Object Management Workbench form 62 build triggers option 60
object naming conventions 11 creating a currency conversion trigger 63
P U
performance considerations UBEs for report definitions 40
all forms 35 upper and lower case
header detail 36 use of in reports 8
headerless detail 36
preloading next number 4 V
versions naming conventions
called from menuduring installmaster versions 21
XJDE 21
JD Edwards EnterpriseOne Tools | Index | 131
ZJDE 21
viewing
reports 8
viewing report sections
comment 8
viewing reports
conditional sections 8
invisible report sections 8
X
xe ((amp)) symbol
use of when defining controls 77
XJDE
use of 21
Z
ZJDE
use of 21
JD Edwards EnterpriseOne Tools | Index | 132