フォームにレイアウトしたdot-walk項目のPDFエクスポート時のラベル表記

M Ueha
Tera Contributor

いつも勉強させていただいています。

フォーム内に、参照型項目からdot-walkした項目をレイアウト(A)すると、画面上には参照先テーブルの項目名が単独で表示されます(B)。

A.pngB.png
ところがPDFにエクスポートすると項目名がdot-walkの形式になってしまいます(C)。PDFでも画面と同じ表示にしたいのですが、方法はあるでしょうか。

C.png
フォームデザインでラベルを編集してみましたが、保存時に元に戻ってしまいました(D)。
D.png

ご助言、よろしくお願いいたします。

1 件の受理された解決策

Ankur Bawiskar
Tera Patron
Tera Patron

@M Ueha 

that's the OOTB behavior when you show dot walked field and export using the OOTB export PDF button

you can create custom PDF using PDF Generation API

Generating Custom PDFs - using the new PDFGenerationAPI 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

元の投稿で解決策を見る

2件の返信2

Ankur Bawiskar
Tera Patron
Tera Patron

@M Ueha 

that's the OOTB behavior when you show dot walked field and export using the OOTB export PDF button

you can create custom PDF using PDF Generation API

Generating Custom PDFs - using the new PDFGenerationAPI 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 
It's a difficult solution for me, but I'll study it. I'll accept it as OOTB behavior this time.

Thank you for your advice. 

Best regards

M Uehara