Set custom ticket property

  • 30 November 2017
  • 2 replies
  • 38 views


Hi,




I have just read the documentation about building custom apps for Freshdesk. In the v2 docs I found the following code to set a custom property.


client.interface.trigger("setValue", {id: "customfield name", value: 3})

Is there also something available, like above, for v1? 


I want to achieve that a dynamic URL will be inserted in the reply message when a staff member hits a button in the backend




Best regards,


Michel







This topic has been closed for comments

2 replies


Hi Michel,




We we do not have the options to set the custom property in V1, but we do have the option to open the reply window with the URL/Messages inserted in it when a button is clicked




Please go through our v1 events and dom helper API's of V1 :


https://developer.freshdesk.com/docs/events/




https://developer.freshdesk.com/docs/dom-helper/


 - domHelper.ticket.openReply("Text to be added in the reply textbox after opening");




Kindly let us know if this solves your need.




Best Regards


Jayaram V


Freshworks Marketplace











Hi Jayaram,




Thanks for the quick reply.


I already found the "openReply" method. That will also do the job!




Best regards,
Michel