We currently aim to utilize DX APIs to present Case View fields in a varied format on External Web and Mobile Apps, as per our requirement.
Our expectation is that the layout selection during a DX API call from a mobile device, will enable only the layout which satisfies ‘pyIsMobilePhone’ condition.
Do DX API calls from mobile phone picks only the layout with “pyIsMobilePhone” condition or render all the views irrespective of the condition.
@MohanK0203 DX API calls from a mobile phone do not automatically filter layouts based on the ‘pyIsMobilePhone’ condition. The DX API provides UI metadata that helps you develop a seamless user experience within your chosen front-end framework. However, it does not inherently filter or select layouts based on device-specific conditions like ‘pyIsMobilePhone’. You will need to implement logic in your front-end application to handle such conditions and render the appropriate layout.
This is a GenAI-powered tool. All generated answers require validation against the provided references.