Unable to access list view of records in mobile appIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When attempting to access a list view of records in the native mobile app users will instead see an error. On an iPhone the error will read "User Not Authorized. Failed API level ACL Validation." and "No Record Selected." On an Android device the error will read "No Records Found. No records were found that match this filter." and "Unable to fetch records." In the node logs you will see an error that reads "SEVERE *** ERROR *** WebServicePolicyValidator: Table access denied by WebService Access Policy. [tableName= <table_name>]" where "<table_name>" is the table that the user is retrieving records from. The same user will have no issues when retrieving a list view of records from the same table in the desktop UI and while using "$m.do". Environment Classic mobile app Cause Issue is caused when the "Allow access to this table via web services" field is not checked in the table [sys_db_object] record. Resolution Ensure the "Allow access to this table via web services" field is checked in the table [sys_db_object] record.