From 2218bfe1bfd80d9b697a29fdf0451322d34dbd4d Mon Sep 17 00:00:00 2001 From: Omar Gonsenheim <44280636+telecastg@users.noreply.github.com> Date: Wed, 15 Apr 2020 21:28:00 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78edd37..32382ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # dynamic-checklist-for-espocrm -EspoCRM extension that adds a custom type field which allows to dynamically create a checklist inside any EspoCRM entity. +EspoCRM extension to add a custom type field which allows to dynamically create a checklist inside any EspoCRM entity. + +With this type of field, it is possible to add and edit checklist items on the fly, possible applications include creations fully editable micro to-do lists inside an entity or to describe sub-tasks inside a task. + +For screen shots of the field settings and example of application visit this thread in the EspoCRM forum: +https://forum.espocrm.com/forum/developer-help/54203-ability-to-create-and-modify-checklists-as-a-custom-field-inside-any-entity + -With this type of field, it is possible to add and edit checklist items on the fly.