Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Use the following procedure to obtain the Module ID and Server Field Name for a large number of fields at the same time.

To obtain the module ID and field name in bulk

  1. In the Admin application, click Utility, and then click Show DB.
  2. When prompted, enter your MySQL user name and password.
  3. Enter the following query into the Schema name box:
  4. SELECT MODULEID,MEFIELDNAME,HOSTCRMFIELDNAME,BASETYPE FROM CFG_FIELDMAPPINGINFO
  5. Click Fetch.


A list of all Module IDs and the module's corresponding Server Field Names are returned, including the data source field name, and the type of field configured. You can copy and paste the information into notepad or a word document and save the information as required.


  • No labels