최근 검색


최근 검색 없음

Ken's Avatar

Ken

가입한 날짜: 2025년 2월 12일

·

마지막 활동: 2025년 2월 12일

팔로잉

0

팔로워

0

총 활동 수

1

투표 수

0

플랜 수

0

활동 개요

님의 최근 활동 Ken

Ken님이 에 게시물을 만듦

게시물 Developer - Zendesk Apps Framework (ZAF)

I'm buidling a server-side custom app, using the ZAFClient.  I am able to fetch data off the main page with JS such as “client.get('ticket.requester.email')”. This is working fine.

 

However, I want to update a custom attribute in the main page, but it is not working.  I have tried:

 

client.set('ticket.customField:custom_field_29842705376151', 'Yes')

and also

const data = {

ticket: { 29842705376151: value }};

client.request({url: url, type: 'PUT', data: data})

(I've also tried turning the key into a string, e.g. ‘29842705376151’)

 

In both cases the call succeeds, the response object contains no errors, but the data on the main page is not updated.

 

What am I doing wrong?

 

2025년 2월 12일에 게시됨 · Ken

2

팔로워

2

투표 수

1

댓글