Tagging Decisions Objects
- 27 Jul 2022
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Tagging Decisions Objects
- Updated on 27 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This article example uses a Flow to add a Tag to the current user Email Address in the Decisions environment. Since the Account data type properties are readily available as Flow Data by default, this set up can reference the CurrentUserEmail property.
For more information about Tags, please visit the About Tags article.
Adding a Tag to an Object in a Flow
- From the Flow Designer, navigate to INTEGRATION > INTERNAL SERVICES > TAGGINGSERVICE in the Toolbox tab.
- Attach an AddTag step to the Start and End step.
- 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 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 is used to configure the environment level that the tag context is applied to. 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. Save the Flow, then if desired close via X.
From the Flow Designer, select the Debug link, then click START DEBUGGING.
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
Most Designers have the option to assign or create a Tag for the Decisions object it represents.
- Select the Info tab in a Designer to reveal some Administrative details about the Decisions object being created.
- 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.
- If utilized, a confirmation prompt will appear; click Yes to verify the new Tag.
Adding a Tag from the Action Menu
To quickly manage tags, use the Action menu of any object in a Designer Project.
- Right-click the name of the object and navigate to Add > Setup > Manage Tags.
- From the Manage Tags window, a tag can be selected or created, as shown.
Was this article helpful?