This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Threshold level for a process

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.

Parents
  • So, just for my understanding. You are having processes in the job queue marked as OVERLIMIT, which would be the correct behavior as you have set the Threshold (disable) value for your process. So stopping your process by using the thresholds is working I assume.

    As you already figured out, the processes are generated because the objects in the table ADSAccount have been updated by the synchronization. 

    Without knowing your business use-case, maybe using the quotas in your sync project would help you out here.

     

Reply
  • So, just for my understanding. You are having processes in the job queue marked as OVERLIMIT, which would be the correct behavior as you have set the Threshold (disable) value for your process. So stopping your process by using the thresholds is working I assume.

    As you already figured out, the processes are generated because the objects in the table ADSAccount have been updated by the synchronization. 

    Without knowing your business use-case, maybe using the quotas in your sync project would help you out here.

     

Children
No Data