CreateVOERequestLetter

Create VOE Request Letter

Minor Business Rule

Object Name: N0500150

Parent DLL: CFND

Location: Client

Language: NER

Create VOE Request Letter, N0500150
(VOE = Verification of Employment)


DataStructure: D0500150


Input Parameters


AliasData Structure NameDescriptionRemarks

AN8mnAddressNumberAddress NumberRequired for a Write operation only

DRQJjdDateRequestedJulianRequested DateRequired for a Write operation only


RQTImnTimeRequestedRequested TimeRequired for a Write operation only

(above three parameters are the keys to F05003)


OBNMszNameObjectName of processalways required


EV01cProcessFlagProcess ActionAlways required

= 1Open

= 2Write

= 3Close

Open, Write, then Close


Processing


Open: call B0500029, Open Data File


Write: Read a record from F05003 based on the first three parameters in D0500150, get some 

descriptions to UDC codes, call B0100031 to get Mailing Name, call B0000047 & B0100033 to get Company Address 

based on Home Company, and call B0500029, Write VOE Request, and pass letter information through 

D0500140. B0500029 will write two files in C:, which are:

VOEREQUEST.hdr with the mailmerge header information, and

VOEREQUEST.dat with the data

If multiple letters are printed from the Find/Browse form by selecting multiple grid lines, then 

VOEREQUEST.dat will contain the data from all selected grid lines.

After the mail merge is done, a Microsoft Word file called VOEREQUEST.doc will be written to C:.


close: call B0500029, Close Data File, then call P980013, form W980013C

^

Data Structure

D0500150 - Create VOE Request Letter

Parameter NameData ItemData TypeReq/OptI/O/Both
mnAddressNumberAN8MATH_NUMERICOPTNONE

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

jdDateRequestedJulianDRQJJDEDATEOPTNONE

The date that an item is scheduled to arrive or that an action is scheduled for completion.

mnTimeRequestedHHMMSSRQTIMATH_NUMERICOPTNONE

This is the time when an item is to arrive or an action is to be completed.

szNameObjectOBNMcharOPTNONE

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

cProcessFlagEV01charOPTNONE

An option that specifies the type of processing for an event.

szNameOfDocumentFileHLNKcharOPTNONE

This field contains a hyperlink address to an Internet web site.

mnWebMailMergeUniqueIDMMUIDMATH_NUMERICOPTNONE

A unique value that links a record in the Web Mail Merge Letters table (F05WEBMM) to one or many records in the Mail Merge Runtime 
Web Data table (F980014D). The system generates this value by adding 1 to the MMUID record in the Web Mail Merge Letters table that 
represents the largest value. The resulting value is the primary, unique key for the Web Mail Merge Letters table.

szReturnCodeDTAIcharOPTNONE

A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

Related Functions

None

Related Tables

None