I have uploaded an AttributeGenerator rule for sAMAccountName.
I need to update the plan to provision userPrincipalName(upn) value. This value should be as follows:
upn = sAMAccountName@domain
where “@domain” are available on the identity attribute
I know I can use ‘BeforeProvisioning’ rule to do this. But this would require expert service hours. And I have already uploaded the major rule to generate sAMAccountName
I have tried Services Standard before provisioning rule, but I am not sure how to access a plan attribute there. Account would not be created so cannot use #{account.sAMAccountName}.
BeforeCreate rule is used to run powershell scripts only. Cannot modify the plan here.
Is there any other way to manipulate the plan before the provisioning happens on Active Directory?