Page 1 of 1

Print preview specific record in Table view

Posted: 2022-07-25 08:41
by rngoda
Hello guys, i want to do a print preview of a given record for the table view mode. I do understand for the detail view i supply the following url parameters: SelectedID=<%%VALUE(id)%%>&dvprint_x=1 this will take me to print pre view detail view of the given record. How do i go about for table view ? We do have parameter Print_x for table view but not for a given record alone

Re: Print preview specific record in Table view

Posted: 2022-07-25 20:06
by pbottcher
Hi,

for the tableview there is not such a setting as far as I know. You could use the filter(s) to get to the record you need, if you need to select only one record for the print preview.

Re: Print preview specific record in Table view

Posted: 2022-07-26 10:44
by rngoda
Yeah seems so problematic to achieve, Appgini should consider exposing the way they do it to us also, I know some guru will throw some light into that. Messaged Appgini support, waiting for a response.