AscendantWare.PSIpenta.x4u 1.0.0

dotnet add package AscendantWare.PSIpenta.x4u --version 1.0.0
                    
NuGet\Install-Package AscendantWare.PSIpenta.x4u -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AscendantWare.PSIpenta.x4u" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AscendantWare.PSIpenta.x4u" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AscendantWare.PSIpenta.x4u" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AscendantWare.PSIpenta.x4u --version 1.0.0
                    
#r "nuget: AscendantWare.PSIpenta.x4u, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AscendantWare.PSIpenta.x4u@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AscendantWare.PSIpenta.x4u&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AscendantWare.PSIpenta.x4u&version=1.0.0
                    
Install as a Cake Tool

AscendantWare.PSIpenta.x4u

Lightweight .NET library for generating and opening PSIpenta .x4u workflow files.

The package simplifies the creation of X4U XML structures used by PSIpenta workflows and business object integrations.


Features

  • Generate valid X4U XML structures
  • Create .x4u files programmatically
  • Open generated workflow files directly
  • UTF-8 encoding without BOM
  • Strongly typed XML serialization
  • Simple API surface
  • Compatible with .NET applications and automation tools


    Dictionary<String, String> Normkey = new Dictionary<String, String>();
    Normkey.Add("KD_VORGANGS_NR", "0815");
    Normkey.Add("MD_KD_VORGANGS_ART", "AU");
    Normkey.Add("POSITIONS_NR", "10");
    Normkey.Add("UNTER_POSITIONS_NR", "0");

    AscendantWare.PSIpenta.x4u.Openx4u("Datapool(Server)_D", "100", "PKVP", new List<Dictionary<string, string>>() { Normkey });


🏢 Über AscendantWare e.K.

AscendantWare e.K. ist ein auf ERP-Lösungen spezialisiertes Unternehmen mit tiefgehender Expertise rund um PSIpenta – die ERP-Plattform der PSI Software SE für Fertigungs- und Industrieunternehmen.

Wir entwickeln maßgeschneiderte Erweiterungen, Integrationen, Automatisierungen und Tools für PSIpenta und unterstützen Unternehmen dabei, das volle Potenzial ihres ERP-Systems auszuschöpfen.


📬 Kontakt

Sie interessieren sich für unsere Dienstleistungen oder haben ein konkretes Projekt?
Wir freuen uns auf Ihre Anfrage!

AscendantWare e.K.
👤 Inhaber: Felix Wohlfarth 📧 E-Mail: info@ascendant-ware.de 🌐 Website: https://www.ascendant-ware.de 📍 Adresse: Hauptstraße 45, 06773 Gräfenhainichen OT Schköna, Deutschland


©2026 AscendantWare e.K. – Alle Rechte vorbehalten.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 50 6/4/2026