In our EspoCRM application we have an entity "Service Task" that describes a customer request and I was looking for a way to integrate a micro "to do list" into this entity as a field and thus created a custom type of field that combines the advantages of the array field type (add or delete items on the fly) and the checklist field type (mark items as done/not done or any other boolean condition) which works perfectly for this purpose.
For those interested, it is packaged as a free extension and can be downloaded here: https://github.com/telecastg/dynamic...st-for-espocrm
To install:
1) Download the zip file
2) Go to Administration >> Extensions click "Browse" to select the zip file and then click "Upload"
3) Click "Install" after the zip file has been uploaded
4) Rebuild EspoCRM
To add as new field to any entity:
1) Go to Administration >> Entity Manager >> {{your entity}} and click "Add Field"
2) Select type "Dynamic Checklist" and enter the desired parameters (name, label, etc)
Cheers
For those interested, it is packaged as a free extension and can be downloaded here: https://github.com/telecastg/dynamic...st-for-espocrm
To install:
1) Download the zip file
2) Go to Administration >> Extensions click "Browse" to select the zip file and then click "Upload"
3) Click "Install" after the zip file has been uploaded
4) Rebuild EspoCRM
To add as new field to any entity:
1) Go to Administration >> Entity Manager >> {{your entity}} and click "Add Field"
2) Select type "Dynamic Checklist" and enter the desired parameters (name, label, etc)
Cheers
Comment