Need to postpone queue item only once

Hi Team, I have to postpone transaction item only once and next time it’ has to failed .

please help with this scenario.

Regards,
Manoj.

Hi @manojmanu.rpa

Check below post for your reference

Hope this may help you

Thanks,
Srini

Hi @manojmanu.rpa

Check out this thread and document

Regards
Gokul

@manojmanu.rpa

I beleive youc an use the postponed time value itslef.for the first time it will be null but later it will have a value…when its null postpone and later do not postpone

IsNothing(transactionitwm.deferdate) OrElse String.IsNullOrEmpty(transactionitem.DeferDate.ToString) is what can be used to check empty

Cheers

thanks a lot @Anil_G , It works.

Regards,
Manoj.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.