Project

General

Profile

Troubleshooting » History » Version 2

Version 1 (Luke Murphey, 06/16/2014 05:43 AM) → Version 2/4 (Luke Murphey, 02/18/2015 11:39 PM)

h1. Troubleshooting

h2. Why don't some views show up?

If some views are not listed on the configuration page, then use the following search to help determine why they are not supported:

<pre>
| rest /services/data/ui/views | eval sharing='eai:acl.sharing' | eval description="" | eval description=if(sharing=="app", "View is not shared properly", description) | eval description=if(isVisible=0,"View is set to invisible", description) | eval description=if(like('eai:data', "%type=\"redirect\"%"),"View is just a redirect", description) | eval description=if(like('eai:data', "%pages/app.html%"),"View does not load Javascript", description) | table title description
</pre>

*Note:* version 2.0 of the all should show all views since it now supports nearly all of them.