Recherches récentes
Pas de recherche récente
Text CustomField in Android SDK doesn't work
Avec réponse
Publication le 10 août 2022
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 commentaire
Vous connecter pour laisser un commentaire.