Hi Experts,
I am trying to set a threshold level for ADS_ADSAccount_Update and ADS_ADSaccount_Update_Updateperson process so that if more than 50 records are updated once then send a over limit Waring in Job queue and do not update the Values in ADS account table.
So I set the value Threshold(Abort) = 50. So I got the over limit warning when there are more than 50 accounts were about to update, but some how the values are updated in ADSAccount table . How can I stop the values updating in ADSaccounttabe.
Thank you.