Ursa Major Solar の営業チームは、ロールアウト以来、モバイルでのデータ入力に苦労しています。チームは、必要なデータだけを入力するためにすべてのフィールドをスクロールすることを好みません。
アプリ ビルダーは、デスクトップ ユーザーへの影響を最小限に抑えながら、これをどのように解決できるでしょうか?
正解:A
The best way to solve this problem is to filter components by device using Form Factor. Form Factor is an attribute that can be applied to components on a Lightning record page to control their visibility based on the device type, such as desktop, phone, or tablet. By using Form Factor, the app builder can hide some components that are not relevant for mobile users, such as charts or reports, and show only the components that are necessary for data entry, such as fields or actions. This way, the mobile users do not have to scroll through all the components and can enter data more easily. Reordering the fields may not solve the problem completely, as there may still be too many components on the page for mobile users. Updating the training documentation may not help either, as it does not address the root cause of the problem, which is the layout of the page. Deselecting the phone radio button on the Lightning record page assignment may not be desirable, as it will prevent mobile users from accessing the record page at all, which may affect their productivity and functionality.