Recent searches
No recent searches

Prashanth Thiaga
Joined Apr 16, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
2
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Prashanth Thiaga
Prashanth Thiaga commented,
Community comment Developer - Zendesk APIs
This worked :
client.get('ticket.customField:custom_field_360010330451').then(
function(data){
var fieldValue= Object.keys(data)[1];
console.log( data[fieldValue]);
}
);
View comment · Posted Aug 30, 2018 · Prashanth Thiaga
0
Followers
0
Votes
0
Comments