Custom code or user functions allows you to write and call functions, services and forms that are in a external assembly.
To start developing with the extensibility technology you need:
- A local installation of PRIMAVERA ERP 10.
- Reference to .NET Framework 4.7.
- Create a new class library project and add a new item - Windows Form.
- Add to your project a reference to `Primavera.Extensibility.CustomCode.
- Add to your project a reference to
ErpBS100
andStdPlatBS100
. This is only necessary if will use the API or the platform. - Finally you can start coding your project.