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.

...