Ability to create and modify checklists as a custom field inside any entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • item
    replied
    Hello Telecastg,
    Still same....we can't make a search on this field ... really it's a must have.
    And you can add more than one the same value
    And you click X for remove one item, it's not removed from interface .. upon update.

    maybe blueprint can ehance this .. i have no skill in front-end :s

    Regards
    Last edited by item; 12-17-2019, 11:39 AM.

    Leave a comment:


  • blueprint
    replied
    telecastg This is great! Thanks

    Leave a comment:


  • telecastg
    replied
    Good suggestion item data storage is an array of json objects, extension version is 1.0.1 now :-)

    EspoCRM extension that adds a custom type field which allows to dynamically create a checklist inside any EspoCRM entity - File not found · telecastg/dynamic-checklist-for-espocrm
    Last edited by telecastg; 12-17-2019, 04:01 PM.

    Leave a comment:


  • item
    replied
    Hello Telecastg,
    nice.. thanks for this... but maybe a ehancement :

    data stored in database is : ["A;;1","B;;1","C;;1"]

    it's not possible to store in Json format ? on developpement (php code) is more easy like so :

    {"A":"1","B":"1"}

    And so, we can "search" in these field, actually can't be done.
    so we respect espoCRM intelligency

    Regards
    Last edited by item; 12-16-2019, 12:01 PM.

    Leave a comment:


  • Ability to create and modify checklists as a custom field inside any entity

    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
Working...