PGV - Must begin with

Hi Team. 

What i am looking to do is when a new user is created in a certain OU to enforce certain standards. for example. 


When creating a service account i wish the First Name to start SVC_ Now on the PGV i can set First Name must be specified and First Name must begin with SVC_ and this is fine and works. Ideally what i would like to do is have the First Name field already populate SVC_ and then allow the person to continue with the reset of the first name. for example SVC_ABC-System

Setting First Name must be on the PGV works in that it populates the First Name field but as soon as i type ABC-System it tells me it does not meet the requirements. 

Any suggestions? 

Parents
  • Options:

    You can have the PGV pre-fill the SVC_ part as a "default" value.

    You could have a bit of code in a script policy populate the SVC_ with OnGetEffectivePolicy Handler

    You could have a change workflow intercept the request to see if the SVC_ prefix is on whatever property(ies) and add it if it's missing.  This is often the simplest way.

Reply
  • Options:

    You can have the PGV pre-fill the SVC_ part as a "default" value.

    You could have a bit of code in a script policy populate the SVC_ with OnGetEffectivePolicy Handler

    You could have a change workflow intercept the request to see if the SVC_ prefix is on whatever property(ies) and add it if it's missing.  This is often the simplest way.

Children