Tagging Decisions Objects
  • 07 Sep 2022
  • 1 Minute to read
  • Dark
    Light

Tagging Decisions Objects

  • Dark
    Light

Article Summary

Overview

This article example uses a Flow to add a Tag to the current user's Email Address in the Decisions environment. Since the Account data type properties are readily available as Flow Data by default, this setup can reference the CurrentUserEmail property.


Adding a Tag to an Object in a Flow

  1. From the Flow Designer, navigate to INTEGRATION > INTERNAL SERVICES > TAGGINGSERVICE in the Toolbox tab.
  2. Attach an AddTag step to the Start and End step.
  3. From the AddTag step's Properties tab, Select From Flow map Flow Data.CurrentUserEmail to object ID. Set object Short Type to Null, Constant map "String" to object Type, and Constant map the desired value under the tag. Then, under SECURITY CONTEXT, set the desired Context Type.
    The object ID determines which object the Tag will be applied to.  

    The object Type is a mapped determination of the object's Data Type.

    The Context Type configures the environment in which the tag context is applied. By default, it is only applied to the current user; however, it may also be applied System-wide to a specific UserIDAndPassword combination or by a referenced Session ID.

  4. Save the Flow, then close via X.
  5. From the Flow Designer, select the Debug link, then click START DEBUGGING.

  6. After the Flow runs, navigate to the Studio and search for the Tag to ensure that a TagList has been made for the new Tag.

Adding a Tag in a Designer

  1. Select the Info tab in a Designer to reveal administrative details about the created Decisions object.
  2. Use the dropdown list under the Tag section to select an existing Tag, or start typing the name of a new tag and press "Enter" on the keyboard. 
  3. If utilized, a confirmation prompt will appear; click Yes to verify the new Tag. 

Adding a Tag from the Action Menu

  1. Right-click the object's name and navigate to Add > Setup > Manage Tags.

  2. From the Manage Tags window, a tag can be selected or created, as shown.

Was this article helpful?

What's Next