Can't run the Reagent Request Form example correctly. | jeckels | 2012-02-20 15:17 |
Status: Closed | ||
Hi James, I think you're on the right track here about the potentially incorrect values. The containerPath value should match the name of your project, and it looks like it does. I think it should work as-is, but if you're using your UI inside of that project, you can omit the value completely. It will default to the current container. If you want to keep it there, I'd suggest prefixing it with a leading slash - containerPath: '/Reagent_project'. The queryName matches up with your list name "Reagent", so that looks good. I suspect your issue is from the schemaName you're using. Try switching it to "lists", which is where you've found your Reagent query in the Query Browser. Thanks, Josh |
||