Installation Instructions¶
Preparations¶
- Check that the requirements are met.
Installation¶
For solutions that aren't built with CRM Work Order, complete all these steps:
-
Add the Form Protocol package to the solution:
poetry add limepkg-form
-
Install LIP Package through VBA.
-
In LISA:
- Insert descriptives
- Insert sql on updates
- Insert icons
-
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). -
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
-
Create an action pad (parent.html) and load the LBS app in it:
<div data-app="{ app:'limepkg_form', config:{} }" ></div>