Rai
Rai

Reputation: 101

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.

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:

#{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.

Upvotes: 0

Views: 59

Answers (1)

Rai
Rai

Reputation: 101

In case anyone is still looking for an answer for this, this is what HelloWorks support team has to say.

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.

Upvotes: 0

Related Questions