Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Messages from custom channel

Hi everyone, I'm trying to understand how the messaging system works (GraphQL). I am referring to the relationships between the different entities:...

Changed Custom Object Type Name and now everything is gone

I changed the name of a custom object, and now nothing is working. I can not see anything in the left bar and get an undefined error all the time

Custom links

Hello I would like to create a field with custom links as you have by default with linkedin (or X?). For example, I want to add a link to pitchbook....

Can't select member role in local setup

On localhost:3001/settings/api-webhooks/apis/new I can't select the Member role. Therefore the selector only contains one option (admin) which causes it to be disabled here. It’s not a big deal since it can be fixed by creating an additional role, and I didn’t run into this issue in a production workspace. Just wanted to share it :glorpSalute:...

Problem with migration

Hey everyone, I was running Twenty on version v1.2.1 without issues.
Then I updated my worker to use :latest in order to get the newest version, but now everything is broken.
...

Fresh install error: Unable to Reach Back-end

Looking for a CRM I stumbled across Twenty. Installed it on the VPS with no issue. Clear instructions! However, I'm getting an 'Unable to Reach Back-end' error and I'm baffled....
No description

"No role found for userWorkspace" Error every time container restarted

I have selfhosted Twenty on VPS using Docker Compose. Twenty works great, then as soon as i restart all the containers suddenly none of the data loads and I get continuous errors whataver I try to do. In the frontend and server logs i get this error "No role found for userWorkspace". I have followed docs to clear db:...

Self-hosted to cloud

Hi, after a few weeks of testing in self-hosted mode, we are convinced by Twenty CRM. Therefore, we would like to fully integrate it into our operations, but not necessarily in self-hosted mode, mainly for security reasons. That’s why we would like to subscribe to the cloud offer. Is there a simple way to import our current database without having to redo the person–company connections, for example? Thank you in advance for your response....

local setup error

env: WSL w11 + docker Followed the local setup and when I try to access http://localhost:3001/objects/companies I get this error...

Error during upgrade - Field of type RELATION is a many to one relation but does not have a join col

Hi community! During another attempt to upgrade my Twenty instance, I got stuck at the error described in https://github.com/twentyhq/twenty/issues/14896. Any ideas how to resolve this?

Custom validation for fields

I have in the CRM defined a custom field for "city". What is challenging is making the whole team to use the same format, some just use a short format instead of full city name making reporting almost impossible. It will be great if Text fields could have a validation function, either Regex, or something more complicated, thinking as well that workflows are a good starting point for async automations (and that I am already using). But it will be great to enforce certain rules in fields....

Group duplicated by field

Currently, there are 2 limitations: - Very hard to find duplicated records (whatever the criteria: name, phone, email, etc) - Not possible to group by with different fields than "Select" The solution I got so far, was generating a list of ID of users connecting directly to the database. The challenge is created in multiple ways:...

From email

how can I add a column which takes the email that it was sent from. Because I have too many emails connected and I want to know from which one it took from...
No description

After upgrading to 1.6.0 nothing is accessible

The response of a lot of queries is: ``` { "errors": [ {...

Make a phone number a unique field?

Currently, Email is the main field for this, is it possible to configure another field for doing that? I'm thinking WA integrations

Workflow loops

It seems that loops are released but i am not sure if they are working as expected or i will need to learn how to make them. First running a workflow for 3 records selected still runs 3 workflows. Second is about real usage and how to implement. I want to have list of people selected , then the user selects a campaign that he needs to add this people and then the iteration starts. The iteration checks if each one of the users is not already in the campaign members list and if not it adds them. and i am geting several json errors trying to setup the iterator with [] [id] which is the selection of some field from the Launch manually node. ...
No description

Creating Tasks/Notes in Workflow

I find that I can create a task or note in a workflow, but I can't associate it with any other object. For example, suppose when an Opportunity is set to the stage of Contract, I want to auto create a Task to write and send the contract to be signed. I can create the Task, but I have found no way to link it to the Opportunity....

Structure and Workflow Migration possibilities

I want to know if there is any posibility to have a migration (or if it already exists) process. I am testing the twenty currently , playing with all business logic required to identify possibilities and problems. This process includes creation of new models and workflows , roles , groups etc. Once i finish with it, is there any way of migrating the models and workflows to another instance, roles and groups? So to move all structure without data, like email imports also to the new production env...

Http Request node not sending select and multi select fields

Does anybody know whether it's an existing bug that multi select fields or select fields don't get populated by twenty when sending an http request? They show up as "undefined". It is working for the true/false fields.

Difference between core.view and workspace_schema.view in v1.4

In the v1.4 database, what’s the difference between the core.view table and the workspace_schema.view table? I would like to know, as we are getting an issue while migrating from v1.3 to v1.4....