Skip to main content

Hello,

In the customer address screens we can find various types (screenshot from Aurena, but same applies for IEE):

When looking at the coding (IFS10), there are more defined in the API (ADDRESS_TYPE_CODE_API):

FUNCTION Get_Client_Values___ RETURN VARCHAR2 DETERMINISTIC
IS
   
   FUNCTION Base RETURN VARCHAR2 DETERMINISTIC
   IS
   BEGIN
      RETURN('Delivery^Document^Visit^Pay^Home^PrimaryContact^SecondaryContact^Correspondence^Residence^Tax^Work^');
   END Base;

BEGIN
   RETURN Base;
END Get_Client_Values___;

I don't get it why types like Correspondence, Residence, Tax and Work are not selectable.

Anyone an idea why?

Hi @eqbstal ,
 

You are able to select these records on person window .

 

 

And as per system definitions , i believe it is only available for person record and records such as employee file which is connected to person record.

 


As per help text,  These address types are different for different party types. You can view the address types from Object Property tab in the Application Base Setup/System Setup/System Definitions window. The Property Name VALID_ADDR in the System Definitions window is used to define the address types. You can modify the property values by selected system defined address types

Hope this assist you to get a lead.