Custom field value change event

Answered

7 Comments

  • Eric Nelson
    Zendesk Developer Advocacy
    Hey Ram,

    We have a method that you can hook into for this exact purpose. You can find the documentation here.

    Thanks!
    0
  • Ram Chander

    Eric Nelson

    I am wondering why I am not able to find this.
    Thanks!

    0
  • Ram Chander

    Eric Nelson

    can we bind BLUR event? is that possible?

    0
  • Eric Nelson
    Zendesk Developer Advocacy
    Hey Ram,

    You can bind a blur event to elements within the application. Anything that falls outside the iframe of the app, may be possible though most likely won't be stable. 
    0
  • Ram Chander

    Eric Nelson

    I mean, can we bind ".bind" instead ".changed" in zendesk ticket filed ?

    something like below

    client.on('ticket.requester.name.blur', function(e) {
    console.log("e === > ", e);
    });
    0
  • Eric Nelson
    Zendesk Developer Advocacy
    Hey Ram,

    Blur isn't an event type that is available to the apps framework. 
     
    Thanks
    0
  • Ram Chander

    Ok Eric Nelson Thanks for the confirmation.

    0

Please sign in to leave a comment.

Powered by Zendesk