Hello everyone,
**while running the app in local the Java script event like click,change etc… functionality’s are not working in the app **
-
I have created a new freshdesk app and passed some parameters in Iparms.json. but those are throwing the validation issue. because of this issue, I’m not able to test the app locally. please find the screen shoot…
-
ex:
{
"freshdesk_api_key": {
"display_name": "Freshdesk Api Key",
"description": "Enter your Freshdesk API key. How to find your API key: https://support.freshdesk.com/support/solutions/articles/215517-how-to-find-your-api-key",
"type": "api_key",
"type_attributes": {
"product": "freshdesk"
},
"required": true,
"secure": true
},
"subdomain": {
"display_name": "Freshdesk Subdomain",
"description": "Enter your freshdesk subdomain. Hint:- look url https://{subdomain}.freshdesk.com",
"type": "domain",
"required": true,
"type_attributes": {
"product": "freshdesk"
}
}
}
Thank you