我正在尝试在数据源上设置查询脚本,但是失败,日志告诉我我要查询的字段/属性为“只读”。下面的查询脚本是为了生成错误而简化的,实际的查询很复杂,无法在查询生成器中使用。
查询脚本
query.filters.Store = "KR1";
var queryresults = query.run();
return queryresults;
控制台日志
com.google.apps.appmaker.client.runtime.RuntimeAppView
SEVERE: Executing query for datasource MRT_mSalesLog: (Error) : 'Store'
property is readonly.
at datasources.MRT_mSalesLog.script:1