Title
Need help with simple script
Post
I have created a 'Deposit Slip' report/print view based on my Contributions TO. I've also created all components of a script to successfully run a script for printing the 'Deposit Slip' EXCEPT:
I want the script to FIND all records that match the date field "date_deposit" listed for each contribution.
I will create a button on the Contributions layout to run the script that will MATCH the "date_deposit" shown on the current record being viewed.
What expression should be used here? (I've tried several but none produce the desired result.)
Thanks in advance...
It actually finds all the records that have more than 1 contribution for their date.
You could:
#Capture current contribution date
Set Variable ($Date ; Contribution Date )
Enter Find Mode
Set Field ( Contribution Date ; $Date )
Perform Find