bigCommerce Integration
Good Morning,
Anyone has managed to integrate Twenty with bigCommerce?
If yes, how?
Thanks in advance!...
Notes are Throwing Errors: Cannot read properties of null (reading 'map')
I have been creating notes and their targets (companyId & opportunityId) via the REST API. Successfully too, as I have been getting this back:
[
{
"data": {...
Record Level Permission
Hey! Just wanted to check if there's any plan to support record-level permissions?
For example, members should only be able to see their own records, while admins can view all records.
@charles @Guillaume @marie...
Custom UI pages
Hi everyone, I was wondering if we have any plans in the roadmap to create custom UI pages. What I mean is the ability to create a page (similar to Visualforce, LWC components, or even Screen Flows in Salesforce) where we can display or collect information from different objects in one place. This becomes particularly important when using specific domains, such as Finance or Retail, where end-users are interacting with their customers on the call and collecting information from them. Having ever...
Unable to Reach Back-end
I'm trying to configure the CRM for multiple projects/workspaces. I've added the following variable to my .env file:
IS_MULTIWORKSPACE_ENABLED=true
However, no matter what I try, I can't move forward with the configuration. Regardless of the value I set for the SERVER_URL variable, I always encounter an error.
...

How Do I Create > 1 personId in taskTarget?
I tried sending more than one personId to a taskTarget (because two customer contacts participated). I tried a string ("personId":
"ab61db1c-3158-4042-a78a-639ff9aaa9a8,
973a5514-b183-4766-94f4-298153e73b4f") and an array "personId": ["ab61db1c-3158-4042-a78a-639ff9aaa9a8","973a5514-b183-4766-94f4-298153e73b4f"]
The former led to a 400 error. The latter just resulted in the personId being set to null....
Unable to Reach Back-endFailed to fetch
Estou tentando configurar o Twenty para multiplos projetos/espaços, porém estou enfrantando esse erro, meu arquivo .env está assim:
....
.......
Error: Connection terminated when creating a workspace
Hi, I am new here and after installing the self-hosted docker and creating a workspace like this:
```
const activatedWorkspace = await this.workspaceService.activateWorkspace(
user,...
New customer questions
Hello. We moved to enterprise version of twenty crm. Thinking about a year sub.
There are few important questions.
1) Is there support for paying users of crm? Where we can send questions or issues?
2) Are there any limits on crm usage?
Can we create in workspace million of records?...
Filter objects with deleted relationship
I have a person Mark, with a related company Facebook. When I delete the Facebook company and then, in the people view, filter people by company IS EMPTY, Mark will not show up.
Is this expected behaviour? is the Facebook object soft deleted?...
"field 'companyId' does not exist in 'person' object"
I'm currently checking out twenty to see if it would fit my needs. I need to import/export some data over the rest API. When filtering objects, I can't seem to find a way to filter by relationship.
http://localhost:3000/rest/people?filter=companyId[eq]:59496649-ce24-43c0-80e6-e06a3d4119e2
Results in...
Can't Create Tasks without personId / opportunityId
I am currently trying to migrate my tasks and create task targets with the API. Unfortunately, some tasks just don't have a personId or opportunityId assigned to them. When I null these values in the API, I get errors ("invalid input syntax for type uuid"). What can I do to avoid that error?
(Solved)Updating broke my workaround :(
I was still on .5 version.
I needed to reorganize the layout of the fields in the person view page. To do this as a work around, I created the custom fields using letters before the actual title. So:
Title would be "aaTitle" when created. Then once renamed, it would keep the aaTitle name for the variable, but changing the name could display "Title".
I updated to 1.0.2. It seems the dev's have fixed this "bug"....
What's "Blocknote"?
When importing tasks, I have to use bodyV2 to convert HTML to markdown. But what on earth is this "blocknote" variable? Can't find any documentation on it. Is it the title of the task?
Not able to create multiple record from workflows
Hi,
I am trying to create multiple records from a workflow, and I am not able to find a proper way to do that...
DB twenty 1.0
Have to use DB pg16 called Core instead of default plus schema called core to use twenty.
Db issues from v0.52.11 to v0.53
Hi, I'm trying to do the update process 0.51 -> 0.52 -> 0.53 -> 0.54 -> 0.55 -> 0.60 -> 1.0 following the upgrade guide.
Self-hosting on a VM using docker compose.
0.51 to 0.52 went like expected, and I can access twenty ui. But when trying to 0.53 I can't login anymore. I'm using Microsoft OIDC and the login screen just keeps kicking me back to the welcome modal.
...
Has somebody implemented Sub-Tasks ... ?
... and can share guidance?
What I have tried is to create a custom object called Sub-Task, and selected a "Task has multiple Sub-Tasks" relation. I have hit a dead end though. From my understanding of twenty.com it should be possible though.
The use case would be that a single task has multiple sub-tasks, attached to the same object, but with different states, assignees and due dates, e.g. ...
Issues upgrading from v0.53 to v1.0
Hello,
After upgrading from v0.53 to v1.0, I get the following error while trying to login: https://pastebin.com/40vsDv37
Anything I missed?...