Recent searches
No recent searches
Android: RequestListActivity opens without configuration
Posted Aug 20, 2021
Hi
We have a problem with CustomFields for RequestActivity.
We start HelpCenterActivity and when user click to new ticket and create it then custom fields are sending.
But when user click to MyTickets (in toolbar) and then click to new ticket, custom fields aren't sending.
I tried to figure out and found that RequestListActivity opens without configuration because inside HelpCenterActivity, HelpCenterConfiguration tries cast to RequestListConfiguration.
Could you help me? Maybe you know some workaround?
Thanks
0
4
4 comments
Christopher Kennedy
Hi Aliaksei,
I'd like to try to replicate this in a test app. To clarify the steps, does this only happen after successfully submitting the first request with custom fields?
Thanks,
0
Aliaksei Yermalovich
Hi Christopher,
Thanks for reply! This happens every time when you create new or open exists ticket from My Tickets (RequestListActivity). But the most important thing is to open My Tickets screen from the Support screen. (HelpCenterActivity).
Thanks
0
Aliaksei Yermalovich
Hi
Do you have any update regarding this issue?
Thanks
0
Christopher Kennedy
Hi Aliaksei,
Thanks for the context. You can create a
RequestActivity
configuration containing the custom field data and then pass the configuration to theshow()
method of the RequestListActivity or HelpCenterActivity builder. Are you still not receiving the custom field values when using this approach?0