Create Metaproperties

Metaproperties and their options are essential to your Bynder taxonomy and should be configured before you upload your assets.

Once you've created your metaproperties, you can configure, edit, or delete the options in your portal under metaproperties management

Who can manage metaproperties?

Users with the following rights can manage metaproperties:

Create Metaproperties

  1. Navigate to settings_menu.png Settings > Taxonomy > Metaproperties management and click Metaproperties and options in the left sidebar.METAPROPERTY_AND_OPTIONS_-_NEW_TAXONOMY_.png
  2. Click New metaproperty in the top right corner. as_new_metaproperty_new_taxonomy.png
  3. In the Name field, enter a unique name for the new metaproperty. The Database name is automatically created based on the Metaproperty Name (Label).      
    • Note: The "unique name" cannot be changed; however, you can change the label if you decide to change the name of the selected metaproperty.
  4. Select the Type for the metaproperty. The Type Preview section of the screen shows a preview of the type and the user experience.
    • Note
      Once you assign a type to your metaproperty, you can only alternate the Multi-select and Single select options. No other type can be changed after saving. If you switch the metaproperty from Multi Select to Single Select, assets will remain tagged with multiple options. single_select_metaproperty_new_.png
    • Single select
      Allows users to select one option from a list of metaproperty options. For example, a list of asset types where only one should be selected, such as image, document, video, etc.
    • Multi-select
      It allows users to select multiple options from a list of metaproperty options, such as a list of multiple regions where an asset may be used, such as the Americas, EMEA, or APAC.
    • Text
      Allows users to enter free-form text, such as the restrictions of an asset. There is a 2500-character limit for this metaproperty type.
    • Date
      Displays a date picker to apply a month, day, and year to an asset, such as a deadline. Using a date picker avoids human error and confusion around different ways of date formatting.
  5. If you’re creating a Single Select or Multi-select metaproperty, you will see the following settings: 

new_metaproperty_multi_select.png

  • Autocomplete search: Enable the metaproperty options to display as a dropdown with search functionality instead of a list with options in the upload screen. If enabled, users can start typing the option they're looking for or scroll through the list of options. This is helpful if you have a long list of options.
  • Add new options: Enable users to create new metaproperty options on the fly when uploading and editing new assets. If disabled, users can only choose from metaproperty options added by the admin.
  • Options: Enter the metaproperty options you want to add to the metaproperty (these can also be added later).
    • Press Enter to add the option and click trash.png to delete an option.
    • Click configure-users_plus-sign.png the Add option to add another option
  1. Click Create metaproperty.

Add a Definition for a Metaproperty

Definition is a field currently available only for customers with Bynder Agents package. It is used to provide context about a metaproperty, which helps our Agents to understand clearly the purpose of it and make better enrichment decisions. To access:

  1. Navigate to your Portal > settings_menu.png Settings >Taxonomy > Metaproperties management.
  2. Select the metaproperty that you want to define and search for the field in the right-hand panel.
  3. Click the arrow in the right-hand side of the Definition field.
  4. Enter the metaproperty definition.  

Example:

Metaproperty: Color

Definition: Color code, from the Hexadecimal (HEX) color system, of the product shown in the asset.

 

Make Metaproperties Required

  1. Navigate to your Portal > settings_menu.png Settings > Taxonomy > Metaproperties management and click Configuration in the left sidebar.
  2. Go to the metaproperty you want to make required and click the Requiredtoggle_android.png. The switch will no longer be grayed out.
  3. Users must now fill in this metaproperty when uploading and editing assets.

    required_.png

Make Metaproperties Optional

By default, metaproperties are optional. If you set a metaproperty to required before, follow the steps below to make it no longer required.

  1. Navigate to your Portal > settings_menu.pngSettings >Taxonomy > Metaproperties management and click Configuration in the left sidebar.
  2. Go to the metaproperty you no longer want to be required and click the Required switch. The switch will become greyed out.

Guidelines for Metaproperty Database Name

When you create a metaproperty, or metaproperty option, a database name is automatically generated from the name.

  • Use only alphanumeric characters (A-Z, a-z, 0-9), hyphens (-), underscores (_).
  • Any unsupported character will automatically be replaced with an underscore (_).
  • Hyphens (-) cannot be the final character in a database name; if they are, they will be converted to an underscore (_).
  • The database name must be unique. If a duplicate database name is found (e.g., from another metaproperty or option), a numeric suffix (_1, _2, etc.) is added to ensure uniqueness.
  • The database name is fixed at the time of creation. Future updates to the name in the taxonomy will not affect the database name.

Recommendation for Integrations

  • Avoid relying on the database name for integrations due to its restrictions and immutability.
  • Use the externalReference field instead. This field supports customer-specific logic, has no character restrictions, and can be updated to align with integration requirements.

FAQs

Where can I find the database name?

The database name is visible only to those who have managed metaproperty permission. It appears in the metaproperty details under the metaproperty management section.

Can I change the database name?

No, after creating your metaproperty or metaproperty option, the database name becomes permanent and cannot be altered. However, you can change the name.

 Screenshot 2024-11-18 at 2.52.14 PM.png
For example, if you created the meta property "city" but wanted to change it to display "the city", you can edit the name; however, the database name will not reflect the updated name. 

Can I add a special characters to a name?

Yes, special characters are allowed in the name.

Updated