Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Digizuire assets has metadata and each customer has its own set of metadata. These is was are what we call dynamic metadata. In order to them into Sitecore when you synchronize. You have to add them to the configuration.

Open the config file App_Config → Include → damforsitecore → DFS.Settings.config and locate the setting DFS.Digizuite.DynamicMetadata. Each metafield in Digizuite has a unique guid, this is what you have to add to this config setting. Here you see the default setting. It has 2 guid’s which point to the title and description metafield.

Code Block
  <setting name="DFS.Digizuite.DynamicMetadata" value="5eb3eefc-a043-410f-89b0-29ed3ef37078,c8bb4af3-1598-4ea4-8d7a-98d54eead977" />

Add the metafields you want to the commaseperated list. Once you have added the config and reloaded the site, you should be starting to see the new dynamic metafield. If assets allready has ben synchronized into the asset silo, then you have to dele them, and sync again in order to see the new fielduse these metafields in Sitecore. The sync user must have read access to the metafield in Digizuite. Contact your Digizuite consultant they can help setting the rights.

An easy way to inspect the metadata for an asset that has been synchronized into. Is to go to the DAM for Sitecore Administration dashboard DFS 11.0 - Asset metadata viewer and type in the assetid and go to the section Dynamic Metadata.