We have created a new document. When we open it and see the list view, it shows the ID, Customer etc. When we open the same in Mobile, it only shows the ID. Can we change it to show the customer in mobile view by default and not the ID. Please advise the process
avc
February 5, 2024, 10:40pm
2
Hi @khozema :
Set other field as title as described here:
https://frappeframework.com/docs/user/en/basics/doctypes/form_&_view_settings
Currently there is no way to show more columns … but … maybe there will be soon.
frappe:develop
← safwansamsudeen:mobile-list-row
opened 02:07PM - 22 Jan 24 UTC
> Please provide enough information so that others can review your pull request:…
Closes #14685, and is part of #18921.
> Explain the **details** for making this change. What existing problem does the pull request solve?
Previously, only two fields were visible on mobile. This PR will give a two-layered row - with the Subject at the top, and up to 3 fields below.
There are many types of columns, and this PR might not work everywhere. It definitely will break anything, but it might result in weird output on mobile. We'll fix these as we encounter them.
> Screenshots/GIFs
Here's how it looks now:
<img width="483" alt="image" src="https://github.com/frappe/frappe/assets/62411302/50f0a2a6-1425-4fe5-900e-da974b293512">
<img width="497" alt="image" src="https://github.com/frappe/frappe/assets/62411302/3f77e70b-b54f-460e-8724-2b135b6f0662">
`no-docs`
Hope this helps.