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 Next »

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.config and find the section called <metadataMapping>. By default, is look like this:

<metadataMapping> 
	<map name="Title" fieldId="{3F4B20E9-36E6-4D45-A423-C86567373F82}" metafieldGuid="5EB3EEFC-A043-410F-89B0-29ED3EF37078" /> 
	<map name="Description" fieldId="{BA8341A1-FF30-47B8-AE6A-F4947E4113F0}" metafieldGuid="C8BB4AF3-1598-4EA4-8D7A-98D54EEAD977" /> 
</metadataMapping>

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.

When an asset is imported in Digizuite™ DAM, the Channel metafield will automatically be set to the channel DAM for Sitecore.

  • No labels