powerGate v23

v23.0.13

18-04-2023

General

Fixed

v23.0.12

04-04-2023

Features

General

Fixed

  • Issue with Sample.SyncERPTabConfiguration where the script failed and an error dialog was displayed,
    when a user logged in to Vault with no Vault Get Options or Vault Set Options permission

v23.0.10

17-03-2023

Fixed

  • Issue with Update-ERPObject where the cmdlet did not return a result even though the update was successful,
    when the BeforeRequest/AfterResponse action gets set in -OnConnect of the Connect-ERP

v23.0.9

07-03-2023

General

  • Updated powerEvents to version: 23.0.19.
    This prevents crashes of the Vault Client that can occur in custom ERP Tabs after scripting errors in UI events or when using the Show-Inspector cmdlet,
    especially in scripts based on Sample.TransferERPBOMViaFileTab or Sample.TransferERPBOMViaItemTab.

v23.0.8

08-02-2023

Features

  • Extended Setup with additional command-line argument for installing product without sample files and without powerJobs Client on Job Processor and unsupported Vault workstations

Fixed

  • Issue with Setup that after upgrading it was not longer possible to uninstall via Programs & Features, when the Setup file of the previous installation was renamed or removed

v23.0.7

12-01-2023

Fixed

  • Issue in BOM Window when multiple positions of the same item are displayed in the BOM Tab and the custom BOM properties of the first bomRow were incorrectly displayed for all rows and also transferred to ERP

  • In the Field Chooser all BOM properties can be correctly identified with a corresponding BOM icon

  • Issue with Add-ERPMedia where uploading a file to an EntitySet of an Odata v4 service failed when using the -Properties argument

Warning

When upgrading to this version with saved layout files, the columns and their order on the Item Tab and BOM Tab are reset to the default value.

v23.0.6

19-12-2022

Features

  • Added Sample.SyncERPTabConfiguration script that provides Tools Menu items in the Vault Client for uploading -and downloading configurations for the ERP integrations

v23.0.5

14-12-2022

Features

  • The “ERP Item” tabs in the Vault Client allow to create new materials in the ERP system, with information from the selected Vault file, Vault item or manually entered data.
    In addition, these tabs also allow material information to be updated in the ERP system directly from the Vault Client.

  • Enhanced “ERP BOM” tabs with the ability to batch transfer material- and BOM data to the ERP system.
    With the BOM Window the complete CAD-BOM of the selected Vault file or Vault item can be displayed and its status can be compared with the ERP system.
    BOMs, individual positions or items that do not yet exist or need to be updated can than be automatically transferred to ERP.

General

  • Renamed sample scripts Sample.DisplayERPItemInFileTab.ps1 to Sample.TransferERPItemViaFileTab.ps1 and Sample.DisplayERPItemInFileTab.ps1 to Sample.TransferERPItemViaItemTab.ps1

  • Renamed used Sample.DisplayERPItemTab.xaml file to Sample.TransferERPItemTab.xaml

  • Renamed sample scripts Sample.DisplayERPBOMInFileTab.ps1 to Sample.TransferERPBOMViaFileTab.ps1 and Sample.DisplayERPBOMInFileTab.ps1 to Sample.TransferERPBOMViaItemTab.ps1

  • Renamed used Sample.DisplayERPBOMTab.xaml file to Sample.TransferERPBOMTab.xaml

v23.0.4

06-12-2022

Features

  • Added Sample.ConnectToPowerGateServer script that automatically connects to the test/productive powerGateServer environment depending on the logged in Vault

  • Added ERP Item tab that displays the material number and other relevant information from the ERP system for a selected Vault file

  • Added ERP BOM tab that displays the complete ERP bill of materials (BOM) for the selected Vault file

  • Added ERP Item tab that displays the material number and other relevant information from the ERP system for a selected Vault item

  • Added ERP BOM tab that displays the complete ERP bill of materials (BOM) for the selected Vault item

Fixed

  • Issue with Disconnect-ERP and IErpService.Dispose() that performed unnecessary requests which terminated with the unclear error message “Unexpected WebException encountered” when closing connections to unavailable Catalog Services (powerGateServer and SAP systems)

Breaking Changes

ERP integrations without powerGateServer (SAP)
The Sample.ConnectToPowerGateServer script is active by default and will, depending on the Vault name try to connect to a powerGateServer on the localhost or ADMS.
For ERP integrations where no powerGateServer is used (e.g. with SAP systems), Error Message Boxes are displayed after logging into Vault.
The sample script must therefore be disabled.

v23.0.3

10-11-2022

Fixed

  • Issue with Update-ERPObject that -Keys were missing in request body when using PUT as PreferredUpdateMethod

v23.0.2

17-10-2022

Fixed

v23.0.1

05-10-2022

Features

  • powerJobs Client is automatically installed and therefore adds support for Vault Applications:
    Vault Client- and Inventor 2023, 2022 and 2021

  • An Error Message Box informs about erroneous ERP cmdlet usage and parameters by which no web requests can be sent
    (e.g. missing Connect-ERP invocations, $null values for -Keys or for not-nullable -Properties, wrong property names, property values of invalid type…)

  • Also in the BOM Window, where multiple BOMs, rows and Items are checked or transferred, automatic Error states are displayed if ERP cmdlets with problematic parameter values are used.

  • powerEvents Restriction events are automatically restricted when such issue occur in ERP cmdlets.

Breaking Changes

Requires Vault Professional Client
The product can only be installed on environments where Autodesk Vault Professional Client 2023, 2022 or 2021 is installed.