Custom fields filling from SDK



投稿日時:2022年11月28日

Hi, We are trying to auto-fill custom fields for users upon ticket creation however it doesn't seem to be working. Can you assist?

This is the code we are using:

RequestActivity.builder()
.withRequestSubject("Test subject")
.withTags("test_app_error_code")
.withTicketForm(
10872807131281L, listOf(
CustomField(
10872435920913L,
"test-${UUID.randomUUID()}"
)
)
)
.show(context)

 

Thanks for your assistance


0

1

1件のコメント

Hello Fanny, which SDK are you using??

 

0


サインインしてコメントを残します。

お探しのものが見つかりませんか?

新規投稿