Any way to track external events?
So, there is the timeline. According to the API documentation you can create new entries there. There is the “name” of the entry.
When creating the event with no any interconnection with other entries (except for example the Person) and specifying only the name the entry in the timeline is shown empty.
How can I add any text there?
The goal: to track the Person’s events from external system, for example - emails sent via Marketing channels such as Sendgrid....
How to add Calendar event to person
This might be obvious I can't seem to figure it out, Do you have to have calendar sync enabled to add a calendar event to a person?
Version 0.34 migration causing issues on production deployment due to subdomain
Hi, please see https://github.com/twentyhq/twenty/issues/9041 where I have posted a description of an issue I am getting on an operational deployment of Twenty after updating to 0.34.
My desired behaviour is that since I have multi workspace disabled, that when I use the base deployment URL, it uses the default workspace. I only need one workspace. Instead it won't let me login claiming user is not a member of the workspace.
Help would be appreciated. Thanks....
[SELF HOSTED] Is possible to disable register of new users?
Hello everyone, is it possible to disable registry of new users in self hosted? the workaround we found is to disable creation of new workspaces... so no one can register and create new workspaces... but it would be nice to be able to create some new workspaces.
Regarding duplicate data
Hi @charles In our extended project, we want to prevent users from creating duplicate companies (based on the name). Is there any built-in feature or functionality we can use for this?
Error while setting a default on a multi-select
I tried to update a multi-select by setting a default value and I get this error
I am on cloud instance (workspace name colec)
Thanks !...
Problems with updating object field and overall feedback
When trying to update existing field of an object i get "cannot alter array type _client_paying_enum[]". Also first time it happend it crashed the whole system and i had to uninstall everything and deploy it once again. I am deploying it with kubernetes manifests and on Azure AKS. Did anyone else had this problem? Also to me it seems that user experience is still unfinished with a lot of small problems like when I am trying to signing in process is weird, not sure if I did it right or not, it...
Heving problem opening a person profile
Hi! I was adding a person and realized that I need to add one more field Telegram, after added it I can't open any person profile. Using cloud.
Looking for frontend opportunities (React js)
Hi
I hope this message finds you well.
I am currently seeking a new opportunity as a Frontend Developer. I have hands-on experience with the MERN stack and a strong background in building dynamic and responsive web applications....
worker exception - self hosting
Hi, i am running 0.33.7 version of application on my server, but recently i restared services and since then i am getting exceptions in worker:
`ReplyError: NOAUTH Authentication required.
at parseError (/app/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/app/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'info', args: [] }...
Import users
Is there a way to Import users. I need to load about 200 users to the workspace and import all of their data from another system.
I am going to try just manually importing to the workspaceMember table but wanted to see if there is a better way to do this....
I am going to try just manually importing to the workspaceMember table but wanted to see if there is a better way to do this....
Unable to access Rest API Core
When i create my API key under Settings > Developers (API & WebHooks) and paste it to (https://twenty.com/developers/rest-api/core#/) can't access the page further. What could be the problem? I am self-hosting it on AKS. Thanks in advance.
OnClick environment How to Access Database directly
Hey Team
This is a newbie question but I cannot seem to figure it how. I have the OneClick Docker image working and the site is working great. How do Access the database directly. what is the username and password.?
My goal is to create the schema for the workspace through the website then do a large data import directly via SQL. I need to load about 200K persons and 4Million notes as a stress test from another CRM system.
Thanks for you help with this very basic Question....
I can't login
after linking my google accounts to twenty, I can't login using my outlook email and password. outlook is linked to google via SMTP, and I want my emails to show up in twenty. please help.
Getting error while creating new field.
Hey! I'm trying to create a field spcificaly select in Company but get this error.
yarn fails?
Hey everyone, I'm trying to get Twenty to work on an ubuntu server.
Been following the guide for 1-click docker but have some issues though!
I can access the localhost:3000 but when I try to sign in I just get the "relation "core.user" does not exist" message,
so I ran docker exec -it twenty-db-1 psql -U twenty -d default and then signed in which worked. After running \dt it just says "default=# \dt
Did not find any relations....
Deploying TwentyCRM on AKS with Kubernetes Manifests
Hello,
I am trying to deploy TwentyCRM on AKS using Kubernetes manifests but have encountered several issues along the way. I followed the instructions provided in the official repository (https://github.com/twentyhq/twenty/tree/main/packages/twenty-docker/k8s) but still haven't managed to get the CRM running successfully.
Here are some of the adjustments I had to make:...
SoftDelete Issue
Hi @charles We recently updated our codebase from version 23.0 to 24.1 and followed the upgrade process outlined in the guide. After running the commands
yarn database:migrate:prod
yarn command:prod upgrade-0.24,
we noticed an issue: the isSoftDeletable field in objectMetadata is set to null instead of true or false. As a result, the soft delete functionality is not working in our project.
...
Data model existing objects can't be changed
I get there are basics for the data models that need to exist in order for the system to work but I can't edit any field from any of the standard data models. For the opportunities for example, I just want to have the precise date as opposed to the relative date currently shown. That's impossible from what it seems. Is there any way to bypass this lock?