Hi all,
I've been struggle with the booking assignment again.In chapter 6, I have to make a new screen for Check-Out.I did it but the Checked-In status isn't changed to Check-OutOther status such as to Checked-In or Booked can be changed.
I tried to implement the Check-Out status change for many times in a different way,but any of them didn't work at all.
I attached my oml. Could you take a look at it and give me a hint?If you can, I will appreciate it.
Best regards,Mai
Hi Mai,
I have checked your oml and it is missing input parameter in BookingCheckOut Screen, and use this input parameter(BookingId) to get data of particular booking to change status.
In your case always first record status is chaged in chekc out.
I have updated your oml.
Hope this will help you.
Regards
Rahul Sahu
Hi Rahul Sahu,
Thank you for your help!I could finally change Check-Out status!I cant't believe that I forgot input parameter. Such a small mistake.
I really appreciate it.Best Regards,Mai
I have checked your change status action and it looks fine. May I know where are your checking if status is changed or not?
I am not able to run your module because there are missing depedencies of your core module so share core module oml also.
Hi Nikhil Gaur,
Thank you for checking!
Checked-Out Status Change is not working.When the booking's status is "Checked-In", the Booking Detail screen shows "Checke Out" button.It moves to Booking Check Out screen. Then, you pushed the "Confirm Check Out" button but the status does not change. The status is still "Checked In"
I attached BookingCore oml. I guess it is supposed to work.
Thank you for your corporation.
Regards,Mai
Booking Assignments 6: Add Confirmation Before Checking Out
I am not able to make the check out work, but the Check-In status has not been changed to Check-Out.Other statuses like Checked In or Booked are not changing.I have tried to implement the Checkout status change several times, but without success.If anyone can look and can help thank you.