I am currently working on mover Scenarios and handling attribute changes.
One of the topics is handling name changes. When a name is changed the CN should be changed too. I am trying to use a before modify rule to set AC_NewName when a name is changed through this logic:
The connector rules give you access to read the provisioning plan, but not to modify it. That would have to be done in a before provisioning rule
You can technically use the services standard before provisioning rule, but that doesn’t account for uniqueness which can be problematic when trying to use AC_NewName.
I’ve gone back and forth on how to do this and haven’t been able to find a good solution, so I’d love for someone to chime in here
ETA: do you “effectively” control the provisioning plan by being able to modify the account in PS to your liking? Sure, I guess.
If the issue is with uniqueness then the best option for you is Cloud Rule only that too Before Provisioning Rule which will give you ability to do customisation as well do check for uniquness
But I was also able to modify Provisioning plans inside a before create rule and that worked too. I am trying to avoid cloud rules as much as I can, because I want to be more flexible and able to do quick chnages.
Hi @fayadm It’s my understanding that you can’t use a connector rule for AC type name changes because of the additional processing that goes along side the use of those special attributes. ISC itself has to know to do a single aggregation post provisioning to update the account ID, which it wouldn’t know to do if it was done on the connector.