如何查询自定义二进制字段的值?

huangapple go评论45阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月26日 01:36:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/76334941.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定