Expanding the document types that can be attached
Have more default Content Types added to the built in list.
MP3, MP4, WAV and EMAILS for example

-
Juan Pablo Sapia commented
What Stephen says below is right. But that cannot be done in a Cloud (SaaS) implementation. That's why we are asking Archibus to add file extensions that previously were allowed, like .dwg and .zip.
-
Laura Scarabino commented
It would be very important to have some of the previous file extensions that SpaceIQ took out in version 2022.03, like .dwg and .zip.
For customers that uses Portfolio Management, it is important and useful to have the whole properties information (pictures, drawings, contracts) in just one place, and Archibus was ideal for that. But it has lost important functionality by preventing these kind of files to be attached. -
Stephen commented
I have edited the afm-config.xml and edited the section
*****************
<!-- Document Management. Use this section to control the list of file types that users can check into the application and to control the format the program sends the documents back in...........<documentManagement>
<fileTypes>***********************************
and added below to enable email messages to be stored in work request documents
<fileType
extension="msg">
<operations>
<operation
type="showDocument">
<header
contentType="application/outlook"
contentDisposition="attachment; filename="/>
</operation>
<operation
type="checkOut">
<header
contentType="application/octet-stream"
contentDisposition="attachment; filename="/>
</operation>
</operations>
</fileType> -
Alisse Wasser commented
I would add to this, that this should include common file types used by phones such as heci files. I have a lot of users take photos from their phones that I need to convert to JPEG just to attach to a work request