Hello everyone,
we are facing the following issue with our DBD-BIM Plugin in ARCHICAD:
We would like to store project data that is equally available and editable for all users of a Teamwork project, and that exists only once within the project.
Currently, we are using the function ACAPI_AddOnObject_CreateUniqueObject. However, we have found that the data written with this method can only be modified by the user who originally created it. Our requirement is that any user in the Teamwork project should be able to edit this data.
As an alternative, we tested the function ACAPI_AddOnObject_CreateObject. The drawback here is that each user gets their own separate data container, which would result in different users being able to set different construction cost regions in the same project.
Could you please advise us on the best way to store such project data so that it fulfills our requirements?
Thank you very much for your support.