0 votes

Hello

Is it possible to only have requests from the Self-Service webpage to be sent for approval? I cans see how you could use a business rule to have all requests to go for approval but we would only need this for Self-Service requests.

An example we have is a user wished to add themself to a DL and starting the request from the Self-Service page which would go on for approval. If the request came in to IT who would use the Help Desk page we would not need the request to go for approval.

Thank you

by (700 points)

1 Answer

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

Hello,

Currently, it is not possible to identify which Web interface was used to initiate an operation. In order to implement what you want, you'll need to set up different Business Rules for different operations. For example, in the following tutorial you will find information on how to create a Business Rule that will send self-service password resets for approval: Request Approval for Self-Password Reset.

If you want to create an approval when users try to add themselves to a distribution list, you'll need a different Business Rule. This rule will create an approval if the member who is added to a group is the same as initiator. To create such a Business Rule:

  1. Create a new Business Rule.
  2. On the ​2nd​ step of the Create Business Rule wizard, select Group and Before Adding a member to a group.
  3. On the ​3rd​ step, add the ​Send this operation for approval​ action and specify the approvers.
  4. Click ​OK​.
  5. Now, you need to add a condition for the Business Rule to be triggered only in cases when users add themselves to groups. Double-click ​Always​.
  6. Select the ​If the initiator is <User>​ condition type.
  7. Click ​Select User​.
  8. Switch to the ​Template tab.
  9. Type the following template: %member%. When the Business Rule will be triggered, this template will be replaced with the Distinguished Name (DN) of the user who is added to a group.
  10. Click ​OK​ 2 times.
  11. Finish creation of the Business Rule.

If necessary, you can add more conditions to your Business Rule. For example, you can send an operation for approval only if a user is or is not a member of a certain AD group. For information on how to add such a condition, see step 6 of the above tutorial.

Related questions

0 votes
0 answers

Hi Evryone, I am trying to set up an external portal within a new webserver on dmz, and with only access to a webservice created from selfservice. The new webservice is only ... login, only reset password. What I am mising there that its not working? Thanks,

asked Nov 26, 2021 by yagoityd (20 points)
0 votes
0 answers

As the title mentions, I'm trying to figure out a way to have HR apply multiple modifications on a user's account (change of position, title, department, phone, etc...) ... phone number (in the same form), it sends two approval requests. Thanks for your help!

asked Jan 26, 2022 by lw.fa (130 points)
0 votes
1 answer

Is there a way to set the time that the automatic self-service enrollment invitation email is sent? (the one sent if the box is checked on the policy) Additionally, is ... email to be HTML format? They appear to only allow plain text when editing the policy.

asked Jun 29, 2017 by HDClown (220 points)
0 votes
1 answer

Would like to know if we can remove the forget password link on Self-service login page or remove the ability for users to reset their password. We only want users to ... be able to change their password but not reset their password if they have forgotten it.

asked Mar 29, 2023 by Vish539 (310 points)
0 votes
1 answer

Hello! I am running a powershell script that takes data and uses that to automatically create New-AdmUser. I want to have that new user send to the approval queue in adaxes, ... user is created, it gets sent to the approval queue. Any help would be amazing!!!

asked Jul 28, 2021 by Monkeyface46 (50 points)
3,346 questions
3,047 answers
7,782 comments
544,981 users