Hello, there's a message sent to client attached t...
# suitescript
h
Hello, there's a message sent to client attached to an Invoice record (under Communication tab). I wanted to make an adjustment to the script that sends the message but can't seem to locate the script. What's the easiest way to look for it? Thanks so much
c
In @Helena go to Customisation > Scripting > Scripted records
find the record you are talking about and you can see all the scripts deployed against that record
h
i've looked at scripted records too but can't find any scripts or workflows with Email module....
c
Oh...
Maybe it's a scheduled script instead?
h
could be... there's hundreds of them.. i'm looking at one by one
c
What a pain. Ideally you could search all of the code using source control. I'm guessing that's not an option?
Otherwise I think one by one is probably the only way.
h
many of the scripts from vendors are not in source control so it's not possible. But thanks for your help
e
I know this may not be ideal but... You could go to your file cabinet, and click "Download" next to your. suitescripts folder (assuming all your scripts are in there)- then unzip that folder, and search the folder for things like "email.send" or "nlapiSendEmail"
And this is all under the assumption that you aren't referring to the "native" send email that runs if "To be emailed" is checked and an email is present. I don't believe you can edit that script, but you can edit which email template is sent
h
Thanks @ericbirdsall i'll look into that