최근 검색


최근 검색 없음

Text CustomField in Android SDK doesn't work

답변함


2022년 8월 10일에 게시됨

Hello. I have a problem. I use Android SDK and try to add custom field (types Text and Multi-line) to the ticket by using withCustomFields method. But they don't come and I see empty fields with ticket. Other types of custom fields works fine. What am I doing wrong?

RequestActivity
.builder()
.withCustomFields(
listOf(
CustomField(7412045558036L, "test user name"),
CustomField(7499829751316L, "incident"),
CustomField(8459901057172L, "test multi-line user name")),
)
)
.show(it.context)


0

3

댓글 3개

image avatar

Eric Nelson

Zendesk Developer Advocacy

Hey Slava,
 
Can you confirm that the fields are set to both visible and editable to end users?  
 
Thanks!

0


Hey, Eric!
Yes, you are right. This fields was visible but editable for agents only. I set option "Customers can edit" and it works.

Thank you!

0


image avatar

Eric Nelson

Zendesk Developer Advocacy

Happy to help!

0


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물