Project

General

Profile

Troubleshooting » History » Version 2

« Previous - Version 2/4 (diff) - Next » - Current version
Luke Murphey, 02/18/2015 11:39 PM


Troubleshooting

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:

| 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

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