英文:
How do you query the values of custom binary fields?
问题
I know CustomField information such as scriptid, id, internalid, and the associated table, how do I include that in a query against the associated table?
CustomField gives me the metadata, but I need to check the actual custom data / values.
It appears as though some custom fields are returned when querying the associated table, but not all. The "is" fields like isstored do not appear to be the differentiators, nor does fieldtype. In my case the fieldvaluetype is Document; is that the issue?
英文:
Given that I know CustomField information such as scriptid, id, internalid, and the associated table, how do I include that in a query against the associated table?
CustomField gives me the metadata, but I need to check the actual custom data / values.
It appears as though some custom fields are returned when querying the associated table, but not all. The "is" fields like isstored do not appear to be the differentiators, nor does fieldtype. In my case the fieldvaluetype is Document; is that the issue?
答案1
得分: 1
抱歉,我只返回翻译好的部分:
似乎对于二进制字段是不可能的。我从 Tim Dietrich 听说,他是一位在 NetSuite 和 SuiteQL 上撰写博客的专家:
"不幸的是,SuiteQL 不支持二进制字段或长文本字段。"
英文:
It seems like it's not possible for binary fields. I heard from Tim Dietrich, an expert who blogs on NetSuite and SuiteQL:
> Unfortunately, SuiteQL doesn't support binary fields, or long text fields.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论