Hi,
(v2025.10)
I have a master table with “documents” detail table, which contain an upload file field. in the detail list the file field is shown with the file name. If I run the View page, it is shown as pdf viewer.
-
can I show the pdf viewer in the list page also?
-
If not, can I show a custom file description (e.g. “Click to view the document”) instead of the long file name?
-
how can I change the PDFObject options to setup the preview? I put in Client scripts/Global/Client script, but nothing changes, and if I check it at the console ew.PDFObjectOptions is empty.
ew.PDFObjectOptions = {width: "800",height: "600", pdfOpenParams: { view: 'Fit', page: '1' }};

