Skip to content
EG Sigma Developer

EG Sigma Developer

  • GuidesExpand
    • Build your first app
    • Sample Code
    • Distribution
    • General
  • Support
  • Courses
  • EGDK
EG Sigma Developer
EG Sigma Developer

Build your first app

4
  • Build your first app – Overview
  • Preparing
  • Writing your code
  • Bundle

Distribution

6
  • Distribution – Overview
  • Distribution procedure
  • Package API
  • App Concepts
  • Sigma Bundle Files
  • Packages

General

3
  • API Reference
  • Getting Help
  • Custom Validation Rules

Sample Code

6
  • Sample Code – Overview
  • Export to CSV and Excel
  • Ini files
  • Basic webservices
  • Basic UI settings window
  • Auth2 tokens
View Categories
  • Home
  • Docs
  • Build your first app
  • Build your first app – Overview

Build your first app – Overview

< 1 min read

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 your source code.

This tutorial will in very few steps guide you through the following phases:

Once you have managed to create your first Sigma App, we’ll recommend you to look at some of the Sample Codes in order to get an even better understanding of what other things you may archive with AppScript. AppScript can be used for so many cases and we tent to categorize into two types:

  • Tools: A Sigma App that does something with the Sigma file. That could for instance be updating some specific rows or exporting the data to e.g. an Excel spreadsheet.
  • Integrations: A Sigma App that can interact with a 3rd party system. Usually the connection is established via a webservice like REST.
Updated on May 7, 2019

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
BundlePreparing
Table of Contents
  • Overview

© 2026 EG Sigma Developer

  • Guides
    • Build your first app
    • Sample Code
    • Distribution
    • General
  • Support
  • Courses
  • EGDK