You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to understand at the beginning of the project if the performance of the ERP API is good enough to process all request in a reasonable amount of time we need to create a script/code.
Create a Performance Test script and store it in the powerGatePlugin folder, for example: Files/powerGatePlugin/ErpServices/Powershell_Tests/Performance-Test-Script.ps1
Comment below where the Performance Test script is stored
Retrieved 10 ERP BOMs with all those children one by one
N/A
Not tested the performance
Updated in all 10 ERP BOMs each bom row one by one
N/A
Not tested the performance
Plugin development
After the Performance tests are done, the following functionalities should be developed in the plugin for the standard integration:
Create a PowerShell script where each implemented Plugin operation must have an example with powergate so that the Client Developer for Vault/Inventor knows how to communicate with the plugin. Example
Items
Create a new ERP item
The Number can be set manually
The Number can be generated by the ERP
Update an existing ERP item
Read one ERP item
Read multiple ERP items with search criteria such as “contains”
Bill of Materials
Create a new Bill of Material (only first level)
Update Bill of Material header information
Update one ERP item of the existing Bill of Material
Add one ERP item to the existing Bill of Material
Delete one ERP item from the existing Bill of Material
Read one Bill of Material header with Bill of Material positions (only first level)
The text was updated successfully, but these errors were encountered:
This issue is used by CoolOrange to:
API Performance
After we have received all API requirements from the Customer mentioned in the following issue ,
we can start with the Performance tests.
In order to understand at the beginning of the project if the performance of the ERP API is good enough to process all request in a reasonable amount of time we need to create a script/code.
Files/powerGatePlugin/ErpServices/Powershell_Tests/Performance-Test-Script.ps1
Examples
Operations to test the performance
Plugin development
After the Performance tests are done, the following functionalities should be developed in the plugin for the standard integration:
Items
Bill of Materials
The text was updated successfully, but these errors were encountered: