---
title: "UI Automation"
description: "Introduction to UI Automation framework in Visma Net ERP."
lang: en
languages:
  en: https://docs.vismasoftware.no/vismanetapi/ui-automation/index.md
lastmod: 2026-02-18
---

> Documentation index: https://docs.vismasoftware.no/vismanetapi/ui-automation/llms.txt


# UI Automation

Last modified February 18, 2026

> Introduction to UI Automation framework in Visma Net ERP.


## Introduction

UI Automation framework is a powerful feature designed to enable
developers to build and embed custom iFrame applications directly into
our ERP system. These UI Automations allow developers to create
Graphical User Interface (GUI) components that seamlessly integrate
within the ERP ecosystem. This functionality empowers developers to
enhance the ERP with tailored solutions, enabling customers to address
their unique business needs and workflows.

With the UI Automation framework, you can adapt our ERP solution to
better align with specific industries, user preferences, and specialized
processes.

## Sample flow setup

This document will cover the following three primary steps:

1. **Step 1**: Publish application to app store (invitation code)
2. **Step 2**: Subscribe to webhook event tenant application added
3. **Step 3**: Use POST /v1/uiExtension-endpoint to activate the
    application on the company (tenantId)

## Architecture overview

![Architecture](https://docs.vismasoftware.no/vismanetapi/ui-automation/1-model.png)


---

[View this page](https://docs.vismasoftware.no/vismanetapi/ui-automation/)


## In this section


- [Developer Portal - Sample Set Up](https://docs.vismasoftware.no/vismanetapi/ui-automation/developer-portal-sample-setup/index.md): Steps to set up a sample UI Automation application in the Visma Developer Portal.

- [Sample Project](https://docs.vismasoftware.no/vismanetapi/ui-automation/sample-project/index.md): Information about the sample project to help you begin building your application.

- [Messages from/to Visma Net](https://docs.vismasoftware.no/vismanetapi/ui-automation/messages-from-visma-net/messages-from-visma-net/index.md): Details of communication between UI Automation and Visma Net.

- [Activating a UI Automation](https://docs.vismasoftware.no/vismanetapi/ui-automation/activating-ui-automation/index.md): Steps to enable UI Automation for a customer’s specific company.
