Importing User entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lcampos
    Junior Member
    • Nov 2018
    • 5

    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?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

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

    Code:
    {
        "importrable": true
    }
    Clear cache.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • lcampos
      lcampos commented
      Editing a comment
      Thank you very much, this solution worked flawlessly
  • finetech
    Junior Member
    • Jun 2020
    • 1

    #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
  • romach
    Junior Member
    • Apr 2022
    • 19

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

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

    Comment

    Working...