| 
 Siebel Enterprise Integration Manager Administration Guide > EIM: Examples of Common Usage > EIM Import Process Examples > 
Visibility of Fields: Example of Importing Assets
 
To make asset records visible in the GUI, populate the following tables and columns.  S_ASSET 
      PR_POSTN_ID, 
      ALT_FUEL_FLG, 
      CAUTION_FLG, 
      INTEGRATION_ID, 
      ASSET_VAL_EXCH_DT, 
      REGISTERED_DT, 
      CUTOFF_FLG, 
      ASSET_VAL_CURCY_CD, 
      BU_ID, 
      ASSET_NUM, 
      ROOT_ASSET_ID, 
      QTY, 
      INSTALL_DT, 
      BASE_CURRENCY_CD, 
      PROD_ID, 
      CUSTOMIZABLE_FLG, 
      PR_EMP_ID 
S_ASSET_POSTN 
      ASGN_MANL_FLG, 
      ASSET_ID, 
      POSITION_ID, 
      ASGN_SYS_FLG, 
      ASGN_DNRM_FLG 
S_ASSET_EMP 
      ASSET_ID, 
      EMP_ID 
S_ASSET_BU 
      ASSET_ID, 
      BU_ID 
 |