Mobile: Client scripts not applicable for ng_view in mobile.Description Client scripts and UI policies are not applied to the ng_view in mobile. This is visible when accessing a record by clicking into a reference field, for example, the Change Request field on Approval records. See the steps to reproduce for a more detailed example. Steps to Reproduce Log in to a demo instance. Write a simple client script to hide a field on a change_request table, for example, and apply this on "mobile" by selecting device Type both or mobile: function onLoad() { //Type appropriate comment here, and begin script below g_form.setDisplay("risk",false); //change the field to any field that you want to hide on mobile } Open any [change_request] record and notice how the field is hidden. Go to my approvals and remove filter to show all approval records. Open an approval record for change request. In the Approval for field, click the icon to the right to open the ng_view of the change request. Notice the field is not hidden in this view. Workaround This issue is under investigation by our development team. Updates will be provided as they become available. Subscribe to this known error article (click the Subscribe button at the top of the article) to receive notifications when more information is available about this issue. Related Problem: PRB635476