The MDM Hub includes some predefined custom data types. You can find custom data types from the
co-types.xsd
schema in the
urn:co-types.informatica.mdm
namespace.
You can use the following predefined custom data types:
ImageURL
Stores the URLs to access images.
FileAttachment
Stores the files that you attach to the records. The field that you associate with the FileAttachment data type shows a browse button to select the document.
You can update the following properties related to the FileAttachment data type in the
cmxserver.properties
file:
cmx.file.max_file_size_mb
. Maximum size of the file that you can attach in megabytes. Default is 20.
cmx.file.allowed_file_extensions
. Lists the extensions of the files that you can store. By default, you can store the .pdf and .jpg files.