Beginning Monday, April 10th the temple category will only be viewable to Church members who must be logged into their member account to see it.
If you have questions about your account, please post in the FamilySearch Account category or contact us via another channel here: https://www.familysearch.org/en/fieldops/familysearch-support-contact-us.
How to print entire reservation list into a spreadsheet or pdf.
Because the temple no longer gives back the family name card I am struggling to know which cards to reprint because in the list they all say Printed. I just want to print a list on my reservations and cross check them with those cards that I do have printed. That way i know which ones I need to reprint. Thanks
Answers
-
Here is a knowledge article from the Help Center that may help you.
https://www.familysearch.org/en/help/helpcenter/article/can-i-print-a-list-of-my-reserved-names
Related articles connected to this article may be of help as well.
Maybe other users can offer more suggestions.
Best wishes.
0 -
You could go to https://www.familysearch.org/temple/completed and click on download list. Then you can copy the id number column, paste it somewhere and put commas after each id number, and then paste that new list of id numbers separated with commas in the search box. Then you can check all and print them again.
An easy way to put the commas in is open up the browser console (Ctrl+Shift+i in windows Chrome based browsers), and do this to copy the comma based list.
`{control+v to paste list}`.split('\n').join(', '){enter}
{highlight new list not including the quote marks}
{control+c to copy}
{click on search box}
{control+v to paste}
You can also further filter based on perform next and which ordinances you want to perform next :)
0