Skip to content
English
  • There are no suggestions because the search field is empty.

How to create and configure a parameterized URL field in Mavim

Target audience:

Users who want to create dynamic URLs based on field values in the Mavim Development environment.

Purpose:

Explain how to create a parameterized URL field, configure its properties, and use multiple values to generate dynamic URLs.

Prerequisites:

  • Access to the Field Administration screen.
  • A field set and topic where the field will be used.

Steps to create and configure a parameterized URL field

1. Create the field

  1. Open the Field Administration screen.
  2. Click New to create a new field.
  3. Give the field a suitable name and add it to a Field Set.

2. Set field properties

  1. Select the field and go to the properties section at the bottom of the screen.
  2. Set the following properties:
    • Type = Text
    • Hyperlink = Yes
  3. Once Hyperlink is set to Yes, the Parameterized URL property will appear.
  4. Enter the base URL and finish it with {*}.
    Example:
    https://www.test.com/{*}

3. Use the parameterized URL

When the field is assigned to a topic:
  1. Edit the value for the base URL field.
  2. Configure which fields will complete the URL using this syntax:
    {param01}&{param02}
    Example result:
    https://www.test.com/Value01&Value02
    Alternatively, use / instead of &:
    https://www.test.com/Value01/Value02

4. Enable multiple values (optional)

To allow multiple values:
  1. Open the Field Administration screen.
  2. Select the parameterized URL field.
  3. Set Multiple Values = Yes.
  4. Confirm the warning about potential data loss if the field is already in use.
  5. You can now set multiple text values for {*}.

Important notes:

  • Changing properties after the field is in use may cause data loss.
  • Always confirm the base URL includes the correct syntax before assigning parameters.