Skip to content

Installation Instructions

Preparations

Installation

For solutions that aren't built with CRM Work Order, complete all these steps:

  1. Add the Form Protocol package to the solution:

    poetry add limepkg-form

  2. Got to Lime Admin -> Settings -> Form -> Setup and follow the instructions.

  3. In Lime Admin:

    • Add a tab on the parent lime type (For example workorder)
    • Use icon edit_file for the tab
    • Use web component lwc-limepkg-form for the tab
  4. Configure the addon.

Optional steps (If using the desktop client):

LISA

  • In LISA insert the following:
    • Descriptives found in the folder lisa\descriptives.
    • Icons found in the folder lisa\icons.

Desktop Client

  • Add the LBS app found in legacy\apps\limepkg_form in the apps folder.

  • Create an action pad for the parent limetype (parent.html) and load the LBS app in it:

    <div
        data-app="{
        app:'limepkg_form',
        config:{}
    }"
    ></div>