Siebel Enterprise Integration Manager Administration Guide > EIM: Examples of Common Usage > EIM Import Process Examples >

Visibility of Fields: Example of Importing Contacts


This example provides a sample .IFB file for importing contacts. The contact visibility depends on S_CONTACT_BU to resolve the organization and S_POSTN_CON for the position.

[Siebel Interface Manager]

USER NAME = "SADMIN"

PASSWORD = "SADMIN"

PROCESS = Import Contact

[Import Contact]

TYPE = SHELL

INCLUDE = "Import Contact Informationen"

INCLUDE = "Import POSTN_CON Informationen"

[Import Contact Informationen]

TYPE = IMPORT

TABLE= EIM_CONTACT

BATCH = 555

ONLY BASE TABLES = S_PARTY, S_CONTACT, S_CONTACT_BU

DEFAULT COLUMN = CON_ACTIVE_FLG, "Y"

DEFAULT COLUMN = CON_DISACLEANSEFLG, "N"

DEFAULT COLUMN = CON_DISPIMGAUTHFLG, "N"

DEFAULT COLUMN = CON_EMAILSRUPD_FLG, "N"

DEFAULT COLUMN = CON_EMP_FLG, "N"

DEFAULT COLUMN = CON_PRIV_FLG, "N"

DEFAULT COLUMN = CON_INVSTGTR_FLG, "N"

DEFAULT COLUMN = CON_PO_PAY_FLG, "N"

DEFAULT COLUMN = CON_PROSPECT_FLG, "N"

DEFAULT COLUMN = CON_PTSHPCONTACTFL, "N"

DEFAULT COLUMN = CON_PTSHPKEYCONFLG, "N"

DEFAULT COLUMN = CON_SENDSURVEY_FLG, "N"

DEFAULT COLUMN = CON_SPEAKER_FLG, "N"

DEFAULT COLUMN = CON_SUPPRESSEMAILF, "N"

DEFAULT COLUMN = CON_SUPPRESSFAXFLG, "N"

[Import POSTN_CON Informationen]

TYPE = IMPORT

TABLE= EIM_CONTACT1

BATCH = 555

ONLY BASE TABLES = S_PARTY, S_CONTACT, S_POSTN_CON

Siebel Enterprise Integration Manager Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.