arnavsaxena
arnavsaxena
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Hi, I am adding several attachments to an object but would like to store the type of the attachment as well (eg. contract/ invoice/ etc) I don’t want to create a separate object for it. Is this possible?
9 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
Hi, I have a one to many mapping with multiple objects from people. Eg. people to jobs and jobs to whatsapp messages. I want to view all the people with their corresponding jobs and whatsapp messages in one table. How can I create a table/view with multiple objects (merged/ joined) in one? Please help me understand the broad structure around - should we create a new view/ is there a different/ better way? —any update, guys? Best, Arnav
9 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to do a where clause in graphql?
I want to query the companies "where" opportunities are in a stage of either meeting or proposal or customer. I am currently fetching all results and then filtering using js. However, since we receive only 30 results in one go, it skips several results. What is the way to write a query to fetch all relevant results?
3 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
How can I increase the default number of results in graphql query results? I am receiving 30 results and I want to fetch 100. How to do this?
10 replies
TTwenty
Created by arnavsaxena on 5/29/2024 in #❓︱help
Getting @swc/core@npm:1.5.20 couldn't be built successfully logs can be found here:
No description
10 replies
TTwenty
Created by arnavsaxena on 5/18/2024 in #❓︱help
Unable to add module with websockets
Hi, I am unsure if this query has to specifically with twenty or nestjs functionality. I am trying to add the library baileys (https://github.com/WhiskeySockets/Baileys). I have created the module, added it to the core-modules, added dependencies. When I start the server using yarn nx start twenty-server along with the existing core modules app on the same port (3000), neither the http controllers load, nor do the sockets. Been struggling with this. Have added the baileys.zip module which you can copy paste directly into core-modules and import in core-engine.module.ts to replicate. What am I doing wrong/ how can I get both the sockets as well as the controllers load?
4 replies
TTwenty
Created by arnavsaxena on 4/2/2024 in #❓︱help
Kanban Board not getting setup
Hi @charles, I am figuring. I did put a select field and inspite of that the kanban board is not getting setup. Have to check if the ID is being passed. Sharing video in github issue as I am unable to upload here. Uploaded here - https://github.com/twentyhq/twenty/issues/4733
12 replies