Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Create custom objects via metadata API

Hi, been trying to do this today. Struggling to find the correct mutation and input type. Is there any documentation around or can anyone provide an example query please?

Filter show entries where the last update is 7 days or younger

Hi, is it somehow possible to have a flexible date filter? I want to filter out all opportunities which are in state won or lost and the last update is older than 7 days. Is this possible?

askind otp in local

in dev mode also ask the otp
No description

Issue in merge v1.3.1

I’m working on the develop branch, which was at v1.2.1. I merged in v1.3.0 and then v1.3.1, resolving conflicts by taking only the incoming changes since we didn’t have modifications in those files. However, after merging v1.3.1, I’m seeing some unexpected codebase changes caused by a reverted commit. Can someone help me understand what’s happening here? @Prastoin...
No description

Additional fields on workspace members

Hi, I'd like to store more information on the workspace members for some automation purposes - as far as I can see there is no way to do this easily as this can't be changed in the data models...?

Google contacts sync

When I connected my Google Workspace Account with Twenty first time all new contact were created from Google Mail and Google Calendar. However, not one new contact in Twenty originated from my Google Contacts. Is this an error in my sync or a missing feature?

Getting view ID missing and view display issues after running DB migration

I first ran into an issue QueryFailedError: column ViewEntity.universalIdentifier does not exist. I had solved it when running locally by doing npx nx run twenty-server:database:migrate:prod, but eventually had to do npx nx database:reset twenty-server. Unfortunately, I don't have the option to reset my whole DB on my production instance. I ran a DB migration on production by setting the PG_DATABASE_URL to my production DB url and running the migration command. The original issue with the ViewEntity.universalIdentifier column not existing was resolved, but I've since been running into issues where the viewId is missing from the app's url. Ex:...
No description

Outlook Sync Failing

I raised this before, just a few days ago and it was fixed, but it's back and it seems to happen a lot. I've tried to reconnect, but the error is still present, and now the option to reconnect is going. I'm on Cloud.

Cannot sign-in to instance

Hello, we've been using our instance without issue for the past few weeks but now I am getting an unkown error when signing in Attached is a demo of the error and the error from the server container...
No description

Opportunity Amount is Multiplied by 1,000,000

I'm using Power BI via API to pull reporting data from the Twenty-hosted Postgre DB. The Opportunities Amount figure, when viewed in Power BI, is multiplied by 1,000,000. For example: I have a $100,000 opportunity in Twenty; my Power BI report reflects the figure as $100,000,000,000. I could transform all figures that come from this column in Power BI by dividing by 1,000,000 but I'd prefer to just get it direct. Any considerations for what I'm missing?...

Migrating from Google Sheets to TwentyCRM for tracking production metrics

Hello! I'm considering migrating from Google Sheets to TwentyCRM for tracking internal production metrics. I'd like to ask the community how good of an idea this is. Goal:...

Issue while creating/deleting the Objects in v1.2.1

Issue after upgrading from v1.1.3 → v1.2.1 I’m running into an error when trying to create or delete a custom object....
No description

Sync lost with mailbox

I'm using an email hosted by a 3rd party other than Microsoft/Gmail. I got this banner stating it's lost the sync and that I should reconnect. Pressing on reconnect takes me to the email setup page. Clicking save doesn't actually fix it. Removing the mailbox completely, then reattaching it fixed it, but only for 2 days or so, and then the issue returned. Any advice? ...
No description

[Self Hosted] Error: Standard Object Name Change

When I try to change any standard object name, I get an error message flyout. This is a somewhat fresh install. I am wondering if I should install again or if anyone knows how to fix this error. On a side note: all my errors are un-descript "An error occurred." unlike the cloud-hosted errors...

Worker cannot connect to the DB while the server can? [SELF-HOST]

Hi guys, I am trying to deploy TwentyCRM to Dokploy using Docker Compsose. The server works perfect without any issues, but the worker cannot connect to the database? I assume it uses the same connection right? I get the following error:...

Few questions (member permissions, column width, auto letter icons)

1. How can I allow "members" to use workflows but not see the section "workflows" (no editing allowed). If I hide workflows settings, it also disables the workflow buttons in the options menu (when at records). 2. Is there any way to set the columns to "auto fit" to the largest text in the fields? Or at least, make the column width adjustable? Currently, if I change the width, it reverts after refresh. 3. Any way to disable the "letter" that's in front of all the records. (Like, the "A" that shows when a persons name is "Aladdin"). I know this is for pictures, but I don't plan on using pictures any time soon. Companies also have the same "Letter" infront, but no pictures can be uploaded for them either....

Permission missing

I Have encountered the problem, when a Member of a Workspace tried updating a "Workspace member" field of a custom object. This field was created with the fieldtype "Relation". See first two screenshots. When a member is trying to update a record on this field he encounters a "User does not have permission". What am i doing wrong?
No description

Can I add a relation "Many to many" in a model ?

I'm trying to modelize a customer order in Twenty. I have a model that is my product database, and I want to link multiple products into an order. It seems that the relation type "Has many", would force my product to be linked to a single order. Is there any way to do this ?...

How i can disable the unique parameters for web site field ?

I need import data about companies and some time it's possible to have many companies with similar website. For exemple, many office in different town or mother companies with subsidiary. Api send return me error message when i put similar data for this field. Or in app, when i populate this field with an existing domain in another record that work correctly....

What is the foreign key / connection between the core.workspace table and workspace_id schemas?

How are you supposed to connect the metadata in the core.workspace table to any of the randomly generated workspace_{id} schemas?