0 votes

We're utilizing the custom adaxes attributes for a few parts in our employee onboarding procedure. Among them is a step where we specify what buildings a user will need access to. The attribute that is storing this info is "adm-CustomAttributeTextMultiValue1".

In our business rule to send out an email after the user gets created, when refencing "adm-CustomAttributeTextMultiValue1" in the email, only the last value will be sent.

Example: "adm-CustomAttributeTextMultiValue1" has the following values; 1 2 3 4

When referencing "adm-CustomAttributeTextMultiValue1" in the email body, it only shows value 4, instead of 1 2 3 4.

How can I get all the values of "adm-CustomAttributeTextMultiValue1" to be sent out in an email?

by (50 points)

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello Kruz,

This behavior is by design. Unfortunately, there is currently no possibility to add all the values of a multi-valued attribute to an email notification sent by the Send email notification action. It can only be done using a script. In the script, you need to use the GetEx method to retrieve all the property values and the $Context.SendMail method to send the email notification. Should you have issues writing the script, please, post here or send us (support@adaxes.com) examples of the email notification and its subject. Also, please, specify who the recipients should be. Any additional details regarding the desired behavior will be much appreciated.

0

Great thank you, the script worked.

Related questions

0 votes
1 answer

Dear Support, Is it possible in "generate default value" section of pattern for multivalued attribute to provide more than 1 value from "must be one of" section? E.g. Pattern ... E" and to have default generated values in web interface "A,C" Thanks for advise!

asked Jul 7, 2020 by Dmytro.Rudyi (920 points)
0 votes
1 answer

I need to know how to Create a new Custom Attribute which I wants save some informations of Users

asked Jun 12, 2023 by kanishka.silva (40 points)
0 votes
1 answer

This note is found in the documentation on how to configure allowed domains in Adaxes 2023. Allowed domain names can only be selected from the alternative UPN suffixes for on- ... required to pick up the change, or is there another way to trigger the update?

asked Jan 31, 2023 by dtb147 (290 points)
0 votes
1 answer

We have a rule setup that when a user requests membership into a group it will email approvers of the group for approval. I would like to create a report that sends out a list of ALL approvers for every group we have approvals setup for.

asked Dec 18, 2023 by jujones79 (20 points)
0 votes
1 answer

For instance to execute a powershell script that enable MFA for all member in that group?

asked Jan 27, 2023 by samuel.anim-addo (20 points)
3,346 questions
3,047 answers
7,772 comments
544,970 users