Release: Jun 24, 2020

  • Employee Permissions

    • Can Edit Project Roles - New permission to enable/enable ability to Assign Project Roles.
      Default = Disabled

    • Can Access Project - RFQ Tab - New permission to hide/show the RFQ tab on the Project form.
      Default = Enabled

    • Can Access Project - Contract Tab - This existing permission will now prevent the Value column from loading on the Phase tab of the Project form, the Phase form, the Task Overview form, the My Tasks pane and the Project tab of the Business form.

Some new permissions may be ‘disabled’ by default. After installing the update make sure to enable it for existing users who currently have access to affected areas.

  • Merge Phases - On the Phase tab of the Project form, highlight 2 or more Phases and right-click then select ‘Merge…’ to open the Merge Phase window to combine multiple phases into one.

  • Task Overview Timeline improvements.

    • Sped up the rendering of the grid, especially when multiple months are shown

    • Partial duration bars that extended beyond the time frame will now show properly

    • Fixed issues with text overlapping on screen and the printed version

    • Columns can be customized the same way you can on the Grid view and Report view. Right-click a Filter and select Timeline Columns then either Use Default or Customize. To set the Default columns click the link below the list of filters titled ‘Set Default Columns for Timeline’. Note: This link will change depending on which tab you have selected, for example if the Grid tab is selected the link will be ‘Set Default Columns for Grid’. The Default columns are a per user setting.

  • Fix: Popup Notification for Unsubmitted MRs - This popup stopped working after a previous update

  • Added Functions available in SQL

    • udf_ConvertToFraction16 - A Table-valued function to convert decimals to fractions rounding to the nearest 1/16. To use join with a CROSS APPLY
      Example: SELECT TOP 10 Width, W.FractionNum as WidthFraction FROM Manifest_Item CROSS APPLY udf_ConvertToFraction16(ISNULL(Width, 0)) as W

    • udf_ConvertToFraction32 - Same as above but rounds to nearest 1/32

  • Fix: Bluebeam Import to Estimate - The calculation of products after importing from an XML file was not occurring forcing you to do a manual recalculation of the Estimate. This is fixed in this update.