使用 typescript xrmquery 从 webattribute 获取格式化值

Get formatted value from webattribute with typescript xrmquery

我在 typescript 中有一个 xrmquery:

cgk_employerid_guid是这样的:

我需要获取 cgk_employerid_formatted 值。 但是当查询运行时它给出 cgk_employerid_guid 作为字符串,所以不可能从中获取格式化值。

有谁知道用查询的 select 获取格式化值的解决方案?

提前致谢。

在 XrmQuery 中的多次检索调用期间,您还可以在执行查询之前对查询应用 includeFormattedValues()

这将在结​​果中包含检索到的属性的格式化值。