Versions Compared

Key

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

...

  1. There must be a searchfield defined with the ID sFilename. The ID is case sensitive. This is the input field that will be used be the Importer.
  2. The sFilename searchfield must have the valueHandler InList. The Importer searches for 50 searchtokens at a time so this is the only valueHandler that will work.
  3. There must be a valuefield defined with the ID filename and it must reference the same metafield or table/column as sFilename.
  4. The valuefield "assetId" must be present and refer to "asset.assetid" and the Id must be "assetId". It is case sensitive so if this is changed to ie. "assetid" nothing will ever be matched.

While not a rule for the search definition as such, it is also important to note the DAMs read access is in place so the user configured for the Importer must have read access to the assets needed for the Importer.

...