Skip to main content

How to Create Local Combined New User Setup

Prerequisites

We assume you have all prerequisites you may need, including:

  1. If needed: the VPN is configured to access the Finmars resources
  2. If needed: access to the Virtual Machine to work with the sensitive information
  3. Must have: registered in Finmars in the needed region environment (self-registered or registered by Finmars)
  4. Must have: having permissions set to allow continue with the Action in the Guide

Creating Local Combined New User Setup

  1. Create and push to Marketplace 2 modules with different layouts

    image.png



  2. Create and push to Marketplace not a module, but a package containing 2 of these layout modules at once

    image.png


  3. Use this code as an example to create a package.
    {
        "configuration_code": "com.finmars.marscapital_std",
        "date": "2025-02-21",
        "dependencies": [
            {
                "channel": "stable",
                "configuration_code": "com.finmars.marscapital-forms-and-layouts",
                "version": "2.0.3"
            },
            {
                "channel": "stable",
                "configuration_code": "com.finmars.standard-layouts",
                "version": "1.6.2"
            }
        ],
        "description": "",
        "name": "Mars Capital + STD New user setup package",
        "version": "1.0.1"
    }

  4. Finally, create a New user setup using not a file with the layouts of one of the modules, but a link to a registered package with two layout modules

    image.png