0 votes

Hi,

We are using a business rule to normalize both CN and DisplayName (OnBefore Create event). This BR force a pattern like LASTNAME, Firstname.
We need (because it's a mandatory attribute) to use also a property pattern to set a default value for the CN (FullName) : %lastname:upper%, %firstname:lower%
The problem is that the property pattern seems to overtake the Business Rule : the FullName is set to LASTANME, firstname instead of LASTNAME, Firstname.
It's not critical but i would like to finalize this if possible.

Maybe i'm doing something wrong, if you have a clue, thanks for your help.

Adaxes version 3.3.8123.0

by (800 points)

1 Answer

0 votes
by (216k points)

Hello,

Your value that you set by the SetModifiedPropertyValue method in the Business Rule is not applied because it differs from the value generated by the Property Pattern by case only. We'll fix this in our nearest release.

As a temporary workaround, I suggest that you restore the default value for the FullName property in the User Property Pattern to its default, which is %firstname% %lastname%. Then your Business Rule will work.

0

Thanks, that's a good and easy fix

0

Hello,

Today we released a minor update for Adaxes 2012.1 that contains a fix for your issue. Find the latest build here.
Upgrade instructions.

Related questions

0 votes
1 answer

For creating a computer object, we want to check if the entered CN is already used in our AD. And for that we want to use a powershell script. An other dot ... powershell script should be start before creating the computer object, right? Thanks for your help.

asked Jun 4 by KEME (80 points)
0 votes
1 answer

First off I have to say that Adaxes is really extraordinary and has been such a massive help to delegate a lot of the day-to-day AD management across mutiple untrusted forests. ... how it functions under the hood, and a lot of SDK documentation left to read.

asked Sep 27, 2023 by McMyers183 (20 points)
0 votes
1 answer

Hello, i have a custom command which sets the oof-message for the selected user. in this custom command i have a parameter "param-vertretung" (ad-object picker). Now i want to ... and email of the stand-in in the oof-message. Can you help me with that? Thanks

asked Nov 13, 2020 by lohnag (160 points)
0 votes
1 answer

Hello, With your tool, is there a way to Bulk modify Users by adding the SAMAccountName to the CN/Displayname i.E %LastName%, %FirstName%, %(SAMAccountName)% In ... (Fred Stokes), for both CN and DisplayName Stokes, Fred (SAMAccountName) Regards, Enrico

asked Nov 20, 2018 by EnricoM (50 points)
0 votes
1 answer

Is it possible to import a list of user CN values via CSV file into the basket of the web interface or the console to perform an operation?

asked Aug 15, 2014 by rgreggs (250 points)
3,548 questions
3,239 answers
8,232 comments
547,814 users