Page 1 of 1

Naming editable fields on databand in PDF

Posted: Mon Jan 15, 2024 12:20 pm
by lcfred
I have an editable field on a data band in my report which I would like to give a name based on value in the data source. Currently the PDF export with the option 'Editable' results into form data with the fields named automatically as FieldXXX, where is XXX is a unique number. But I can't seem to influence the name.

I see in the .NET version there are several options when exporting to PDF:

- UseEditableFieldAlias
- UseEditableFieldName
- UseEditableFieldTag

But these are not available in the JS version. Is there anyway to influence the field names in the PDF export?

Re: Naming editable fields on databand in PDF

Posted: Wed Jan 17, 2024 12:30 am
by Lech Kulikowski
Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#13559

Re: Naming editable fields on databand in PDF

Posted: Thu Jan 18, 2024 12:42 am
by Lech Kulikowski
Hello,

In the JS version, you can use the following:
StiOptions.Export.Pdf.useEditableFieldName
StiOptions.Export.Pdf.useEditableFieldAlias
StiOptions.Export.Pdf.useEditableFieldTag

Thank you.