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.