When uploading a media item to Digizuite™ DAM. Metadata from the item can also be transferred to the asset in Digizuite™ DAM. By default, the fields: Title and Description are being copied to the asset, but it is customizable which fields to copy from a Sitecore media item to a Digizuite™ DAM asset. Through customization you can configure it to meet the requirements of the client.
Open \App_Config\Include\damforsitecore\DFS.Settings.configand find the section called <metadataMapping>. By default, is look like this:
The attribute name is only information to make the mapping readable when editing the section; it is in no way used by the code. This is a good practice, so that anyone who looks at this configuration, knows which field is what.
The fieldId, is the id of the field in Sitecore. The metafieldGuid, is the guid of the metafield in Digizuite™ DAM. It is only the simple types like strings, that can be transferred to Digizuite™ DAM.
You also have the opportunities to transfer the itemId, path, name or displayname of the item to the asset. Then you add itemProperty instead of fieldId. LIke this: