Book a Demo

Author Topic: Add-in without license  (Read 3825 times)

amacara1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Add-in without license
« on: February 01, 2023, 03:39:37 am »
I am trying to register my script to EA_OnContextItemModified event. Is it possible to create and deploy an add-in without license? From what I read in EA documentation, it does not mention this option :(

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13510
  • Karma: +573/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Add-in without license
« Reply #1 on: February 01, 2023, 05:31:36 am »
Whether or not the add-in requires a license is up to you as license developer.
You can develop and deploy an add-in without having a license for EA, but you wouldn't be able to test it.
You cannot run EA without a license for EA, so there's no way for you as a developer to know if it works or not.

Geert

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 344
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Re: Add-in without license
« Reply #2 on: February 01, 2023, 07:03:33 am »
But is it possible to create the add-in and register it in the 30-day trial version, isn't it?

amacara1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Add-in without license
« Reply #3 on: February 02, 2023, 01:45:51 am »
Thank you for the replies. I do have license for EA, but reading documentation I understood my add-in would also require a kind of license.
Actually, I would like to be able to use a JScript (stored in a MDG) to listen and act on EA_OnContextItemModified event - could I do that, please?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13510
  • Karma: +573/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Add-in without license
« Reply #4 on: February 02, 2023, 02:46:16 am »
Thank you for the replies. I do have license for EA, but reading documentation I understood my add-in would also require a kind of license.
Actually, I would like to be able to use a JScript (stored in a MDG) to listen and act on EA_OnContextItemModified event - could I do that, please?
There is a new model-addin feature that uses Javascript, but I don't think you can store such a model-addin in an MDG
Regular scripts can't use the events.

You need either your own add-in, or EA-Matic.
But anyhow using add-ins doesn't require any kind of extra license; unless you would want that, and programmed it into your add-in.

Geert