0 votes

We don't think our users read the logs they get after taking actions in the web interface. We'd like to alert a pop up after an action has been taken by a user to deliver them a message. We know we can send emails but we don't want to spam the users with a bunch of emails after every possible action they can take.

Any ideas?

Thanks!

by (120 points)
edited by

1 Answer

0 votes
by (251k points)

Hello Spencer,

You can use Business Rules triggering After an operation to display the required message in the Execution Log. However, the execution log will contain all the Business Rules triggered by the operation and performed actions, not only the one with the message. Unfortunately, there is currently no other possibility. However, we have the feature in our roadmap.

If the approach meets your needs, the Business Rule should look like the following: image.png In the run PowerShell script action, use the below script, where <TEXT> should be replaced with the message you need to output.

$Context.LogMessage("<TEXT>", "Information")
0

Yeah I was hoping for something more like a pop up box. We do a ton of tasks and the logs look like a jumbled mess so it'd be nice to share a quick message with the user instead of making them dig through the logs to find things or spamming them with emails after every action.

0

Hello Spencer,

Thank you for clarifying. Unfortunately, there is no such possibility.

Related questions

0 votes
1 answer

Hello, we're currently having issues to disabling user accounts on a specific date and time. When our HR department wants to start a "Offboarding", we're created a ... can we link it to the *After approval of disabling account field? Thanks in adavantage.

asked Aug 24, 2021 by BeliarsFire (20 points)
0 votes
1 answer

So I need an approval process before adaxes executes a custom command to create a user. Basicaly an HR group and a Privacy group have to approve. what i have is set up like this ... the first one has been approved. I want them to go out at the same time.

asked Apr 14 by mightycabal (730 points)
0 votes
1 answer

Currently, when I disable a user account in Adaxes, the group memberships of the user remain intact. I'd like to automate the removal of group memberships such as distribution ... a list of groups/DL that the user was previously in and removed from. Thanks!

asked Nov 3, 2021 by jayden.ang (20 points)
0 votes
0 answers

It would be great if we could run a report on an OU and get the following information: Computer Name Local Accounts Whether or not the account is an administrator ... this is less important. Thanks in advance. Your support team is great and appreciated.

asked Sep 8, 2021 by mikek (80 points)
0 votes
1 answer

Hi, I already have a home page action to add a user to a security group but the security group owners want some info on the user requesting access to the group because ... get some sort of "more info" box asking for details before any approval steps? Thanks.

asked Feb 4, 2016 by bistromath (840 points)
3,071 questions
2,784 answers
7,155 comments
434,341 users