Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Error importing data for Company (ID)

I download and cleaned up a .csv from LinkedIn. Many many people are from the same company, but when I import the only Twenty field I see is "Company (ID)," which makes it sound like it might need to be unique. Could someone please advise?

Error during userFindManyRecords for .... Response not successful: received status code 400

Hi Twenty team, thanks for the great software. I am self hosting via docker and the product has been generally working great! However, I have run in to an error customising the data model. When editing some data model fields via the web interface, I get the error "Error during userFindManyRecords for .... Response not successful: received status code 400" appearing in the top corner of my screen, and any changes I make to the field (e.g. change the icon) are not able to be saved (the save button is greyed out). See attached figure. Attached is also the whole list of fields for this example....
No description

Can I make a custom field on a custom object unique?

Is it possible to enforce uniqueness on a custom field that I've added to an entirely custom object?

Import data generate a 400 error

I tried to import data from a xlsx file, I mapped field properly but get an error when I imported. It was for a custom data model with an address type field, maybe that was caused the issue. Workspace is Colec Thanks for the help !...

need help with creating message-queue tasks.

Hello, it is an awesome product and I want to start by thanking you guys for making it opensource. I am trying to add a feature and I've built it raw, without integrating message-queue functionality into it. A little description- my feature uses langchain; it takes the required data and enriches it with more information (through an LLM). Now since I am sendiing many records, and aim to use it for more than 1 users at a time, I want to integrate it with message queues. The documentation doesn't seem to be helping me. I am a bit new to the development space also. I'll be grateful if you point me in the right direction. I have tried to look through and understand how the gmail and calendar sync is happening but doesn't seem to help by developing-with-reference technique for my use-case. So, this is the controller that is taking the arguments and working to enrich the data: ``` @Controller('gpt-api')...

v.0.11.2 Column syncStatus type is not the same as the field metadata type

After upgrade to 0.10 this error showed up in workspace health and in 0.11.2 it still persists. Is it possible to manually correct or will it be correct in future releases?

Outlook Email Integration

Hello I just deployed an instance of Twenty using Render, and it was a super simple process. Worked wonderfully. Is there an outlook integration ready / in the pipeline? Edit: (update) I just saw the docs for this. Is there anyone who has successfully connected outlook? https://docs.twenty.com/start/self-hosting/#email...

Projects criterias

Hello I have objects called "Projects". In this object I have a status (ie new project, screened, validated..). For each status I have some criterias (Does this project do at least X, Does the company works like that)....

Solving CORS issues with Cloudflared Tunnel

Hi there, I'm trying to forward my instance through cloudflare, but I'm unable to due to CORS errors. Setting the FRONT_BASE_URL="my.tld" doesn't seem to help, as the graphql requests seems to be coming from localhost still with the error in console being : Blocked loading mixed active content “http://my.tld/graphql”...

Calendar help (fresh install - Docker)

as usual, i'll fresh install the latest (0.11.1 ) in a test server. I've enabled calander in the env. / docker compose CALENDAR_PROVIDER_GMAIL_ENABLED:true i've enabled the API in the google API...

Calendar Functionality

Hi Twenty team! I love the product, thanks for sharing it with the community and creating such an awesome experience. I just updated my instance to v0.11.0 to try the new calendar functionality. The update went smoothly and my instance was up and running again in seconds. However, the new calendar functionality does not seem to be working for me. If I click in Settings - Accounts - Calendars, I get a nice message saying "Object metadata item "calendarChannel" cannot be found in an array of 24 elements" (screenshot attached)....
No description

Load more values when scrolling

When you scroll a lot of objects (ie companies), there is an (api?) call every X lines to get the next ones. Scrolling is not very smooth and you have to wait for all updates. Can we increase the number of lines loaded?...

Only sync emails without onboarding contacts.

I was thinking about this... I have a lot of junk emails (not actual junk) but a lot of emails that don't really need to be in a CRM. Should we have an option to not sync contacts, but if we onboard the contact, their emails will sync ? ...

How to disable pagination on “useFindManyRecords” ?

I am trying to fetch “Object A” with “useFindManyRecords” inside that ObjectA I am fetching Object B. Object A has Many Object B. The query runs perfectly but I am getting Paginated data for Object B. But I want all the data that exists in database. What can be done about this ?...

How are graphql errors getting displayed through snackbar ?

I tried looking at Errorlink implementation in Apollofactory, which handles different kind of errors. There is this switch case for UNAUTHENTICATED error extension code which has been handled and for other cases I think we are getting that error snackbar but I dont see any snackbar function getting invoked for that nor I could find a state for it. So is it something internally handled by apollo client ? Where there is a case for UNAUTHENTICATED, I want to add one more case and want to show a descriptive message in snackbar for that. Because right now it is displaying “Error” or “GraphQLError” as per what I return from backend....

how do we get the workspace ID ?

trying to migrate from 0.4.0 to 0.10.1

Procedure to sync emails? 0.10.0

Always loving new updates! & congrats on 10k stars! I've installed a fresh 0.10.0 on my test ubuntu VM in docker. I do this before migrating in case i stuff something up. im running my usual config, i have redis server running and seems to be working (no errors) ...

Upgrade error 0.3.2 > 0.3.3 : duplicate key value violates unique constraint

duplicate key value violates unique constraint "IndexOnNamePluralAndWorkspaceIdUnique"
yarn command:prod workspace:health -w 75f6e77a-ec52-43fd-af2b-5e1ca8319b2e
yarn command:prod workspace:health -w 75f6e77a-ec52-43fd-af2b-5e1ca8319b2e
...

Update from 0.3.2

Hello, I have a docker install in version 0.3.2. What are the right steps to update the system to the last version?...

White screen only failed to load twenty.

Hy guys so i installed twenty on cloud VM and installation was successfull but when I tried to access the twenty crm it's shows a white screen. No error just white screen. Please help how can I fix this. Twenty crm running on docker in oracle linux 7.9....