powerGate v23
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
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
Issue with Connection Error Dialog not displayed in Vault Data Standard customizations (e.g. powerGateTemplate) and powerEvents scripts
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 2021An 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.