Change the BOTStatus

Hi Folks,

I have pushed the items from db table to queue using bulk queue items…since there are 10k records i am taking first half and second half … (Columns has BOTStatus Which is new at initial ,account number and reasons)now i have to make the BOT status as inqueue for the first half using run command… where i need to include the account number in condition

@sharu_priya

Can you be clear on where you want to change the data?

If in DB use update query if in Queue once the data is added you cannot modify it

cheers

1 Like

Hello @sharu_priya

Do you mean the status of the queue item needs to be updated?

Thanks

1 Like