GetAssigneeAutoAdviseInfo

Get Assignee Auto Advise Information

Minor Business Rule

Object Name: N1700460

Parent DLL: CCRIN

Location: Client/Server

Language: NER

1.Functional Description
This function retrieves the phone number (F0115) and e-mail address (F0111) for the assignee address book number.   


1.1Purpose

This function uses the assignee address number to retrieve the phone number and e-mail address to update the E-help request record (F1761) at the 

customer site.   


1.2Setup Notes and Prerequisites

  



1.3Special Logic

2.Technical Specifications


2.1Parameters:

Data Item Data Structure Description    I/ORequired   Notes

AR1                Assigned Area Code     ON   Assignee area code 

PH1                Assigned Phone Number     ON   Assignee phone number REM1               Assigned Email Address     ON 

  Assignee email address 

AN8               Assignee Address Number     ON   Assignee address number 


2.4Related Tables 
Table Table Description

F0111Who's Who 

F0115Phones 


2.4Related Business Functions
Source NameFunction Name



2.4Processing 
To retrieve the phone number  : 

•  Do a table I/O to the F0115 with the assignee address number and return area code and phone number. 
 


To retrieve the e-mail address : 

• Do a table I/O to the F0111 with the assignee address number and return the remark field.  

Data Structure

D1700460 - Get Assignee Auto Advise Information

Parameter NameData ItemData TypeReq/OptI/O/Both
szAssignedAreaCodeAR1charOPTNONE

The first segment of a telephone number. In the United States, the prefix is the three-digit area code.

szAssignedPhoneNumberPH1charOPTNONE

A number without the prefix or special characters, such as hyphens or periods, that makes up the telephone number for an entity. You can 
use any applicable telephone number format for a country. This field is used in conjunction with the Prefix field (AR1), where you enter the first 
segment of the telephone number, which is called the area code in the United States. When you search for an address using a phone 
number, you must enter the number exactly as it is set up in the Address Book system, including any special characters.

szAssigneeEmailAddressREM1charOPTNONE

A 40-character field that you can use to enter text.

mnAssigneeAddressNumberAN8MATH_NUMERICOPTINPUT

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

Related Functions

None

Related Tables

None