I’m facing difficulty with installing my custom app in freshdesk. The application packing process using the FDK is successful, and the app works good in local dev env as well. However, I’ve observed that the installation is only successful when I don’t specify the entity schemas (entities.json) in the configuration file (config/entities.json).
Below is the sample schema we use
{
“entity”: {
“fields”: [{
“name”: “test”,
“label”: “test”,
“type”: “paragraph”
},
{
“name”: “test1”,
“label”: “test1”,
“type”: “text”
I wanted to follow up on the message I sent earlier regarding custom app installation issue .
It would be helpful, If you have the opportunity to address my previous inquiry. I look forward to hearing from you soon.
Thanks for your response, I’m using my Freshdesk trial account which is in the Enterprise plan by default and I face the same issue here unable to install when the entities.json file is added to the config folder.
I came across a community post saying that custom objects are now supported in PRO plans as well.
Please confirm if this is valid for the PRO plan as well and help us resolve the issue ASAP.