Hello!
Ok, I understand. But, actually, the custom-object in Freshdesk would be the better option in my case, because I need to let the user upload the data.
I’ll explain better my business logic:
I developed a serverless custom app in the Freshdesk of a client.
This app is activated when a ticket is created or updated. In this process, it maps 4 dependent fields, that combined, have a large number of possible combinations. Those combinations are mapped in my database. So when the user chooses an specific combination, the app compare them with the data in the db, and then return the corresponding SLA (each combination has a respective SLA number) and assign it to the ticket.
There is always a need to update the db with new possible combinations, and the client is the one that sends the new information, and I’ve to update it in the db via spreadsheet. So, to make this process easier, it would be better to allow the client to update the data themselves, that is when the Freshdesk’s custom-objects comes in.
So I need to know with there is a limit in the number of records in the Freshdesk’s custom-objects.
Thanks!