Skip to content
Eptura
Feedback by UserVoice

Archibus

Archibus

Welcome to Archibus's feedback site.  We love hearing from our clients. If you have suggestions for how we can improve our product & provide you with better solutions to your CRE needs, please share them with us. While we can't respond to every suggestion, our product team regularly reviews all of the ideas submitted.

How it works
  • Search to see if your suggestion currently exists
  • If you have a suggestion that’s not listed yet, submit your own
  • Select a category to tell us which part of the platform your feedback is for 

Archibus

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

958 results found

  1. We provide service to First Nations and have several buildings that have First Nations name using special characters. Can Archibus look into adding First Nations characters in the fonts that the system uses so we can properly name these buildings?

    33 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Compliance  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. The basic Export PDF option in Space Console will only work if the drawing is under a particular size and has fewer than 400 rooms. Unfortunately, this issue affects both 'Space Console' and 'View and Print Floor Plan.' The workaround for both views is to use the 'Export Floor Plans in Floors List to PDF' option (in Space Console). 'View and Print Floor Plan,' which is a view used more frequently and designed for the general user, poses a challenge for users who don't have access to Space Console and only have access to 'View and Print Floor Plan.' For…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Can we have a "dark mode" option for the browser version of "Archibus" and "Onsite" on the phone, for those of us who are photo sensitive. Dark mode also reduces energy consumption.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Platform  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Notification should be sent to the worker/craftperson when the responsible person validates the checklist answer with a "No"?

    This will allow worker to keep the track of any faults / errors reported while inspection

    Please find the attached screenshot.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Maintenance  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Currently on the page which shows the list of work requests the Room Number is NOT visible. Our trades use this to plan their day and right now they have to go into each request individually to plan their day.

    14 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  OnSite  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. The checklist provide an option to create a service request. Depending on the answer to the follow-up question, the maintenance survey report can be displayed in three different ways.
    Screenshots are available in the File tab.

    Example
    When the answer to the question is "No," the option is set to enable the creation of a service request

    NO1. the answer to the question is "Yes" → no record is added in the maintenance survey report screen.(wr_id=1150004568)

    NO2. if the answer to the question is "No Follow-up service request is displayed → Create a service request and complete the checklist →…

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Maintenance  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add a filter option in the manage service level agreements task to search for specific checklists.

    This would allow users to search for outdated checklists that need to be removed/replaced

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Maintenance  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Updating OOTB Service Request Types in Service Catalog.

    We are looking to add the functionality of editing the Menu Title for Out-Of-The-Box service request types in the Service Catalog e.g. SERVICE DESK - INDIVIDUAL MOVE, SERVICE DESK - HOTELING.

    Currently, the Service Catalog is where all the request types in Workplace are created. It shows the Out-Of-The-Box request types and allows you to update the Menu Titles, but changes to the Menu Titles or descriptions are not reflected in the corresponding work request tiles in Workplace.

    You are also given a manage activity types task, to edit the same Activity…

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Workplace  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Enable a user that books a workstation for the whole day to check-out part way through the day and free the workstation making it available for hoteling for the afternoon portion of the day. Currently if they cancel their booking the system deletes the record of their booking completely, thus making the utilization report inaccurate.

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Workplace  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Accessibility is a requirement for my agency and the end user/workplace landing page can be difficult for those with limited sight to view. Furthermore, booking a space through the CAD drawing view, is near impossible with those with sight issues. A default view would be helpful if a voice command option is not.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Workplace  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Starting from 2022.02 seems that there is no more option to disable prepared statements globally in web central.

    You need to take each parameter one by one and replace the ? value in original sql. If the parameter is of type date the thing is even more complex as you need to convert the date string into date object (to_date(……).
    So for debug purposes these are almost useless.

    My suggestion is to update DbConnectionImpl class and to adapt these 2 methods and use them instead of just logging the original sql string. This should work for Oracle

                private String formatSql(String
    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Platform  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Would like ways for the Emergency Teams to identify that they are at a location or a building has been cleared. And for that to be indicated on a map.
    Better ways to identify the damage to a room and the repair status. (This may be done with the work order system, but it's not clear)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. We are looking for a way to simply pull up highlighted floorplans and see the details (rmcat, dv, dp, area, employee (primary and secondary assignments) and pictures we have attached to the rooms. We do not need to mark up but ideally we could select the building off a map or from the list. We do not need surveys, but would like to be able to apply the security roles to the mobile app.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. For PMs that need to be completed within the month they are created, there is no way to specify "last day of the month" as the Due Date. Since the number of days in the month varies, some months the 30 day due date works and the date due is the last day, but and in other months, its the 1st of the next month.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Maintenance  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. We should be able to at least see the equipment information when scanning the QR Code.

    We are expecting that as much information is visible in the Workplace App on scanning the QR Code for any equipment, at least the same information should also be displayed on the Onsite App

    17 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    In Development  ·  4 comments  ·  OnSite  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. When using standard charts in Web Central (ex: Allocation and Benchmark Report) if the highlight color is dark the label text should format to white automatically. Otherwise it may be unreadable.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. When opening the My Profile window to select a user interface language, the list of languages is based on the currently selected language. Example for German:

    • Italienisch (Italien)
    • Französisch (Kanada)
    • Englisch (Australien)
    • Französisch (Frankreich)
    • Japanisch (Japan)
    • Deutsch (Deutschland)
    • ..

    When you're a non-German speaker you will have trouble selecting your language since all names are in German and you probably don't know how your language is spelled in German.

    The situation might be worse if the language is set to Japanese and you don't know how to set it back to English. Hint, it's: 英語 (イギリス).

    Suggestion: Always display each…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Platform  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. When creating user-defined fields, there are instances where two colors with similar shades are generated for different fields (see attached picture). According to the documentation, the highlight color is chosen randomly. I believe there should be an option to manually adjust these colors in case two very similar ones are used.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Space  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. The Save button disappears as the user scrolls down through data entry views. Users often click the button in the lower right-hand corner without reading it - it is a CLOSE button. This causes the user to lose their work.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Platform  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?