Link events to support tickets

I would like to create events linked to support tickets.
I was able to add a table with events in support ticket form but what I need now is automatically assign the logged in user to the participants.
Is there a way on client side to do that ?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/670898ca-e8a4-4258-acb9-0c83800a04b6%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Unfortunately no --- you will have to write a hook in version 4 to listen on the Support Ticket Event

Similar to this:

https://github.com/frappe/erpnext/blob/develop/erpnext/hooks.txt#L36

On Wednesday, February 12, 2014 9:12:41 PM UTC+5:30, Miguel Fontanes wrote:
I would like to create events linked to support tickets.
I was able to add a table with events in support ticket form but what I need now is automatically assign the logged in user to the participants.
Is there a way on client side to do that ?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/61d6b8fa-b4b7-46f9-a31f-0a22e9b8534d%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.