greg [iero]
Store pitch line for company
Hello,
What do you think is the best way to store a "pitch line" for a given company? As a text field or as a "note" ?
I want to be able to display it quickly when I open a company.
If I setup as a standard text field, it is shown as a single line, not a text box.
If I create a note, I have to go to the "notes" menu to see if this note exists.
Any idea?
Pitch line example:
4 replies
Create entries in GraphQL
Hello all
I try to use graphql to read and add objects to Twenty.
I succeeded to get data, ie name, id and methodologies for a given "project" :
And I get:
If I try to create a new project :
It does work for simple fields as name or 1 to 1 relations but not with 1 to many (here the methodologies field could countains several Methodology objects):
Any idea how I can do that?
Thanks !
12 replies
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).
Another status has other criterias.
My idea is to use Twenty to assess those criterias and change status when all criterias are met.
I don't know how to do that. Was thinking using "Tasks" but it is related to an object and not a status.
Any idea?
2 replies
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?
3 replies
Access API
The demo plateform is broken, so I cannot generate an API key to access the rest api documentation
https://docs.twenty.com/rest-api/core#/
Is there a way to access this documentation? Even a static (not up to date) version will be great.
13 replies
Backup/restore/Migrate database
I have a local server in 0.3.2 and a (future) prod server in 0.3.3.
I would like to move my database from the first one to the second one.
Ok so I dumped DB:
I scp the dump to the server, copy in docker, and connect to this docker container:
I removed existing database and create a fresh one:
Next I restore the database
In server side:
And restart:
It seems to work. Do you think I did it the right way? Any improvement to that process?
13 replies
Cannot access Twenty
I setup a standalone local server using an old Mac mini with ubuntu.
So I installed everything using Docker method.
Here is my .env:
And my compose.yaml;
Note that I updated twenty-front part with
ports: 3001:3001
instead of 3001:3000.28 replies
Cannot access to demo version
We cannot use '[email protected]' anymore.
There is a message with "Plan required" only. Is it a bug?
3 replies