Announcement

Collapse
No announcement yet.

Importing User entity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Importing User entity

    Hello,

    I know espo is capable of importing different kinds of entities data via CSV files through the Data section inside admin panel, but i also noted that i can't import an user via this option.
    Is it possible to make the user entity importable?

  • #2
    Hi,

    Create a file custom/Espo/Custom/Resources/metadata/scopes/User.json

    Code:
    {
        "importrable": true
    }
    Clear cache.

    Comment


    • lcampos
      lcampos commented
      Editing a comment
      Thank you very much, this solution worked flawlessly

  • #3
    I did like this but it's not work in version 5.9.2

    Comment


    • Maximus
      Maximus commented
      Editing a comment
      Hi. It works.
      You probably made a copy/paste of the code example provided by yurikuzn. Yurikuzn accidentally did a syntax mistake by typing "importrable" instead of "importable". Fix it, after do Administration -> Clear Cache, after refresh a webpage.

    • finetech
      finetech commented
      Editing a comment
      Work great Maximus! Thanks for your help

  • #4
    Does anyone know how to fix this import function?

    update:
    typoimportable
    Last edited by romach; 05-31-2022, 05:30 PM.

    Comment

    Working...
    X