简体   繁体   English

此模板字符串/公式字段的格式是什么?

[英]What format is this template string/formula field in?

I am building an integration for a client with the HelloWorks API. This is a service that allows you to create user-fillable PDF forms.我正在使用 HelloWorks API 为客户端构建集成。这是一项允许您创建用户可填写的服务 PDF forms。

It appears that their product supports formatted/template strings/formula fields as outputs to the PDF files, as when I create a Date field, it creates an output field with the following data:他们的产品似乎支持格式化/模板字符串/公式字段作为 PDF 文件的输出,因为当我创建日期字段时,它会创建一个包含以下数据的 output 字段:

#{format(:date, @field_XXXXX, "{0M}/{0D}/{YYYY}")}

However, I cannot find any kind of documentation as to what is the format of this template string/formula field.但是,我找不到任何关于此模板字符串/公式字段格式的文档。

In case anyone is still looking for an answer for this, this is what HelloWorks support team has to say.如果有人仍在为此寻找答案,这就是 HelloWorks 支持团队必须说的。

As for documentation for the format, we do not have any documentation for that at this time and the ability to make those edits are going to be depreciated in the future as our product team wants to bring those capabilities to the portal without custom edits.至于格式的文档,我们目前没有任何文档,并且进行这些编辑的能力在未来将被贬值,因为我们的产品团队希望将这些功能带到门户而无需自定义编辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM