Recent searches


No recent searches

Ashwin Raju's Avatar

Ashwin Raju

Joined Mar 28, 2022

·

Last activity Jan 21, 2025

Zendesk Product Manager

Following

0

Followers

2

Total activity

166

Votes

8

Subscriptions

80

ACTIVITY OVERVIEW

Latest activity by Ashwin Raju

Ashwin Raju commented,

CommentTicket customization

Ole Rosland - I would need to research on this capability.. I know Dropdowns use this format to define nesting.. And we are introducing something similar to nesting pretty soon, wherein you can select the Product category field as iPhone and your Product Lookup will show only the Products with Category as iPhone

View comment · Posted Jan 21, 2025 · Ashwin Raju

0

Followers

0

Votes

0

Comments


Ashwin Raju commented,

CommentCustom data

hi Ahmed..The release that we had enables to you configure if the name of the record should be unique. This enables you to identify the record based on the name. 

https://developer.zendesk.com/api-reference/custom-data/custom-objects/custom_object_records/#delete-custom-object-record-by-external-id-or-name

 

This update does not change how external ids work.. External IDs are always unique and can still be used to identify the record. 

Uniqueness of the record is especially useful in cases like Products, Orders, Contracts etc where the name is a unique identifier in the source record and you dont want to store the same field as an external id as well in Zendesk so as to achieve data synchronization.

View comment · Edited Dec 09, 2024 · Ashwin Raju

0

Followers

0

Votes

0

Comments


Ashwin Raju commented,

Community comment Feedback - Ticketing system (Support)

Hi Stephen.. I am a little confused regarding the scenario..  Lets take the below example. An end user logs in and initiates a service request. If the end user has only Organization, it is automatically selected behind the scenes.. And the filters that you have built on the lookup relationship should automatically work even for End user.. If the End user is associated with multiple organizations, then the default organization is automatically selected and the end user is given the option of changing the organization. And based on the organization selected, the filter will change accordingly.
In this case, if I select Cool Beans cafe, the Device Lookup relationship will show up all the devices associated with Cool beans cafe.. If the End user was only associated with Cool beans cafe, it will automatically work.. If the end user isn't associated with a Device, none of the devices will show up.  

View comment · Posted Nov 20, 2024 · Ashwin Raju

0

Followers

0

Votes

0

Comments


Ashwin Raju commented,

Community comment Feedback - Ticketing system (Support)
Hey sphen - This problem has been fixed today.. Please check this and let us know if you see that experience. We appreciate your feedback and thank you for being a valuable Zendesk Community member.
 
 

View comment · Posted Nov 12, 2024 · Ashwin Raju

0

Followers

0

Votes

0

Comments


Ashwin Raju commented,

CommentCustom data

hi Nicholas H - its fixed now. 

View comment · Posted Nov 12, 2024 · Ashwin Raju

0

Followers

1

Vote

0

Comments


Ashwin Raju commented,

CommentCustom data

hi Nicholas H -  That is a bug in the older versions.. We just found that today morning.. We are fixing as soon as we can.. 

View comment · Posted Nov 11, 2024 · Ashwin Raju

0

Followers

2

Votes

0

Comments


Ashwin Raju commented,

Community commentZendesk EAP - Custom Objects in Guide and Explore

hi Dean, Federico - We have thought about it.. However, before we enable that, we need to support default permissions on custom objects..At this point we dont have it in our roadmap.. However, I will capture this as a feedback and design how we can enable this use case for you. 

View comment · Posted Nov 07, 2024 · Ashwin Raju

0

Followers

1

Vote

0

Comments


Ashwin Raju created an article,

ArticleAnnouncements
Announced on Rollout on
November 7, 2024 November 7, 2024

Zendesk is excited to announce the support of lookup relationship fields to custom objects in Guide help centers. 

This announcement includes the following topics:

What is changing?

