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. Download the LIP package for Form Protocol from Github

  3. Install LIP Package through VBA.

  4. In LISA:

    • Insert descriptives
    • Insert sql on updates
    • Insert icons
  5. Add a relation from limepkg_form_protocol to the parent lime type. The name of this relation must have the default name (name of the parent lime type).

  6. 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
  7. Create an action pad (parent.html) and load the LBS app in it:

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