Hi
In below code i want to add another condition . If Item.onbreak = Break then 'Break
Rec.Delivery_Status = item.BookDeliveryStatus.Trim() == "Dispatched" ? "Arriving " : item.BookDeliveryStatus.Trim()
Thanks
Hi
In below code i want to add another condition . If Item.onbreak = Break then 'Break
Rec.Delivery_Status = item.BookDeliveryStatus.Trim() == "Dispatched" ? "Arriving " : item.BookDeliveryStatus.Trim()
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Apr 8, 2023, 10:18 AM
You have to chage here little bit your colunm name,
Ramco RamcoPosted Apr 8, 2023, 10:08 AM
Hi Jignesh
I have item.OnBreak = 'Break' but still it is showing Pending
Thanks
Jignesh KumarPosted Apr 8, 2023, 9:27 AM
Hello,
Try this one,