Skip to content
Developerhome

Deployment

  Less than to read

Deployment of Web screen customisations differs between Sage 200 Standard and Sage 200 Professional.

Single Site Deployment

Sage 200 Standard

In the previous step, we covered how to customise a screen. This process is how you would deploy onto a single site.

Adding web screen customistations to Sage 200 Standard is a quick and easy process.

  1. Open the Sage 200 application.
  2. Go to Settings in the left-hand navigation pane.
  3. Select Organisational and Financial.
  4. Click on Web Extensions.

Once on the Web Extensions screen you can choose to click the Add button to start creating a new schema, or paste in a copied schema from your own editor or IDE.

web extensions list The Web extensions screen

Sage 200 Professional

In Professional the steps are slightly different:

  1. Open the Sage 200 Web Portal.
  2. Navigate to Accounting System Manager.
  3. Go to System Utilities.
  4. Click on Web Extensions.

Once on the Web Extensions screen, you can choose to click the Add button to start creating a new schema, or paste in a copied schema from your own editor or IDE.

We would only recommend you use this process with Professional for a single site specific customisation, to save on repetition. If you are deploying to multiple sites, using an SDBX Package is prefered.

SDBX Package (For Sage 200 Professional)

In Sage 200 Professional, you have the option to create and deploy web screen customisations using an SDBX Package. This method is particularly useful for building add-ons and customisations intended for deployment across multiple sites. With SDBX Packages, you can bundle schema files, additional JavaScript libraries, and other components into a single package for easy and repeated deployment.

Benefits of using SDBX Packages:

  • Include JavaScript Customisations: Incorporate JavaScript libraries and create custom features.
  • Bundle Multiple Extensions: Package multiple extensions into one SDBX file for streamlined deployment across various sites.

It is recommended to use SDBX Packages when planning to deploy customisations across multiple sites, as it simplifies the distribution and installation process. For detailed instructions on creating and using SDBX Packages, please refer to the SDK Helpfiles. Access to these tools and resources is available exclusively to members of the UK Developer Programme. If you are interested in joining, please contact us.

:

Please note that while JSON schema customisations are supported, customisations involving JavaScript and its libraries are not supported by Developer Services due to the extensive range of options available. We encourage you to connect with fellow developers in our developer community for support and discussions on these advanced customisations.

Next - Build your first customisation