Recent searches
No recent searches

suyogAgent
Joined Feb 07, 2022
·
Last activity Feb 07, 2022
Following
0
Followers
0
Total activity
7
Votes
0
Subscriptions
3
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by suyogAgent
suyogAgent created a post,
i am using following code for retriving organizations.
client.request('/api/v2/search.json?'+encodeURI('query=type:organization name:'+searchString+'*')).then(updateUI);
i want to filter using by checking if the custom field is null or not.
but the filtering is not working.
i have tried using custom_field_=none
client.request('/api/v2/search.json?'+encodeURI('query=type:organization name:'+searchString+'*')).then(updateUI);
but didn't worked.
Posted Feb 07, 2022 · suyogAgent
0
Followers
2
Votes
1
Comment
suyogAgent created a post,
i am using following code to retrieve organizations.
client.request('/api/v2/search.json?'+encodeURI('query=type:organization name:'+searchString+'*')).then(updateUI);
i want to sort results according to alphabetical order of organizations names. i have tried sort_by parameter but didn't worked.
Posted Feb 07, 2022 · suyogAgent
0
Followers
2
Votes
1
Comment
suyogAgent commented,
Thank you so much.
View comment · Posted Feb 07, 2022 · suyogAgent
0
Followers
0
Votes
0
Comments
suyogAgent created a post,
i am developing a zendesk application using Zendesk Application Framework. I want to get the agent data/agent id of the currently logged in agent for that instance of application in a application. how can i get it using client object.
in short what i want to is to fill the custom field along with the id of agent who filled it using Zendesk application.
Posted Feb 07, 2022 · suyogAgent
0
Followers
2
Votes
2
Comments