Versions Compared

Key

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

...

  • Find an attribute that you want to add:
    • To see which system attributes are available, start the yuuvis® RAD Services Admin at <servername>: 7273
    • Find extraction in the list and click Details.
    • Click the Service URL on the upper right to start the Swagger UI.
    • From the drop-down menu at the top, select extraction-api.
    • Click extraction-resource to expand the operations list.
    • Click POST /extraction/api/xmp.
    • Under Parameters and file, open a file.
    • Click Try it out! to start the extraction process. Once it is finished, the result is displayed below in JSON format. All keys shown here can be used as aliases in yuuvis® RAD designer. Choose one that you want to add.
  • Add a new alias:
    • In yuuvis® RAD designer, open Abstract object type > Photo by double-clicking it.
    • In the details view in the center, click Fields.
    • Add a new field by entering a technical name, display name and type and clicking the Plus icon.
    • Select the new field and, in the properties on the right, expand Type > Aliases.
    • Click the Plus icon next to Aliases.
    • In the field Namespace, enter extract.
    • In the field Name, enter the key of the attribute from the extraction service.
  • Add the new field to the user interface:
    • In yuuvis® RAD designer, open Object type > Photo by double-clicking it.
    • In the detail view in the center, click Form.
    • Find the new field in the list and add it to the form via drag and drop.
    • Deploy the scenario to your yuuvis® RAD system by right-clicking the project name and selecting Deploy.
    • Select a photo to verify if your new field is displayed correctly.

...

To configure an additional top level element, proceed as follows:

  • Go to the documentation and copy one of the examples for the standard the standard configuration of the structure tree, e.g.:

    Code Block
    {
        "title" : "Modification range",
        "title_locales" : {
          "de":"Bearbeitungszeitraum",
          "es":"Rango de modificación",
          "fr":"Plage de modification",
          "it":"Gamma di modifica",
          "pt":"Faixa de modificação",
          "ru":"Диапазон модификации",
          "zh":"修改範圍"
        },
        "key" : "ModifiedRange",
        "method" : "daterange",
        "field" : "modified"
      }


  • In yuuvis® RAD designer, open Object type > Photo album.

  • In the details view in the middle, click Structure tree.

  • At the end of the structure tree definition, insert a comma (,) after the last }.

  • Paste the copied code snippet between , and ].

  • Test the new structure tree with the structure testing tool as described in the documentation.

  • Save the project and deploy it to your yuuvis® RAD system by right-clicking the project name in the navigation tree on the left and selecting Deploy.

  • Open the Windows Task Manager (where the yuuvis® RAD system is running) and go to Details.

  • Look for the structure-service.exe task and end it. After a few seconds, it will be restarted by yuuvis® RAD service-manager. (This step will not be necessary for versions 4.7 or later)

  • In the client, open the Photo album or refresh by pressing F5.

...