Adding Additional Account Attributes
  • 12 Mar 2021
  • 1 Minute to read
  • Dark
    Light

Adding Additional Account Attributes

  • Dark
    Light

Article summary

Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.


Overview

Example Lab Details

Version6.4.0
Root FolderExample Lab - Data Extension
Modules None
DependenciesNone

This Example Lab project demonstrates how to add an extra attribute to an existing user account in the Decisions instance.


Explanation

This project works by using a defined data structure to store the additional attribute, which in this example is employee ranking. To test the project the user must first run the Flow titled "Save Employee Ranking". This Flow will display a Form to the user with two drop-down list components. The first will be a list of accounts and the second will be a list of available employee rankings to choose from. In order to display a list of current accounts in the drop-down list, there is a data flow within the Form which uses the Fetch Entities step to return a list of user accounts. When you select a user account and employee ranking and click save those two selections will then be saved and associated with each other. 

Once an employee has a ranking associated with their account the user can then use the Flow titled "Search For Employee Ranking". Here the Flow will display a Form requesting the user to enter the desired accounts email address. If the email address entered has a ranking associated with the account it will be displayed in the second text box. This is achieved by again using a Data Flow which contains the Fetch Entities step to return any account with an associated ranking.

There is also a "Reset all Employee Rankings" Flow. This Flow uses the Delete Entities step to clear all stored employee rankings so that they may be removed or changed.

Reference Articles



Project Download

The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on version 6.4.0 or later using our Importing/Exporting article.





Was this article helpful?