Skip to main content
October 11, 2022
Solved

Creating a seat plan for a office floor.

  • October 11, 2022
  • 13 replies
  • 0 views

Hello,

I want to create a seat plan for office floors on Appian. 

Can someone please suggest what objects can i use to create seat plan of more than 200 seats with spaces in between the seats as required.

Thanks

    Best answer by bilalq8990

    You could create selectable svg image(s) of the office plan and plug it in to an interface using the Interactive SVG Map Component plugin

    13 replies

    Participating Frequently
    October 11, 2022

    Do you want to create a UI for that? Please elaborate

    October 11, 2022

    Yes i want to create an interface, where i can select any seat and allocate that seat to an employee.

    Like the way we select seats on booking movies online.

    October 11, 2022

    If you want to keep it simple you can  create Totally Three Tables, one Table with all list of Seat Details, another with All Employee Details and Third one will store Mapping between Seat & Employee, Later you can create one Expression rule to get all Seats which are not occupied (mark one of the column in Seat Table for this) , And similarly list of Employees who didn't got allocated, Call these expression rules in Choice values of the Drop down.

    bilalq8990
    Participating Frequently
    October 11, 2022

    You could create selectable svg image(s) of the office plan and plug it in to an interface using the Interactive SVG Map Component plugin

    October 11, 2022

    Thanks Bilal, I will definitely try this.

    shalinim0003
    October 19, 2022

    use interactiveSvgMapField plugin. Appian Community

    October 19, 2022

    Thanks Shalini, I have worked on the interactiveSvgMapField plugin, but was facing the trouble with text. It is solved now.