Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Error getting an object with filter from a relation field

I'm trying to filter opportunities using the pointOfContactId as filter, but it's throwing the following error: "Field 'pointOfContactId' does not exist in the 'opportunity' object." Looking into the issue, in packages/twenty-server/src/engine/api/rest/core/query-builder/utils/filter-utils/parse-filter.utils.ts, the **checkFields** function is being called. This function inspects the database fields, and after adding some console.log statements, I noticed that it's looking for pointOfContactId in the fieldMetadata items....
No description

Can't filter tasks by inactivity or overdue status in workflows

Hey community/team, I'm trying to set up a workflow that acts as a reminder system, but I’ve hit a limitation: I want to filter tasks that haven’t been updated in the last 3 days – basically untouched tasks – or tasks where the due date has passed. This would trigger a reminder email, which is super helpful for following up. But the issue is: the time-based filters in workflows only accept absolute dates, not relative ones like "older than 3 days" or "due date is before today"....

Minified react error 185 - Maximum update depth exceeded on v1 docker compose multiworkspace setup

Hi, I am getting error when adding a record to persons or companies Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. gi$2 https://ruslan2.test.work/assets/index-v7sZd_aH.js:6719 xi$2 https://ruslan2.test.work/assets/index-v7sZd_aH.js:4773...

Error after upgrading to v1.0.1 from 0.56: "Cannot read properties of undefined (reading 'userId')"

Hi Twenty CRM team, After upgrading our self-hosted instance from version 0.56 to v1.0.1, we are encountering the following error in the browser console: Cannot read properties of undefined (reading 'userId')...
No description

Adding Additional Phones via API not Working

Hi. I am trying to pass this into the API: {"phones": {"additionalPhones": ["123", "456", "789"]}}, but instead of adding the numbers, it is actually only deleting previous values and not adding the new ones. How so? I am sticking to the DIN 5008 format (e.g. +49 151 123456789).

Can't Add additionalEmails via API

As far as I can tell, I should be able to send an array, e.g. "additionalEmails": ["gruen@blau.de"]. But when I do, I get back this error: 400 - "{"statusCode":400,"error":"SyntaxError","messages":["Unexpected token 'g', \"gruen@blau.de\" is not valid JSON"]}" ...

Fresh install 1.0.0 and hit error

I was on 0.33.7 and learned about v1.0.0 today! Exciting stuff! Well done everyone! Before upgrading I did the "https://twenty.com/developers/section/self-hosting/upgrade-guide" and backed up Postgresql database. I removed everything 0.33.7 and did the "https://twenty.com/developers/section/self-hosting/docker-compose" install highlighted in Option 1....
No description

Hi, is it safe to completely deactivate all workflows objects?

Also why do we have 3 objects for workflows, but only "Workflows" is displayed?
No description

Name is not synced with label.

Ran into a few "Name is not synced with label." in the hosted version. These include dueDate vs dueAt on the default Task object as well as x vs xLink on the default People object. This impedes saving any changes...
No description

Checking out v1 getting error "ERROR Failed to load config variables from database"

Hi, Congrats on launching!!! I am trying to create a new instance of v1 and getting error on first run of server container ```...

New Instance — my fields are in dutch?

Just started a pro version of a plan and am setting up an instance based on what we had when we were self hosted. When creating fields, it appears that all of my field names are now in Dutch. My language is set to English and changing the language under /Users/Experience does not fix the issue.
No description

Notify team about changes in the CRM

Is it possible to manage notifications within the CRM currently? Like sending a Digest Email or having an Inbox on things that changed?

SSO Multi Tenant vs. Single Tenant

Hi, all. I am not too firm on all the SSO stuff, but best of my understanding, the multi-tenant installation basically allows anybody in the world with an Azure tenant to login in on our CRM. UNLESS: Twenty checks the token received after a login and refuses access, if that does not belong to our tenant. Am I right in this and does Twenty actually do this?

[URGENT] Workspace broken after an update on the data model

After an update on the data model (changing the default value on a select field) the all workspace is broken 😅 Workspace Colec We are onboarding people on it these days, that's why I'm allowing myself to mention it's urgent and to tag you, sorry for the inconvenience :/ Thanks in advance....
No description

Upgrade failed - is my deployment broken now? Can I fix it?

I fear I may have broken my twenty deployment. Here is what I did: I thought I was on v0.55.1 so I just did 1. dbdump 2. podman-compose down...

Import button is missing?

Hello, community. I've been using Twenty CRM through Elest.io, but I'm trying to switch to the official one because Elest.io kept giving unknown errors. I am on day trial right now to make sure everything works. However, I don't see the import button so I can transfer my data from the one that I'm switching from. Is this because I am on trial version? Or did it move to somewhere else? I appreciate the help...
No description

Stuck in the Installing dependency phase

I have been at this point for the past 20 - 30 mins i ran the yarn command and it won't pass this phase. i canceled it and ran the yarn command again, got to the Link Step phase and hanged. ...
No description

Cloud workspace is not updated

I can see there are new releases on github but our cloud workspace (Colec) is still in v0.52 Any reason for this ? Is. it possible to push the new releases or there is an issue ? Thanks in advance 🙂...

Delete all records bug

Hello, delete all records is not working. In any table, when pressed 'ALL' check buttons and delete it, it is not working and giving me this error...
No description