25
Views
3
Comments
Solved
Check out room service type record not appear
Question

Why room service type record is not appear?

Bookingsrobby.oml
2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Robbie,

The Room Service List is not getting displayed because of the wrapped IF widget condition satisfies to False branch which is empty

GetRoomServicesById.List.Current.RoomService.RoomServiceType <> NullIdentifier()

Instead the condition should be something like...

GetRoomServicesById.List.Empty


Please check the updated .oml file


Hope this helps you!


Regards,

Benjith Sam

Bookingsrobby.oml
UserImage.jpg
Robbie Chandra

Benjith Sam wrote:

Hi Robbie,

The Room Service List is not getting displayed because of the wrapped IF widget condition satisfies to False branch which is empty

GetRoomServicesById.List.Current.RoomService.RoomServiceType <> NullIdentifier()

Instead the condition should be something like...

GetRoomServicesById.List.Empty


Please check the updated .oml file


Hope this helps you!


Regards,

Benjith Sam

 Thanks.

 now it can show the room service record now

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.