I am creating a customization where an entity is supposed to have dynamic images. It goes like this. There is an image of a floor and when I click on the floor image, it should open up to show me an image of wings in the floor and from floor wings to rooms in that wing. The rooms should have indicators showing whether the bed in the room is empty or occupied (e.g red for occupied and green for empty). These indicators are the one that needs to be updated based on values in a form.
I have divided the project in two parts:
Part1: I have made dynamics tables and and if i click on the table of the floor , it opens another table with the wings of the floor in that building showing, and clicking on a particular wing opens up a new table with rooms in it.
Part2: This is the part where (I think) REST comes in to update the images of the room. But I need help in how to update the particular room in the image through the entity form. Michael Hammons suggested cross referencing tables. But I dont know how to set them up.
Part 1 of the solution has been completed with help from Michael Hammons (https://community.dynamics.com/members/michael-hammons/default.aspx).
The part two of the question is where the data updated the image. I need help in how to update the image and how to particularly update the particular room through the data.
*This post is locked for comments