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
-
Got to
Lime Admin
->Settings
->Form
->Setup
and follow the instructions. -
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
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>