Just learning EspoCRM to demo to client. Going through REQ and noticed there is no option to import Users.
Announcement
Collapse
No announcement yet.
How to import 400 users/details?
Collapse
X
-
-
Hello crmclients, Please see this post to be able to set the users entity to importable. please note Maximus, fixed a typo so read the complete thread. You have to be willing to make a small coding adjustment. See here and good luck, https://forum.espocrm.com/forum/gene...ng-user-entity Don't forget to rebuild and clear cache. The Users entity should be available after this change.
- Likes 2
Comment
-
Success!!! Thank you! I did have to Rebuild a few times. Is it normal to get "Bad Server Response" every single time? How can I avoid this message when demoing EspoCRM?
I did a fresh install from Softalocous 2 days ago. This bit if code is the first to be added and I am the only one using this, mainly updating labels and adding a few fields.
I have updated the php settings listed in your documentation.
Is there some other parameter I need to update?
(shared server, cpanel, php 7.4)
- Likes 1
Comment
-
Bad Server Response is tend to be normal (for me) sometime during my rebuild. It usually is related to my Full Text search and search field that caused this. Sometime I would click it twice and it should give all green.
For small matters rebuild there is no issue for you.
Comment
-
OK thanks for confirming - that does seem to be the behavior, whenever I change a layout, it does go green after 2/3 times
Presently however I am getting the Red Bad Server Response every few seconds after updating a formula and I can't get past Entities to delete/update it nor will it let me delete the fields it is calculating, do you know where the script is saved for Contacts for Formula?
was trying to do a age/years calculation and was using a modified version of your formula in another post [
Age = datetime\diff(datetime\now(), dOB, 'days')] from another post which worked! ..... until I tried to divide it into years...
Comment
Comment