0 votes

I would like to configure an email notification to specific users/groups when someone makes changes to a AD Attribute or Adaxes Custom Attribute via the WebPortal from a Custom Shortcut.

Example:
We have a option to set a User Departure Date & Time via 'CustomeAttributeDate1' .
When a technician uses this web portal to adjust this attribute we would like to email specific users that this attribute was set.. and what it was set to. and by WHOM.

Thanks,

by (50 points)

1 Answer

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

Hello Jesse,

To implement what you want, you need to create a Home Page Action that will allow users to set the value of the CustomAttributeDate1 attribute. Also, the action will automatically modify another virtual property, for example, CustomAttributeBoolean1, and set it to True. Setting CustomAttributeBoolean1 to True will trigger a Business Rule that will send the notification.

I. Creating a Home Page Action

  1. Launch Web Interface Customization tool.
  2. In the Interface type drop-down list, select the Web Interface you need.
  3. On the General tab, click Configure Home Page Actions.
  4. Click Add.
  5. Select Modify User. Click Next.
  6. On the Form Customization page, select Use customized form.
  7. Click Customize Form.
  8. In the list of sections, remove all the sections except the General section. To remove a section, select it and click Delete.
  9. Select the General section.
  10. In Section fields section, remove all fields. To remove a field, select it and click Delete.
  11. Click Add.
  12. Select Show all properties.
  13. Select CustomAttributeDate1. Click OK twice.
  14. In the Predefined fields section, click Add.
  15. Select Show all properties.
  16. Select CustomAttributeBoolean1.
  17. In the Default value field, select Yes. Click OK.
  18. Finish creating the Home Page Action and apply the changes.

II. Creating a Business Rule

  1. Create a new Business Rule.
  2. On step 2 of the Create Business Rule wizard, select User and After Updating a User.
  3. Click Add Action and select the Send e-mail notification action.
  4. Adjust Action Parameters. In the Message field, you can use the %adm-InitiatorFullName% and/or %adm-InitiatorUserName% value references to insert the full name and/or username who performs the operation. Also, add the %adm-CustomAttributeDate1% value reference to include the new value of the custom attribute to the notification.
  5. Click OK.
  6. Click Add Condition.
  7. Select If <property> changed.
  8. Select If CustomAttributeBoolean1 has changed. Click OK.
  9. Click Add Condition again.
  10. Select If <property> <relation> <value>.
  11. Specify If CustomAttributeBoolean1 equals True. Click OK.
  12. Click Add action.
  13. Select the Update the User action.
  14. Click Add.
  15. In the Property to modify field, select CustomAttributeBoolean1.
  16. Select Remove property. Click OK twice.
  17. Finish creating the Business Rule.

Related questions

0 votes
1 answer

Hello, Is there a way to send an email notification when a user is added to a group dynamically (with LDAP filter) , it's work only when i add the user manually Thank you

asked Jun 30, 2021 by GG (70 points)
0 votes
1 answer

We are evaluating the product and would like to let users of AD to change password in self service page. We would like to set a 90 days change password policy, ... self service page? Is it achievable (with customization and batch program)? Thanks in advance.

asked Apr 27, 2020 by eric (20 points)
0 votes
1 answer

I would like to send an email notification when a user, who is a group owner, account is disabled.

asked Aug 18, 2015 by Infounlim (470 points)
0 votes
1 answer

I have recently added our Azure AD domain to managed domains and every user that has both a AD and AAD user account (synced) is showing as "User must change password at next logon" Is this intentional or a bug? What is the best practise on this?

asked May 2, 2023 by Daniel (100 points)
0 votes
1 answer

Hello, is there a way to save powershell variable to axases attribute and send it via "send email notification" in Scheduled task? for example, check if Office 2016 ... .name) installed"} ` then add $customattrib value to Send email notification. Thank you

asked Feb 13, 2020 by vheper (20 points)
3,358 questions
3,057 answers
7,805 comments
545,177 users