Why room service type record is not appear?
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
Benjith Sam wrote:
Thanks.
now it can show the room service record now