haani Posted November 7, 2013 Posted November 7, 2013 Hi,  I am working on a database and I have just found a problem with it that I can't seem to fix, as you can see from the image, I have added a portal row to a layout which includes check boxes and I have a send email button at the bottom which run the following script:    Set Field [ Case::chk box; 1 ] Go to Layout [ âQuote Viewâ (Consultant) ] Set Variable [ $FilePath; Value: Get ( TemporaryPath ) & "Quote " & Case::Case Number & ".pdf" ] Save Records as PDF [ File Name: âfile:$FilePathâ; Current record ] Send Mail [ Send via E-mail Client; To: Case::Solicitor's Email; Subject: "New Quote: " & Case::Case Number & " "; Message: "Dear " & Case::Company Name & "¶¶" & "Please find the Quote attached "; Attachment: âfile:$FilePathâ ] Go to Layout [ âConsultantâ (Consultant) ]  now the issue is that if I select any checkbox, always the first row on the portal row is selected and then the email is sent, is there anyway I can modify the script to make it select the row where the check box is selected, I searched around and thought maybe set field would fix it, but it didn't, any help would be greatly appreciated!   sorry posted this is the wrong thread, this was meant to go in managing scripts thread!
Lee Smith Posted November 7, 2013 Posted November 7, 2013 Have you tried using a second copy of the field (Edit) instead of the checkbox to get your value?
Recommended Posts
This topic is 4090 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now