2024 Update Rollup 1

Configuration of the Fabasoft Integration for Autodesk AutoCADPermanent link for this heading

Known BlocksPermanent link for this heading

Known blocks that are to be processed have to be configured in the AutoCAD configuration object

The name of each known block has to be added to the list Available Blocks in order to be recognized by the LoadFolioFields command.

Fabasoft Folio FieldsPermanent link for this heading

Attributes within known blocks are identified and updated via the use of Fabasoft Folio fields. An attribute in Autodesk AutoCAD is identified by its name (or "tag"). The connection between an attribute and a Fabasoft Folio field is established by a case insensitive match between the attribute's name and the Fabasoft Folio field's object name.

The following fields are defined for the object classes FSCAUTOCAD@1.1001:Drawing and FSCAUTOCAD@1.1001:Project:

  • FieldName (FSCAUTOCAD@1.1001:FieldName)
  • FieldSubject (FSCAUTOCAD@1.1001:FieldSubject)
  • FieldCreatedBy (FSCAUTOCAD@1.1001:FieldCreatedBy)
  • FieldCreatedAt (FSCAUTOCAD@1.1001:FieldCreatedAt)
  • FieldLastChangedBy (FSCAUTOCAD@1.1001:FieldLastChangedBy)
  • FieldLastChangedAt (FSCAUTOCAD@1.1001:FieldLastChangedAt)
  • FieldCurrentVersion (FSCAUTOCAD@1.1001:FieldCurrentVersion)

Global FieldsPermanent link for this heading

Each object class has multiple global fields that are single value Fabasoft Folio fields. These are expected by the LoadFolioFields command as following:

<FieldName>

Example:

FieldName
FieldSubject
FieldCurrentVersion

Multiple FieldsPermanent link for this heading

Each object class can have one set of multiple fields. These are expected by the LoadFolioFields command as following:

<FieldName>_<index>

Example:

FieldEmail_0
FieldEmail_1

FieldEmail_2