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 Team, I have to postpone transaction item only once and next time it’ has to failed .
please help with this scenario.
Regards,
Manoj.
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.