04/08/2022 - v5.2.1.63

04/08/2022 - v5.2.1.63

04/08/2022 - v5.2.1.63

Added Single Sign-On to STRATUS

Added Single Sign-On to STRATUS which provides the ability to use your company's identity provider for STRATUS authentication. See the SSO for STRATUS article for more information.

Added Automated MAJ / PCF when Package Tracking Status Changes

Added the ability to automatically generate a MAJ / PCF file when a Package Tracking Status changes. The automation is linked to the Package Category.

To automatically generate a MAJ / PCF file when a Package Tracking Status changes:

  1. Under Admin > Company > Package Categories, the Generate MAJ and PCF on Tracking Status options display for each package category.

     

  2. By default, the Generate MAJ or PCF is set to Off. For each Package Category, one tracking status can be selected to generate a MAJ and/or a PCF file. Note: These files can still be generated on the Packages Dashboard in the Output column.

     

    1. Off - Neither MAJ or PCF files will be automatically created for the Package Category.

    2. Any tracking status - When the package tracking status is changed to the selected tracking status, the process to generate a MAJ and/or PCF will begin and the file will display in the Package’s > Attachments when it has completed. There is no visual indication that this process has started.

  3. In this example, for the Fabrication Release Package Category, the Issued for Fabrication tracking status is selected for both the Generate MAJ on Tracking Status and the Generate PCF on Tracking Status.

     

  4. After changing a package tracking status to Issued For Fabrication, the process to generate a MAJ and/or PCF will begin and the file(s) will display in the Package’s > Attachments when the process has completed. There is no visual indication that this process has started.

  5. The MAJ and/or PCF will display in the Package’s > Attachments.

Added to the Project Table a Created Column

Added to Admin > Company > Projects > Project table a Created column that displays the date when the project was added to STRATUS from BIM 360.

Added Split() Function and Fixed Len() Function

Added a Split() Function and fixed an issue with the Len() function.

Len Example should return ‘2-3-4-5’:

Right('1-2-3-4-5',Len('1-2-3-4-5')-2)

Split example should return ‘1;2;3;4;5’:

Split('1-2-3-4-5','-')

Added to Users an Add to New Projects Option

To better control which users are added to new projects the checkbox option Add User to New Projects was added to Admin > Company > Users.

  • Checked - When checked, the user will be added to any new projects when the Admin > Company > Projects > Add Projects from BIM 360 Docs button is clicked.

  • Unchecked - When unchecked, the user will be not be added to new projects when the Admin > Company > Projects > Add Projects from BIM 360 Docs button is clicked.

Added Section Filter to CADmep Default Level Options

Added a filter to the STRATUS Publish Addin for the Default Level to only display sections assigned to parts in the model. It will show all sections available if no section is assigned to a part. For example:

  1. One or more parts in the model have been assigned a Section value (Ex. Level 0) other than None.

  2. As a result, the STRATUS Publish Addin will only display sections assigned to parts in the model (Ex. Level 0 and Misc).

     

  3. Alternatively, if no parts in the model have been assigned a Section value other than None.

  4. Then, as a result, the STRATUS Publish Addin will display all available sections from your database (Ex. Level 0, Level 1… Misc, Preliminary)

Fixed an Assemblies Viewer Issue

Fixed an Assemblies Viewer issue where selecting a part in the 3D viewer did not select the part in the parts list.

Fixed a Packages > Schedule Editing Issue

Fixed an issue editing dates (Start, End, or moving the item) on the Packages > Schedule. Also fixed an issue where the Phase Start Date did not match the same date under Packages > Package > Properties in the Planning section.

Fixed a .PSVR File Issue with Saddle Offset Values

Fixed an issue with the generated .PSVR file so that saddle offset values from centerline properly extract for Fabrication Parts.

Fixed A360 Folder Path Issues

Fixed a couple of A360 Folder Path issues under Admin > Company > Projects.

  1. When more than 2 child folders were configured for a project’s A360 Folder Path, an error resulted.

     

  2. After a model is published to a A360 Folder Path A, if the A360 Folder Path changes to B:

    1. Models that have already been published to A continue to be published to the A360 Folder Path A and the Version number increments (Ex. Project Files\STRATUS\Test2\Test3).

    2. Models that have been published for the first time will be published to the A360 Folder Path B (Ex. Project Files\STRATUS\NewPath)

       

Fixed BOM Report Length Property Value

Fixed an issue with the Package BOM's Length value continued to use the default Length value rather even after the Length property to be used was overridden under Admin > Company > Part Templates > BOM Mappings to use a STRATUS.Field.* property.