PDF Document Preview in Grid Rows

Certified Senior Developer

Hi,

I am trying to get the PDF preview to work in a grid. I tried using the a!documentViewerField() but apparently, its not supported or is unable to be recognized in the grid rows. Any ideas how I can get this worked around ? At present using the below field to display the any image extension files.

a!imageField(
size: "SMALL",
isThumbnail: true,
images: {
a!documentImage(document: fv!item.imageId)
}
)

Thanks

Neil

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Hi Mike, Yeah opening below the grid, I feel would not be acceptable by the users. As another component of the grid rows is, that they are dynamic. So a user can add and delete the number of uploads. Anyways, this does give me an idea to open the link in a new window using a record action pop-up and displaying the pdf. I guess that might be the only way around. 
    Anyways, Thanks Mike

Children