Skip to main content

Properties File Discovery

If you ever have the situation where Discovery can't automatically find your fields, but you know they will be there, then you can create your own mappings with a properties file.


In some systems, like email headers or iManage, fields can be dynamic and so Discovery can't find them. To add your own fields, do the following:

  1. Create a properties file that will contain your fields. An example can be found in your installation:
tomcat/webapps/simflofy-admin/WEB-INF/classes/propertiesFileDiscoverySample.properties
  1. Edit this file, or the one you created if it's different:
# Fields Types  
# CHECKBOX,DATETIME,TEXT,TEXTAREA,INTEGER,LONG,DECIMAL,DOUBLE,URI,READONLY,BINARY,ANY
#
# Format
# type.field=field type
# If they key has a space in it, replace the space with the unicode value:
# u0020
# Historicalu0020Documents.field=CHECKBOX
document.name=TEXT
document.description=TEXTAREA
document.createddate=DATETIME
folder.name=TEXT
folder.isversion=CHECKBOX
  1. Create a properties file discovery instance and point it to your properties file. Run it and your types and fields should show up, and now you can use them in Job Mappings.

Related Articles:
Simflofy Integration Jobs
Integration Job Mappings