ERP Helper (VS Code) is a Visual Studio Code extension with a set of utilities for developing ERP integrations. It includes XSL transformation and Workday® API SOAP calls.
From any open editor, right-click (Windows) or control-click (Mac) and locate ERP Helper on the context menu.
XML Transformations (XSLT)
To perform the most common function (XML transformation with XSLT) follow these instructions:
Open the XML document in an editor window.
Open the XSLT document in an editor window to the right of the XML document (as shown in the image below).
To ensure that your final output is formatted correctly, include an output element with the indent attribute in your XSLT: <xsl:output method="xml" indent="yes" />
Right-click or control-click to reveal the context menu. Select ERP Helper > Transform (XSLT).
The transformed document will open in a new window.
Extension Settings
This extension contributes the following settings:
erp-helper.webServiceSelected: Most recent Web Service selection under Web Services.
erp-helper.webOperationSelected: Most recent Web Operation selection under Web Services.
erp-helper.connectionSelected: Most recent Connection selection under Connections.
erp-helper.connectionList: Workday tenant connection information. Passwords are saved in secret storage.
Credits
ERP Helper is compatible with Workday®
It is not sponsored, affiliated with, or endorsed by Workday.
Stormloop Technologies
Thank you to Stormloop Technologies for sponsoring the development of ERP Helper. Please check out their service offerings.