Combining scripts in provisioning policies

Is there any guidance on whether we should combine scripts in provisioning policies or have separate scripts for each task?

Whilst reviewing our scripts in our User Provisioning policy, I've found we have two scripts both using the same event handler (onPostModify).  One script checks the office and updates the address in the request, the other script checks for any linked accounts need to be updated (we have virtual attributes that link accounts).

Whilst I can like the fact each script is going is own job, I wonder if there is a performance hit for doing this?

Top Replies

  • Hi  

    To some extent this is personal choice, there are advantages and disadvantages to both approaches. IE:

    • Multiple executions of shorter quicker scripts, vs single execution of longer slightly…