SummerLovin
MetaData Select Field Options
@Bob I am in for the long term, and I will do that. Twenty is new and there is lots of things missing but will be there someday. I get it. I am just trying help the users. This customer I am working with has over 1300 users, so I am trying to get the best experience possible while they grow.
5 replies
MetaData Select Field Options
Well that would be really nice feature to have and display alot better than 300+ Options that are not currently applicable but must be there for data integrity as you cannot populate the field without a corresponding option.
5 replies
Link multiple products to multiple companies
With an separate object you can add specifics like price and qty or any other property that is unique to that Companies Product. That is how a lot of CRM's handle it. I am curious how them implement the m-m also.
6 replies
API Access
@Jonas the only way I could get around this error was to purchase a subscription to Twenty then you have access to the documentation if you create an api key then use that key in the documentation area. There has been talk of using a token from a local environment could work but I have never been able to get that to work. But for $9 you get access to the documentation you need.
6 replies
How to add Calendar event to person
The reason I ask is I am attempting to import a lot of calendar events from an old CRM System via the API looks like it might be possible using calendarEventParticipant endpoint
{
"displayName": "string",
"handle": "string",
"isOrganizer": true,
"responseStatus": "NEEDS_ACTION",
"calendarEventId": "71851222-0b3f-4165-8103-f92e6eb2c9da",
"personId": "f3e5ff26-28ff-4cd6-9b1b-e303a185a13a",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046"
}
4 replies
Import users
I ended up creating a utility to do it quickly. It requires access to the postgres database. But I was able to import all my users (1300) quickly I will clean up the utility and share the repository link in case anyone needs a quick and dirty way to import users as there is several tables involved.
7 replies