Zendesk is continuing to expand what you can do with your business data through custom objects. This release is comprised of two parts:

  • Support for lookup relationship fields in help center ticket forms. The inclusion of lookup relationship fields associated with custom objects in help center request forms makes it possible to expose custom object record data in ticket forms.

  • Ability to configure end user permissions for custom object records. Just as permissions are defined by role for team members, you can now configure end user permissions as well. When you allow end users to view or otherwise interact with custom object records, they can select related records in lookup relationship fields included in ticket forms.
    Configuring end user permissions for custom object records also makes it possible for developers to build custom experiences with the Custom Object Records API.

Together, these make it possible for end users to engage with custom object records through lookup fields in ticket forms. This includes support for lookup relationship fields in ticket forms as well as end user permissions to view and interact with custom object records.

Previously, this functionality was part of an early access program, and worked only for the latest Guide theme. With this release, lookup relationship fields pointing to custom objects are supported for all themes.

Some example use cases include:

  • In a product or service catalog scenario, end users can select the relevant product or service from a list of all products or services while submitting a ticket.
  • In an asset management scenario, employees can select an asset they currently possess when submitting a request for replacement.
  • In an order management scenario, customers can choose a device they have registered when submitting a service request for the device.

For a more detailed example use case, see Workflow recipe: Building a product catalog with custom objects for customers to use.

Why is Zendesk making this change?

Support for lookup relationship fields in ticket forms and the ability to allow end users to interact with custom object records open up many opportunities for process automation and streamlining, and simplifies trigger configurations. By leveraging custom objects and lookup relationship fields, admins avoid the constraints of using drop-down fields to surface custom data. It also makes it easier for users to search for and select the correct values in their ticket submissions, which increases the efficiency with which the ticket can be resolved.

For example, if users specify an iPhone 6, 7, 8, or 9, you can route those tickets directly to the group of agents who support Apple products instead of having an agent triage the ticket to identify the the make and model of the phone and then route it. Another example would be checking whether an asset related to the ticket is still under warranty and automatically deflecting tickets related to assets outside of the warranty period.

What do I need to do?

These features are automatically available to all accounts with access to custom objects. 

To make the most of these features, you can do the following:

  • Use the Custom Object APIs to build powerful end user experiences by surfacing custom data to end users and using it in triggers to optimize your workflows.
  • Migrate your long lists currently in drop-down fields to custom objects. Doing so will help optimize your trigger setup, enhance reporting capabilities, and set you up to scale more easily.
  • Update your custom object's end user permissions to allow them to access custom object data and opening up more complex workflows with your custom data.
    If you do give end users permission to view or interact with custom object records, you'll need to maintain your end user permissions for custom object records judiciously. Custom objects have object-level permissions, which means that if you give access to end users, they will have access to all records for the object. For this reason, we recommend against storing sensitive data in custom objects that users can access.

If you have feedback or questions related to this announcement, visit our community forum where we collect and manage customer product feedback. For general assistance with your Zendesk products, contact Zendesk Customer Support.

Edited Nov 08, 2024 · Ashwin Raju

0

Followers

2

Votes

0

Comments


Ashwin Raju commented,

Community commentZendesk EAP - Custom Objects in Guide and Explore

hi Stephen - I totally missed your question.. My apologies for that..
At this point, we are not looking at exposing Lookup relationships that point to Tickets, Users, Organization. Nor are we looking at Anonymous users.. We want to ensure that we build sufficient permissions before we can safely enable these scenarios. 

View comment · Posted Oct 11, 2024 · Ashwin Raju

0

Followers

0

Votes

0

Comments


Ashwin Raju commented,

Community commentZendesk EAP - Custom Objects in Guide and Explore

hi Beth.. We are enabling all the previous versions of Guide as we look to release the feature this quarter (target date: Early Nov). This should ideally include most of the custom themes, unless there is considerable customization that limits it. I will get back to you around your specific guide instance. 

View comment · Posted Oct 11, 2024 · Ashwin Raju

0

Followers

0

Votes

0

Comments