Overview The following pages teach you how to build your first 3rd part application for Sigma (Sigma App). You’ll learn how to create a “Hello World” project with the build-in AppScript editor. Finally, you’ll learn how to bundle your new app, so it can be distributed to other Sigma users without allowing them to access...
Getting started In order to start building and executing your first app, you need to have Sigma installed. The code itself can be written in any editor, however execution and debugging of the source code must be done from the build-in AppScript editor. Therefore we will start showing you how to open and use the...
Writing your first code So now we are ready for the fun part; writing the code! After following this guide, you will eventually end up with an app which shows a new ribbon and when clicking the button, it will show an alert with the name of the current Sigma estimate. We will step-wise build...
Bundle your app Once you are done with the app, you probably want to “bundle” it, so the app is easy to distribute to other Sigma users. You can also add a license or make an installation file (Sigma Package). Go to the Distribution page to read more about this. Start by saving your source...